![]() |
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?
|
if you look at the admin link see how it was done that will give you an idea how to do it
|
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> |
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
|
Try this:
Code:
<vb:if condition="is_member_of($bbuserinfo, 6)"> |
Thanks Kh99 that worked perfect!
|
All times are GMT. The time now is 07:02 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|