MyBB Community Forums

Full Version: How does the variables system works in mybb ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

i've noticed that mybb uses variables like this form : $mybb->xxx['xxxxx']..

and since im working with "Custom Pages 2.0" plugin.. i need to know some variables names..can someone explaint to me how the variables names are specified and how can i guess their name without asking for it..and does it have a relation with database tables names ?

EX: how to guess the variable of the total numbers of posts in the forum ?

thanks Shy
Here's a really small list, but it helped me: http://wiki.mybboard.net/index.php/Autho...and_Themes
You have to figure out the exact data you can pull from each, for example $post['uid'] is the user id of the person who's post the variable is used in.