MyBB Community Forums
Global theme vars - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Development (https://community.mybb.com/forum-68.html)
+---- Thread: Global theme vars (/thread-185689.html)



Global theme vars - rtm516 - 2015-10-26

Hello MyBB Community,
How would i go about making a variable accessible from the theme like {$announcement}
the variable is dynamic because it gets a setting.
Here it is:
'<div class="wrapper"><div class="myannouncement"><div class="announceleft"><h3><i class="fa fa-microphone"></i></h3></div> <div class="announcetext"><p>'.$mybb->settings['announcement_text'].'</p></div></div>

Thanks rtm516

Anyone?
If you need me to explain anything then I can.


RE: Global theme vars - Destroy666 - 2015-10-30

http://docs.mybb.com/1.8/development/plugins/creating-modifying-templates/#editing-templates


RE: Global theme vars - Sazze - 2015-10-30

^ What Destory666 linked you will work.