PDA

View Full Version : Updating same template, different style, by just editing one of them possible?


TrigZu
05-05-2011, 04:16 PM
I have a fixed and fluid style and I was just wondering if it is possible to update both templates at once instead of having to go back and forth.

Perhaps I should just move everything over to the PHP page, but then I'll have to change all the vBulletin conditionals to PHP conditionals.

Lynne
05-05-2011, 05:33 PM
The way I do things on my site is to have a parent style that has template mods, and then children styles that have stylevar/css mods:

Template Style - not available for viewing
- Fixed Style
- Fluid Style

Then you edit all your templates in the Template Style and the other styles inherit them as long as they are not edited in that style.

TrigZu
05-05-2011, 06:15 PM
Ahhh, thanks. Seems like a perfect solution.