PDA

View Full Version : [tip] See what you have access to


filburt1
10 Dec 2002, 01:10
Add the following to phpinclude to see all assigned variables:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


You'll see an incredibly huge flood of text, much of it useless (just repeating the templates and replacements), but nestled in there are variables that you can use in your templates. Useful for seeing what $bbuserinfo contains, among other things.

Cypher720
10 Dec 2002, 01:11
interessting - thanks for sharing!

Tony G
10 Dec 2002, 01:16
Thanks for that. :)

Dean N Steve
20 May 2003, 12:37
Good tip filburt :)

zeeko1212
02 Mar 2005, 20:45
interessting - thanks!

tgillespie
09 Mar 2005, 08:38
Very nice. Searching for variables used in vBulletin is a time consuming task.