MyBB Community Forums

Full Version: What are these called
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, in general, what are these type of mybb shortcodes called,
example: {$boardstats} or {$footer} or {$forumstats} ?

They are found in templates. Is there a place I can find a list of them?

Sorry it has been a long time, I didn't think I would figure it out so quick: they are called variables.
and here is a list https://community.mybb.com/thread-152105.html
I believe they are called PHP Increment / Decrement Operators.

I found it by searching it which resembles the $ symbol: http://www.w3schools.com/php/php_operators.asp
(2017-01-19, 02:34 AM)robbie626 Wrote: [ -> ]I believe they are called PHP Increment / Decrement Operators.

I found it by searching it which resembles the $ symbol: http://www.w3schools.com/php/php_operators.asp

Awesome, thanks for the reply!
I am so sorry, they are called variables and are used to avoid using multiple templates within a template.

https://docs.mybb.com/1.8/development/themes/
(2017-01-19, 07:09 PM)robbie626 Wrote: [ -> ]I am so sorry, they are called variables and are used to avoid using multiple templates within a template.

https://docs.mybb.com/1.8/development/themes/

Thank you robbie! I appreciate the help!