PDA

View Full Version : Making Navbar Breadcrumb change for an offsite page


memobug
10-20-2004, 10:30 PM
I have my header and navbar showing on non-vB pages like photopost.

I would like to be able to play with the title and main link in the breadcrumb path with template conditionals so I can write "Gallery" up there when it's appropriate. Is there a way I can use a conditional to determine what page I am on or something similar?

The section of the navbar I want to change is marked in red

span class="navbar"><a href="$vboptions[forumhome].php?$session[sessionurl]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
</tr>


and slightly below it, when there is a breadcrumb path

<else />
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php?$session[sessionurl]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>

Regards,

Matt

Natch
10-25-2004, 02:16 AM
It's generally managed by a file modifcation, not a template mod...