Hans, Thanks - that worked.
Your approach is also an easier way to customize by page even if it weren't necessary - now I have just one file to update. Randy On Jan 14, 2008, at 8:19 AM, Hans wrote: > > Try this instead in config.php, before fox.php is included, as a page > specific customisation: > > $page = PageVar($pagename, '$FullName'); > if ($page=='MyGroup.MyPage') > $FoxAuth = 'read'; > > and replace MyGroup.MyPage with the specific full page name. > > > > ~Hans > _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
