Log in

View Full Version : Where can I see the template structure?


vexxy
03-04-2010, 05:19 PM
Hello,

I have medium css/php knowledge and I want to create my own theme. Modifying only the stylevars isn't enough, I don't want to use the default theme with different colors. The problem is, looking at the templates, I don't know which one does what...where can I get documentation so I know what template to edit for forum home, individual forums...etc?

Lynne
03-04-2010, 11:08 PM
If you are in debug mode (recommended for use on a test site, not a live site), then there is a list of all templates used on the bottom of the page. You can see in the source code what template does what by turning on this option also - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes

vexxy
03-05-2010, 05:34 AM
thank you, i'll start digging