The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Is there a conditional i can use to put on main index page (forumhome)
I want different text to appear to different usergroups so how would i go about this. Example : If in usergroup 1 show text `A` |
#2
|
|||
|
|||
![]()
Have you tried
PHP Code:
|
#3
|
|||
|
|||
![]()
wrong conditional or thats not way to call it in.
|
#4
|
||||
|
||||
![]()
This any help to you.
Code:
<if condition="is_member_of($vbulletin->userinfo, 1,2,3,4,8)"> |
#5
|
|||
|
|||
![]()
shelley whats the full code
is it : Code:
<if condition="is_member_of($vbulletin->userinfo, 6)"> hello </if> |
#6
|
||||
|
||||
![]()
In a template, it would be:
HTML Code:
<if condition="is_member_of($bbuserinfo, 6)"> hello </if> |
#7
|
|||
|
|||
![]()
thats it and yep was a template - thanks lynne/Shelley/Ibardia
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|