The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding a Link Only Admin or Mods can see.
I want to add a link to www.whois.sc on my Users Online page (online.php?) But i only want Admins and/or Mods to be able to see this if that is possible
I would also like to add the same link to the page you get when you hit the "IP" button from a particular post, but i'm not sure what file to edit for that. Is there any way of doing this? I searched but came up with nothing |
#2
|
||||
|
||||
You will need to use template conditionals. I dont have a good example offhand but take a look at the vb documentation or around the board for the syntax.
|
#3
|
|||
|
|||
Code:
<if condition="is_member_of($bbuserinfo,X)"> stuff here... where X is the usergroup you want to allow </if> |
#4
|
|||
|
|||
Quote:
Worked perfectly. Thanks |
#5
|
|||
|
|||
np its the only function i memorized
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|