PDA

View Full Version : How to add link in toplinks header?


AFQ
10-23-2011, 05:38 AM
How can i add a link in toplinks in header? Actually i want to add link to usercp.

Thanks

kh99
10-23-2011, 12:10 PM
I think you just need to edit the navbar template, find the place where you want to insert it, and insert something like:

<vb:if condition="$show['member']">
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase user_control_panel}</a></li>
</vb:if>


That's copied from the existing "settings" link, so of course that phrase will say "Settings".

AFQ
11-01-2011, 08:13 PM
Can anyone please help me on how to do this?? ^^

TheLastSuperman
11-01-2011, 08:34 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=232579" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=232579</a>