The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
What is the proper If statement in Template HTML for
if usergroup 2 is there one? like i see <if condition="$show['member']"> for all members |
|
#2
|
||||
|
||||
|
<if condition="$bbuserinfo['usergroupid'] == 2">
|
|
#3
|
||||
|
||||
|
Quote:
how would i do it for multiple usergroups instead of making diff statements? <if condition="$bbuserinfo['usergroupid'] == 2,3,4"> or no? |
|
#4
|
||||
|
||||
|
Quote:
PHP Code:
|
|
#5
|
||||
|
||||
|
thanks again.
|
|
#6
|
||||
|
||||
|
Your very welcome
|
![]() |
|
|