Do you design your board without template edits, but instead with changing information coming from database (phrases, variables ...)?
I am doing this now and there are two things to consider
- if there's a new update of vbulletin, I do not have to hassle with template changes any more.
- instead I have to reconsider what plugins may be affected.
There's one big advantage to this solution:
- you edit far more specific - only a special part WITHIN a template instead of changing whole template. The more specific you go, the more unlikely are changes in upcoming vbulletin editions.
What do you think about this?