The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Is it possible to take this code found in the header template
PHP Code:
|
|
#2
|
|||
|
|||
|
Use the template conditional:
Code:
<if condition="is_member_of($vbulletin->userinfo, X, Y, Z)">
DISPLAY THIS HTML
<else />
Display this html
</if>
You can nest if's and else's inside one another, so you can find the right usergroup or something... Code:
<if....>
<else />
<if....>
<else />
</if>
</if>
|
|
#3
|
|||
|
|||
|
OMG thanks Opserty that works like a charm!
|
![]() |
|
|