The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to edit navbar slash !
Hi ! can someone tell me how to fix this ... take a look at the picture please !
And i've 1 more question , anyone know how to fix the direction board width size when log in ? thanks for helping |
#2
|
||||
|
||||
Find template: navbar_link, a small template with just five lines of code, after <span class="navbar"> and before <a href="$nav_url"> is the slash you are looking for.
Code:
<if condition="$show['breadcrumb']"> <span class="navbar">/ <a href="$nav_url">$nav_title</a></span> <else /> $nav_title </if> |
#3
|
|||
|
|||
thank you ! i got it
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|