PDA

View Full Version : ModuleTemplates Accessable to all Styles?


axecity
06-18-2004, 02:50 AM
Quck question and it may be a stupid one but I can't find the answer here or on vBulletin.

I am run vb 3.01 with CMPS R2. My site is also enhanced with four user selectable styles. When I create a new template for my modules - one that is not style dependant - how can I add it so that all styles can access it. If I put a copy of the template in each style it works great but there must be a way to add it so that the inheritance kicks in and I only need to add one copy of it (not four).

If it is a stupid question forgive me but I have spent a day trying to find out with no luck.

Thanks,
Rich

Brian
06-19-2004, 11:37 AM
The best way would be to have one 'main' style, and make each of your other styles a child of that style.

Our Sponsors
 

axecity
06-27-2004, 03:11 AM
I did as you suggested. It worked great. Now all new code goes in the master template and all children line up as they should.

Thanks for the great avise.
Rich