The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hey,
Sorry if this is in the wrong forum but i need some vbulletin help For example in php this would be: PHP Code:
|
#2
|
||||
|
||||
![]()
As seen here: https://vborg.vbsupport.ru/newreply....reply&p=954385
Also, the Community Forums is the ideal place for posting vBulletin-related questions such as this. ------------------------------ You could also use usergroup's instead of profile fields for this. If you want to do that then use: Code:
<if condition="is_member_of($bbuserinfo, 6)"> Ooo, you're an admin. You get this special content here. </if> Code:
<if condition="is_member_of($bbuserinfo, 4) // Mods OR is_member_of($bbuserinfo, 5) // Supermods OR is_member_of($bbuserinfo, 6)"> // Admin Insert the special content here. </if> |
#3
|
|||
|
|||
![]()
Thanks alot - very helpful
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|