`Thanks Carlos, I&#39;m just getting back to it now. So this means that something was missing in the original French template? You&#39;re right that recent changes are under RecentChanges and not under ModifsDuGroupe. <br>
<br>I think at this point I should follow your first suggestion and then modify the French template so that clicking &quot;Changements récents&quot; in the header goes to the RecentChanges folder.<br><br>I&#39;d actually rather keep as much possible in the particular language of the particular group.
<br><br>Haven&#39;t gotten to the Portuguese ones yet, but imagine that there are similar issues there.<br><br>Feliz Ano Novo!<br><br>Don<br><br><div><span class="gmail_quote">On 1/4/07, <b class="gmail_sendername">Carlos A. Bonamigo
</b> &lt;<a href="mailto:carlos.ab@gmail.com">carlos.ab@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Em Quinta 04 Janeiro 2007 13:04, Donald Z. Osborn escreveu:
<br>&gt; Just as it seemed that all was in place a new problem with the French<br>&gt; language interface arose. &quot;Changements récents&quot; (Recent changes) yields not<br>&gt; the recent changes&nbsp;&nbsp;but a page does not exist notice:
<br>&gt;<br>&gt; &quot;ML-L10n/ModifsDuGroupe&quot; n&#39;existe pas. (Créer ML-L10n.ModifsDuGroupe)<br>&gt; (in the case of<br>&gt; <a href="http://www.panafril10n.org/wikidoc/pmwiki.php/ML-L10n/Accueil">http://www.panafril10n.org/wikidoc/pmwiki.php/ML-L10n/Accueil
</a> )<br>&gt;<br>&gt; It&#39;s similar on other wikigroups with French working language such as<br>&gt; <a href="http://www.panafril10n.org/wikidoc/pmwiki.php/GN-L10n/Accueil">http://www.panafril10n.org/wikidoc/pmwiki.php/GN-L10n/Accueil
</a> . But Recent<br>&gt; changes works fine in English working language pages such as<br>&gt; <a href="http://www.panafril10n.org/wikidoc/pmwiki.php/NG-L10n/HomePage">http://www.panafril10n.org/wikidoc/pmwiki.php/NG-L10n/HomePage
</a><br>&gt;<br>&gt; I think this function worked fine in the French wikigroups before the change<br>&gt; to config to accommodate Accueil (per earlier exchange. I&#39;m hoping there is<br>&gt; no connection. TIA for any suggestions
<br>&gt;<br>&gt; Don<br><br>One way to solve this is to change a line in &#39;PmWikiFr/XLPage&#39;, that looks<br>like this:<br><br>&nbsp;&nbsp;&#39;{$Group}/RecentChanges&#39; =&gt; &#39;{$Group}/ModifsDuGroupe&#39;,<br><br>to something like this:
<br><br>&nbsp;&nbsp;&#39;{$Group}/RecentChanges&#39; =&gt; &#39;{$Group}/RecentChanges&#39;,<br><br>Or simply erase/comment that line, because your &#39;ML-L10n/RecentChanges&#39; file<br>is currently being used and filled, everytime you edit a page on that group.
<br><br>Or even you can create a file &#39;local/ML-L10n.php&#39; and change the<br>$RecentChangesFmt array there, to have the filenames you want to use.<br><br>(You&#39;ll have to excuse my french here.&nbsp;&nbsp;:c) )<br><br> $RecentChangesFmt = array(
<br>&nbsp;&nbsp;&#39;$SiteGroup.ModifsDuSite&#39; =&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&#39;* [[{$Group}.{$Name}]]&nbsp;&nbsp;. . . $CurrentTime $[by] $AuthorLink:<br>[=$ChangeSummary=]&#39;,<br>&nbsp;&nbsp;&#39;$Group.ModifsDuGroupe&#39; =&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&#39;* [[{$Group}/{$Name}]]&nbsp;&nbsp;. . . $CurrentTime $[by] $AuthorLink:
<br>[=$ChangeSummary=]&#39;,);<br><br>I hope this will help you.<br><br>CarlosAB<br><br>_______________________________________________<br>pmwiki-users mailing list<br><a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com
</a><br><a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br></blockquote></div><br>