Quote:
|
Originally Posted by snakeboy Okay, I'm sorry, but I have NO idea what you mean
Could you please spell it out for me?
The only way I understand that you mentioned is the old fashioned hard way, and I'd like to avoid doing that at all costs!
-snake |
In includes/config.php add this line, right on top of the other lines that look similar to this:
You must first be a
registered member to view any code.
And then go to edit templates and make the template edits in the master style and they will reflect on all templates.
Keep in mind:
The reason the master template system is hidden by default, for the most part, is to keep the original templates for when you need to revert and such. However, if you'd like for the updated template with the hack edits to be the original template, editing the master templates will not hurt. However, keep in mind that making it an original template will make it so that when you upgrade, the template gets overwritten, as oppose to having it as a custom template. When you have a custom template and you upgrade it won't overwrite it, it may just give you a message (if that template needs to be changed for the upgraded vbulletin).
Your other option is to do this:
Pick one style as your "parent" style (preferably the one with the least custom templates). Then whenever you add a style, go to that style and click the drop down in the admincp styles area, and click "add child style". When you add a child style and edit the "parent", all edits will reflect to the child style (unless the template in the child style is already customized, then you'll have to revert it).