solved FAQ - What would be the procedue

ukdenny
@ukdenny
6 years ago
293 posts
I would like to add the faq module to the SITE MAIN MENU
I know how to add to a profile but would like to make it abvailable as a main part of the menu stucture.
What would be the procedure to do this please
updated by @ukdenny: 09/24/18 10:47:31PM
paul
@paul
6 years ago
4,325 posts
After you have the module installed and your FAQs built, take a look at your skin's header_menu_desktop (and header_menu_mobile) template structures, and add the link appropriately there.
It'll likely be in the section between lines 45 and 121.
hth


--
Paul Asher - JR Developer and System Import Specialist
ukdenny
@ukdenny
6 years ago
293 posts
So, do I create a menu item with site builder in the main header (FAQs) then link the module to that in the templates you mention? I want to just keep adding FAQs as they come in from users.
paul
@paul
6 years ago
4,325 posts
If you use SiteBuilder that will overide the existing menu so you would need to rebuild it all with SB.
Maybe easier just to add the code to the menu template(s).
Something like -
<li>
    <a href="{$jamroom_url}/faqs/faq">FAQs</a>
</li>
at line 122, say (I just made that URL up - change it to wherever your FAQs reside).


--
Paul Asher - JR Developer and System Import Specialist
ukdenny
@ukdenny
6 years ago
293 posts
That's all working now, thank you for your help and support

Tags