Log in

View Full Version : 'Global' Templates


Eliterate
01-23-2009, 10:44 PM
Hey everyone!

I am making my own small cms for vBulletin (until they release 4.0) and was wondering how I would go about having a set of templates being used across all themes. So if I ever need to edit them, I only edit them once and not go from theme to theme doing the same edit. Is this possible with a plugin? If so, any help is appreciated.

Dismounted
01-24-2009, 03:08 AM
Enable debug mode by adding this into your config.php:
$config['Misc']['debug'] = true;
When creating your product, add templates to the "MASTER STYLE".