davs Member Nov 19, 2015 #1 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: Nov 19, 2015
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!
Amaury Well-known member Nov 19, 2015 #2 You could use @Jake Bunce's Nodes as Tabs add-on for this. Upvote 0 Downvote
davs Member Nov 19, 2015 #3 Amaury said: You could use @Jake Bunce's Nodes as Tabs add-on for this. Click to expand... ok thanks! I got it though... put this in navigation <li><a href="account/personal-details">Personal Details</a></li> Upvote 0 Downvote
Amaury said: You could use @Jake Bunce's Nodes as Tabs add-on for this. Click to expand... ok thanks! I got it though... put this in navigation <li><a href="account/personal-details">Personal Details</a></li>
davs Member Nov 19, 2015 #4 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> Upvote 0 Downvote
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>
davs Member Nov 19, 2015 #5 davs said: 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> Click to expand... 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) Upvote 0 Downvote
davs said: 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> Click to expand... 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)