Thanks - this one is solved.<br><br><div><span class="gmail_quote">On 2/9/07, <b class="gmail_sendername">Patrick R. Michaud</b> <<a href="mailto:pmichaud@pobox.com">pmichaud@pobox.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;">
On Thu, Feb 08, 2007 at 04:25:30PM -0500, Donald Z. Osborn wrote:<br>> Solved the French "Accueil" issue a while back but here's a more annoying<br>> because more basic problem (also because it may stem from a mistake I made
<br>> in a rush):<br>> ...<br>> No matter how much we like the group name we don't want to see it<br>> twice.But now it seems I'm stuck with it.Can't get it to default to<br>> HomePage
<br><br>This is now possible with 2.2.0-beta30 (just released, announcement<br>to come later today).<br><br>PmWiki now uses $PagePathFmt to determine the default home page<br>for groups that don't have a home page. Previously PmWiki always
<br>defaulted to using the group name as the name of the group's home page.<br><br>So, to use $DefaultName as the default group home page, set<br><br> $PagePathFmt = array('{$Group}.$1', '$1.{$DefaultName}', '$1.$1');
<br><br>This will tell PmWiki to use $DefaultName as the name of a<br>non-existent group home page. Note that if a group contains<br>a page with the same name as the group, then PmWiki will often<br>use it as the home page. So...
<br><br>> Is it doomed because I opened Gefeltefish/Gefeltefish without paying<br>> attention?<br><br>Opening it shouldn't be a problem, as long as you are certain<br>to delete the Gefeltefish.Gefeltefeish
page entirely. (Try<br>removing the file from wiki.d/ ).<br><br>Pm<br><br><br>P.S.: Some people following the pmwiki-users list may have noticed<br>that previous messages from me referred to a<br>$EnableGroupHomeIsDefaultName variable that would the same
<br>as what $PagePathFmt is doing now. I finally figured out how to<br>solve the issue without needing a special configuration variable<br>for it. :-)<br><br></blockquote></div><br>