MyBB Community Forums

Full Version: Postbit Functions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If i learn php wilit tell me all the functions for forums like: {$post['userstars']}?
I'm not sure what your question is exactly but it sounds like you want to know all of MyBB's php functions. If that's right I recommend you look at this topic.

http://community.mybboard.net/thread-33025.html
but i dont see any postbit functions.....
(2008-07-17, 04:04 AM)Jaze Wrote: [ -> ]If i learn php wilit tell me all the functions for forums like: {$post['userstars']}?

$post is a variable, not a function.

There isn't a documentation of all the variables MyBB uses (it would be too many). However, as NetSage has posted, there is a function reference available.

And to answer your question, learning PHP by itself won't really help you learn the variables and functions MyBB uses; you have to actually look at the MyBB code (after you've learned how PHP works) to learn how MyBB works.