The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
BBoptions in Conditional
<if condition="$bbuserinfo['field92'] === 'No'">
Is my current layout. How can I get $vboptions['sn'] in it? My field id is stored in the VBoptions. So I need it like this: <if condition="$bbuserinfo['field $vboptions['sn']'] === 'Yes'"> Only that doesn't work. |
#2
|
||||
|
||||
Code:
<if condition="$vbulletin->userinfo['field' . $vbulletin->options['sn']] == 'Yes'"> |
#3
|
|||
|
|||
Quote:
The code also didn't work rather I tried it with $vbulletin->options or $vboptions. |
#4
|
|||
|
|||
Still need help.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|