SimonJ621 wrote:
When a user is not logged in the menu should be:
Home | Medical Information | Premium Medical Service | Contact
When a user is logged in, it should be:
Home | Medical Information | Member Forums | Talk to the Dr. | Account Information | Contact
I made two menus, one was mainmenu (the default) and the other was usermenu. The main menu was the first menu above, all public. The user menu was the second menu, all private. I then put both modules in the same position. In index.php of the template, I tried to modify the following code:
You only need one "mainmenu."
In the menu mark the links you want everyone to see as public.
Mark the links for registered users as registered.
Mark the links for an additional user (yourself, staff, etc.) as special.
The user will be able to see the menu as assigned according to the level you have set for each user.
To test this set up users for each, then login as each user and preview.
An alternative is to have a mainmenu that everyone sees.
And an additional menu left or right that only registered users see on the specified pages you assign them to.
Good luck, hope this helps.