The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Remove Breadcrumb's >
How can I remove the > from the breadcrumb trails.
it seems to be built into the variable $navbits[breadcrumb] It has to be possible to remove it because this site has replaced them with /'s and if its possible to replace it its possible to remove them Here is my code in the ACP: Code:
<if condition="is_array($navbits)"> <li><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></li> <li><span id="breadcrumbs">$navbits[breadcrumb]</span></li><li>$navbits[lastelement]</li> <else /> <div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><span class="tmod2">Home</span></a> <span class="tmod2"></span><span class="tmod2">$vboptions[bbtitle]</span></div> </if> Code:
<table cellpadding="6" cellspacing="1" border="0" width="100%" align="center"> <tr> <td width="100%"> <ul id="breadcrumb"> <li><a href="index.php" accesskey="1">Forums</a></li> <li><span id="breadcrumbs"> <span class="navbar">> <a href="forumdisplay.php?f=1">Main Category</a></span> <span class="navbar">> <a href="forumdisplay.php?f=2">Main Forum</a></span> <span class="navbar">> <a href="forumdisplay.php?f=5">adf</a></span> </span></li><li> csadfsdf </li> </td> </tr> </table> I cant find where the > is comming form the only explanation is that its in the navbits variable |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|