XF 1.5 tablink add help

davs

Member
Can anyone help with this?

I am trying to add a tablink beside the others under "Members" tab that says "Your Garage" that links to your profile page. And one beside that which links to account settings.

Thanks!
 
Last edited:
Actually I couldn't do it with profile page because I don't know what to put for link as the user name is part of it...

<li><a href="members/mini-musk.23/">Your Garage</a></li>
 
Actually I couldn't do it with profile page because I don't know what to put for link as the user name is part of it...

<li><a href="members/mini-musk.23/">Your Garage</a></li>
This is what you put for the link:
Code:
<li class="fl"><a href="{xen:link members, $visitor}">{xen:phrase your_profile_page}</a></li>
(change the phrase to whatever you like in appearance -> phrases)
 
Top Bottom