The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I make a special quick style chooser ??
for example :
I have 3 styles ( style1 & style2 & style3) . & I have 2 member .. i want to make a quick style chooser including style1 & style2 only for member1 & i want to make a quick style chooser including style1 & style3 only for member3 ... how can i do this ? thanks |
#2
|
|||
|
|||
is it very hard to do?
|
#3
|
|||
|
|||
please help me .....
|
#4
|
||||
|
||||
HTML Code:
<select name="styleid" id="mystylechooser" onchange="switch_styleid(this)"> <optgroup label="My Quick Style Chooser"> <option value="1">Style 1</option> <if condition="$bbuserinfo[userid] == 1"> <option value="2">Style 2</option> <else /> <if condition="$bbuserinfo[userid] == 3"> <option value="2">Style 3</option> </if> </if> </optgroup> </select> |
#5
|
|||
|
|||
i will try it
thank you veeeeeeeeeeeeeery much |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|