The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Would it be possible to get rid of this navigation on the Css?, So the slider fits flush with the navbar above?.
|
|
#2
|
||||
|
||||
|
Only on the CMS index?
Try this in the vbcms_page template... Find: Code:
{vb:raw navbar}
Code:
<vb:if condition="$page_url != 'http://www.example.com/content.php'">
{vb:raw navbar}
</vb:if>
|
![]() |
|
|