The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to add link in toplinks header?
How can i add a link in toplinks in header? Actually i want to add link to usercp.
Thanks |
#2
|
|||
|
|||
I think you just need to edit the navbar template, find the place where you want to insert it, and insert something like:
Code:
<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". |
#3
|
|||
|
|||
Can anyone please help me on how to do this?? ^^
|
#4
|
||||
|
||||
<a href="https://vborg.vbsupport.ru/showthread.php?t=232579" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=232579</a>
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|