XF 1.2 Move "recent activity" link

caino79

Member
Hello,

i would like to move the "recent activity" link from the "Tablinks" of "Members" to the "NavTabs".

Add the link is easy

Code:
<!-- recent -->
        <li class="navTab"><a href="{xen:link 'recent-activity'}" class="navLink">{xen:phrase recent_activity}</a></li>

but when i open the link, the tab selection was wrong

recent.webp

How can i correct this?

Thank you.
 
Top Bottom