Log in

View Full Version : list of variables anywhere?


Ewan
05-22-2001, 11:02 PM
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?

Wayne Luke
05-22-2001, 11:59 PM
$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.