By keyguy on
Hi!
I want to change the menu links on left based on one of the three buttons a user clicks on the main page. Since the database is shared I can't really have three installation of drupal under three different directories.
Please let me know if there is any way of altering menu item on the fly based on the user action.
Thanks,
Keyguy
Comments
Same issue.
Same problem here. Ideally, I'm looking to have a drop-down selection of organizations, with each org having it's own Book linked to via the main menu system...Can't seem to find anything on this out there...
one potential solution
Is to use Domain Access to sep. the various sites and Domain Content and the other included modules to create custom menus for that subdomain.
cache exclude module
The cache exclude module allows you to specify pages to exclude when caching which preserves session variables for anonymous users.
Hope this helps.