Question adding a new skin

Status
Not open for further replies.

Steris56

Customer
OK Ozzy forgive me if this has been asked before ...

its been a while since i played with navtabs i added a new skin now what is the easy way to get navtabs to display on the new one do i click on save changes or is there a better way

thanks in advance
 
They should automatically display on the new skin. unless you are talking about the second navbar.

1. Open the Navigation/Breadcrumb Templates, then open the navbar template.

2. In that template find:
HTML:
</div><!-- closing div for above_body -->

3. Before that bit of code add this:
HTML:
<!-- start navbar2 -->
    <vb:if condition="$vboptions['dbtech_vbnavtabs_navbar2']">
        <div id="navbar2" class="navbar" style="margin-top:0px;">
            <ul id="navtabs" class="navtabs floatcontainer" style="border-bottom:{vb:stylevar navbar_tab_border};">
                                    {vb:raw template_hook.navtab_two}
            </ul>
        </div>
    </vb:if>
<!-- end navbar2 -->

4. Click on the save button.
 
Status
Not open for further replies.

Legacy vBNavTabs

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
969
Customer rating
0.00 star(s) 0 ratings
Back
Top
OSZAR »