Helpful Information
 
 
Category: vBulletin 3 Articles
[tip] See what you have access to

Add the following to phpinclude to see all assigned variables:

echo "<pre>";
print_r(get_defined_vars());
echo "</pre>";

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.

interessting - thanks for sharing!

Thanks for that. :)

Good tip filburt :)

interessting - thanks!

Very nice. Searching for variables used in vBulletin is a time consuming task.










privacy (GDPR)