The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
You should have a profile field that has Male and Female and you can place this where your avatar/profile picture code should appear:
Code:
<if condition="$userinfo[field12]==Male"> Male Picture <else /> Female Picture </if> Code:
<if condition="$userinfo[field12]==Male"> Male Picture </if> <if condition="$userinfo[field12]==Female"> Female Picture </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|