On Mon, Sep 04, 2006 at 03:19:25PM -0500, JB wrote:
> How would I customize my wiki so that
> when someone types "?action=editmenu" at
> the end of the url in the browser it starts
> to edit the menu?
One way to do it... in local/config.php:
if ($action == 'editmenu')
Redirect('Site.SideBar', '$PageUrl?action=edit');
Pm