System0 Active member Apr 4, 2013 #1 How do you add the sub-nav links such as "search forums", "what's new" etc, to pages, xenporta home, other areas of the site etc. Is it a simple template edit? Kevin
How do you add the sub-nav links such as "search forums", "what's new" etc, to pages, xenporta home, other areas of the site etc. Is it a simple template edit? Kevin
P Paul B XenForo moderator Staff member Apr 4, 2013 #2 Yes, just edit the template and add the relevant code. For example, this is the What's New? code from the navigation template: Code: <li><a href="{xen:link 'find-new/threads'}">{xen:phrase whats_new}</a></li> Upvote 0 Downvote
Yes, just edit the template and add the relevant code. For example, this is the What's New? code from the navigation template: Code: <li><a href="{xen:link 'find-new/threads'}">{xen:phrase whats_new}</a></li>
System0 Active member Apr 4, 2013 #3 Thanks Brogan. I've found the code in the navigation template Upvote 0 Downvote