Table of contents ▼▲
Bug22 Fix
Add the following variable definitions intovariables.php
$Variables['/{$GroupDefault}/e']= '$GLOBALS["env"]["GroupDefault"]';
$Variables['/{$SubGroupDefault}/e']= '$GLOBALS["env"]["SubGroupDefault"]';
$Variables['/{$PageNameDefault}/e']= '$GLOBALS["env"]["PageDefault"]';
Then change the startpage link to be
:[[homepage g:{$GroupDefault} sg:{$SubGroupDefault} Start page]]
Hi Darren,
Thanks again for the quick responses
You fix works great !!!
here is some small problems that I found:
- naming-mismatch for defualt page name is it: PageNameDefault or PageDefault ?
-
The "StartMenu" link should be one of those below:
- :[[{$PageDefault} g:{$GroupDefault} sg:{$SubGroupDefault} Start page]]
- :[[{$PageNameDefault} g:{$GroupDefault} sg:{$SubGroupDefault} Start page]]
Will these changes go into your sources ?
Kind regards Uffe Jakobsen
Certainly will
' Darren