Adding link to tab

JVCode

Well-known member
This will be one for Brogan I'm sure, but I'm wanting to add "Recent Activity" to the "Forums" tab. See image below.

Capture.webp
 
Open the navigation template.

Look for this:
Code:
<li><a href="{xen:link 'find-new/threads'}">{xen:phrase whats_new}</a></li>

After, add this:
Code:
<li><a href="{xen:link recent-activity}">{xen:phrase recent_activity}</a></li>

P.S. I've moved the thread to general support as it's not related to resources.
 
Top Bottom