PDA

View Full Version : Help with sub forums and forum


Alexey?
10-01-2009, 09:07 PM
Hey every body.
Listen i have a category and i have a forums when i click on the category it moves me to a list with the forums in the category.
(by the way i even have subforum)
Now : How Can i edit the boxes in the category without changing it in the subforum box?

i which template should i work?

Hope you will understand me.

Alexey.

Lynne
10-01-2009, 10:12 PM
To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. Sometimes the template is the one mentioned at the very top of the page source.

Alexey?
10-02-2009, 05:52 AM
Ok, i found the template

<!-- BEGIN TEMPLATE: forumhome_forumbit_level1_post -->

But when i edit stuff there it changes in 2 places in the sub forum, and the category viewing.

Lynne
10-02-2009, 02:23 PM
Then you will have to either modify the template with conditions (if in this forum, do this, if not, do that), or write some php code to do the conditions for you.