Thanks - this one is solved.<br><br><div><span class="gmail_quote">On 2/9/07, <b class="gmail_sendername">Patrick R. Michaud</b> &lt;<a href="mailto:pmichaud@pobox.com">pmichaud@pobox.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;">
On Thu, Feb 08, 2007 at 04:25:30PM -0500, Donald Z. Osborn wrote:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;Solved the French &quot;Accueil&quot; issue a while back but here&#39;s a more annoying<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;because more basic problem (also because it may stem from a mistake I made
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;in a rush):<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;...<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;No matter how much we like the group name we don&#39;t want to see it<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;twice.But now it seems I&#39;m stuck with it.Can&#39;t get it to default to<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;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&#39;t have a home page.&nbsp;&nbsp;Previously PmWiki always
<br>defaulted to using the group name as the name of the group&#39;s home page.<br><br>So, to use $DefaultName as the default group home page, set<br><br>&nbsp;&nbsp;&nbsp;&nbsp;$PagePathFmt = array(&#39;{$Group}.$1&#39;, &#39;$1.{$DefaultName}&#39;, &#39;$1.$1&#39;);
<br><br>This will tell PmWiki to use $DefaultName as the name of a<br>non-existent group home page.&nbsp;&nbsp;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.&nbsp;&nbsp;So...
<br><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;Is it doomed because I opened Gefeltefish/Gefeltefish without paying<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;attention?<br><br>Opening it shouldn&#39;t be a problem, as long as you are certain<br>to delete the Gefeltefish.Gefeltefeish
 page entirely.&nbsp;&nbsp;(Try<br>removing the file from wiki.d/ ).<br><br>Pm<br><br><br>P.S.:&nbsp;&nbsp;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.&nbsp;&nbsp;I finally figured out how to<br>solve the issue without needing a special configuration variable<br>for it.&nbsp;&nbsp;:-)<br><br></blockquote></div><br>