The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Private Link In Footer
How do I add a private link next to ACP, Contact Us, Homepage, Archive etc which can only be seen by admins?
|
#2
|
|||
|
|||
if you look at the admin link see how it was done that will give you an idea how to do it
|
#3
|
|||
|
|||
ACP / Style Manager / YOUR STYLE / Edit Templates / Footer
Then find this. Code:
<vb:if condition="$vboptions['archiveenabled']"><li><a href="archive/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase archive}</a></li></vb:if> So just add something like this. Code:
<a href="http://www.YOURDOMAIN.com">YOUR TEXT</a> |
#4
|
|||
|
|||
I can add a link but its not private and I cant seem to figure out how, It needs to be seen by admins only
|
#6
|
|||
|
|||
Thanks Kh99 that worked perfect!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|