
I have a web page where different Frontendusers will have access to different pages.
The menus must then output different items based on the logged in user's name or group.
MenuManager (v. 1.5.3) has a function called "includeprefix", that will only output menu items with page aliases that begins with this prefix.
But for this to work fine, the person that edit the pages must be very careful to put the correct prefix on all the page aliases.
I was looking for a more "water proof" solution.
Is it possible to output menu items based on the page template the pages are using?
Then I can make one page template for each usergroup, and it will be very easy for the person who edits these pages, to choose the correct access for every page. it's easier to select access type within a drop list, than it is to remember to write the correct prefix for this access.
If this is not possible, the includeprefix function will do the trick for now.
I hope my question was understandable.
Thank you.
jpa