Posted by asif.mulla on May 4, 2011 at 9:35am
Hi All,
I Have Domain Access Domain Module installed for multi-site environment. These multiple sites share the same primary links. I need to display the static content page based on domain when particular primary link is clicked.
For e.g. My primary link holds "HELP" link which when clicked should display the help page, which is different in terms of content specific to domain. For example1.com "HELP" page'll be different, example2.com "HELP" page'll be different and so on.
Could you please help me to rectify this issue?
Comments
Use table prefixing and handlers in views
Best solution in such cases is to separate the menu and menu cache tables. Also in some cases you can use the handlers available in view from domain views.
Domain Conf submodule
You could also use the Domain Conf module (a submodule that ships with Domain) to assign separate menus as the primary links for each domain. The menus would appear to be the same, but the links would point to different targets. This might be easier to maintain than prefixing the tables.
Hi
You have two options for these
1. You use different menu link
2. You use same link but with views path
while "help" is a views path. In this views you use domain id as argument
Thanks
Thank you all of you
Thanks vidhatanand, muriqui and asghar for your help.