The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Template Question (solved)
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
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|