The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
yes but that will make only the section on fixed template without the widgets parts, or the header and footer.
|
#22
|
||||
|
||||
What do you mean? That is how you would apply a different style to the CMS area. Alternately, just post the CSS to make the pages fixed via a condition in one of the templates.
|
#23
|
|||
|
|||
It works , is fine now. I thought that this option will not affect the rest of the page, but you are right . Thanks.
|
#24
|
|||
|
|||
so how can I change this
Code:
<div class="article_hdr_icon"> <vb:if condition="!empty($categories)"> <div class="cms_article_section_location"> <ol class="commalist"> <vb:each from="categories" key="categoryid" value="category"> <li><a href="{vb:raw category.category_url}">{vb:raw category.category}</a></li> </vb:each> </ol> </div> </vb:if> </div> |
#25
|
||||
|
||||
You can't just change the template - you would need to change the code also and make sure the parentnode is grabbed. This was asked about in another thread recently. I don't know if they wrote down a solution or not. Try a search.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|