2015-01-13, 08:35 PM
(This post was last modified: 2015-01-13, 08:47 PM by dragonexpert.)
Theme Variables
Theme variables allows you to easily create variables that you can place in your templates. It is designed to not have any dependencies such as Template Conditionals.
Features
One table is created that stores all the variables.
Support
Support is given on the Official MyBB Community Forum. Your forum must meet the Support Eligibility Requirements.
Right now it should be considered in development. I've done some testing and had good results, but I want more testing before I release it on the Mods Site. It can be downloaded from Github: https://github.com/dragonexpert/MyBB-Theme-Variables
Theme variables allows you to easily create variables that you can place in your templates. It is designed to not have any dependencies such as Template Conditionals.
Features
- Each Theme can have an unlimited number of variables.
- Ability to control which usergroups will see the content.
- Ability to control what forum it will show up in.
- Ability to copy a variable to another theme.
- Easy to use interface
- Easy to install
- Lightweight, but powerful
- Upload inc/plugins/theme_vars.php to your /inc/plugins folder.
- Upload admin/modules/style/theme_variables.php to your /admin/modules/style folder.
- Activate from the Admin CP
One table is created that stores all the variables.
Support
Support is given on the Official MyBB Community Forum. Your forum must meet the Support Eligibility Requirements.
Right now it should be considered in development. I've done some testing and had good results, but I want more testing before I release it on the Mods Site. It can be downloaded from Github: https://github.com/dragonexpert/MyBB-Theme-Variables