• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Hướng dẫn tạođường dẫn Topic Stylemobile

G4M

New Member
Edit
- Vào Styles & Templates -> Style Manager -> Style cần thêm -> Edit Templates -> Navigation / Breadcrumb Teamplates -> navbar

Thay toàn bộ bằng đoạn code sau:
Code:
<div class="bre">
    <a href="index.php{vb:raw session.sessionurl_q}" accesskey="1"><img src="{vb:stylevar imgdir_misc}/navbit-home.png" alt="{vb:rawphrase home}" /></a>
        {vb:raw navbits.breadcrumb}
</div>

- Vào Styles & Templates -> Style Manager -> Style cần thêm -> Edit Templates -> Navigation / Breadcrumb Teamplates -> navbar_link
Thay toàn bộ bằng đoạn code sau:
Code:
<vb:if condition="$show['breadcrumb']">
    <span class="breadcrumb">» <a href="{vb:raw nav_url}">{vb:raw nav_title}</a></span>
<vb:else />
    <span class="breadcrumb">» {vb:raw nav_title}</span>
</vb:if>
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top