Quote:
Originally Posted by Lynne
The breadcrumb isn't even shown in the image in the first post. You need to check your navbar template and make sure the code is in there. Go to edit the template, click on View History > Compare and you'll see where it is supposed to be.
|
Not original:
PHP Code:
<div id="breadcrumb" class="breadcrumb" style="padding:2px 10px 0 10px;">
<ul class="floatcontainer"><br />
{vb:raw navbits.breadcrumb}
{vb:raw navbits.lastelement}
</ul>
<hr />
</div>
Original:
PHP Code:
<div id="breadcrumb" class="breadcrumb">
<ul class="floatcontainer">
<li class="navbithome"><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></li>
{vb:raw navbits.breadcrumb}
{vb:raw navbits.lastelement}
</ul>
<hr />
</div>
All I did was deleting the forum home image. Even if I add it back the breadcrumb is still not there.
I checked the source when at a topic and the new skin does not show the breadcrumb at all.
Where
PHP Code:
{vb:raw navbits.breadcrumb}
{vb:raw navbits.lastelement}
is at in the template will show nothing on a topic. It doesn't show the breadcrumb at all o.o.
Am I being stupid or what?