moonclamp
01-28-2010, 10:31 PM
On older versions of vb you could click the folder icon in the breadcrumb of any page to reload the page you were visiting ... useful as a way to see if there are new posts on that particular forum.
With the advent of vb4 there are no folder images in the breadcrumb ... So you have to go to "what's new" or backtrack a step.
The navbar template bit looks like this:
<ul class="floatcontainer">
<li class="navbithome"><a href="index.php{vb:raw session.sessionurl_q}" ><img src="{vb:stylevar imgdir_misc}/navbit-home.png" alt="{vb:rawphrase home}" /></a></li>
{vb:raw navbits.breadcrumb}
{vb:raw navbits.lastelement}
</ul>So, to make navigation easier, can someone help me turn the {vb:raw navbits.lastelement} bit into a link that refreshes the page please? :)
Cheers.
With the advent of vb4 there are no folder images in the breadcrumb ... So you have to go to "what's new" or backtrack a step.
The navbar template bit looks like this:
<ul class="floatcontainer">
<li class="navbithome"><a href="index.php{vb:raw session.sessionurl_q}" ><img src="{vb:stylevar imgdir_misc}/navbit-home.png" alt="{vb:rawphrase home}" /></a></li>
{vb:raw navbits.breadcrumb}
{vb:raw navbits.lastelement}
</ul>So, to make navigation easier, can someone help me turn the {vb:raw navbits.lastelement} bit into a link that refreshes the page please? :)
Cheers.