I believe the last line of ResolvePageName() is in error. It's line 653 in the current release:<br>   return MakePageName($DefaultPage, "$pagename.$pagename");<br><br>Shouldn't it actually be?<br>   return MakePageName($DefaultPage, "$pagename.$DefaultName");<br>
<br>This line is responsible for what the default page is for new groups, and should follow the setting of $DefaultName, shouldn't it?<br>
<br>
When you enter<br>   
<a href="http://example.com/NewGroup">http://example.com/NewGroup</a><br>
You're at NewGroup/$DefaultName<br><br>When you create a new group when using newpagebox or even CleanURLs, e.g.<br>   <a href="http://example.com/NewGroup?action=edit">http://example.com/NewGroup?action=edit</a><br>
what page do you expect to be on?<br clear="all"><br>Mike Stop Continues<br>