grantus
Active member
Is there a way to add a custom tab to the profile pages? I tried this:
And even though it shows the tab, it screws up the other tabs and they don't load those templates. Instead, they go to their own page.
I was hoping I could do this with the public navigation, but that only seems to be for the main menu. Or am I missing something?
Code:
<a href="{{ link('test/', $user) }}" class="tabs-tab" id="test" role="tab">test</a>
And even though it shows the tab, it screws up the other tabs and they don't load those templates. Instead, they go to their own page.
I was hoping I could do this with the public navigation, but that only seems to be for the main menu. Or am I missing something?