The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
I've been experimenting with some new hacks but I keep on having to guess variable names. Anyone have any ideas for what i'm doing wrong - I have to hunt around for "$foruminfo[title]" style variables - and guessing if I can't find them listed around the code.
I've managed to do quite a lot through guess work and a heck of a load of experimentation but I'm sure this is the long way... Is there a definitive list of standard variables like message title, message poster, etc, somewhere I could grab hold off? |
#2
|
||||
|
||||
$foruminfo[XXXXXX] simply refers to a row out of the forum table.
The global settings are listed in the setting table. There are way to many variables to list them all. You have to look at the queries involved and then look at the tables to get the different field names. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|