The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Is there a list of the $vbulletin->options[] that are available?
I am trying to manipulate some things via $vbulletin->options['variable']='value';
How do I find out what all the options variables are to change? The guessing approach is getting old. |
#2
|
|||
|
|||
Hover over the area you'd type in on the vBulletin Options pages. A small message will appear next to your cursor with something like "options['var']".Whatever "var" is will be the text you put into $vbulletin->options['var_here']
|
#3
|
|||
|
|||
Sometimes its helpful to see the whole list! Try printing out the entire $vbulletin variable, something like:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|