`Thanks Carlos, I'm just getting back to it now. So this means that something was missing in the original French template? You'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 "Changements récents" in the header goes to the RecentChanges folder.<br><br>I'd actually rather keep as much possible in the particular language of the particular group.
<br><br>Haven'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> <<a href="mailto:carlos.ab@gmail.com">carlos.ab@gmail.com</a>> 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>> Just as it seemed that all was in place a new problem with the French<br>> language interface arose. "Changements récents" (Recent changes) yields not<br>> the recent changes but a page does not exist notice:
<br>><br>> "ML-L10n/ModifsDuGroupe" n'existe pas. (Créer ML-L10n.ModifsDuGroupe)<br>> (in the case of<br>> <a href="http://www.panafril10n.org/wikidoc/pmwiki.php/ML-L10n/Accueil">http://www.panafril10n.org/wikidoc/pmwiki.php/ML-L10n/Accueil
</a> )<br>><br>> It's similar on other wikigroups with French working language such as<br>> <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>> changes works fine in English working language pages such as<br>> <a href="http://www.panafril10n.org/wikidoc/pmwiki.php/NG-L10n/HomePage">http://www.panafril10n.org/wikidoc/pmwiki.php/NG-L10n/HomePage
</a><br>><br>> I think this function worked fine in the French wikigroups before the change<br>> to config to accommodate Accueil (per earlier exchange. I'm hoping there is<br>> no connection. TIA for any suggestions
<br>><br>> Don<br><br>One way to solve this is to change a line in 'PmWikiFr/XLPage', that looks<br>like this:<br><br> '{$Group}/RecentChanges' => '{$Group}/ModifsDuGroupe',<br><br>to something like this:
<br><br> '{$Group}/RecentChanges' => '{$Group}/RecentChanges',<br><br>Or simply erase/comment that line, because your 'ML-L10n/RecentChanges' 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 'local/ML-L10n.php' and change the<br>$RecentChangesFmt array there, to have the filenames you want to use.<br><br>(You'll have to excuse my french here. :c) )<br><br> $RecentChangesFmt = array(
<br> '$SiteGroup.ModifsDuSite' =><br> '* [[{$Group}.{$Name}]] . . . $CurrentTime $[by] $AuthorLink:<br>[=$ChangeSummary=]',<br> '$Group.ModifsDuGroupe' =><br> '* [[{$Group}/{$Name}]] . . . $CurrentTime $[by] $AuthorLink:
<br>[=$ChangeSummary=]',);<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>