I would like to add the text "You are at: " at the beginning of the breadcrumb line. I am a newbie to vBulletin and PHP and learning as I go.
I determined the template to modify is the navbar.php template. I find the breadcrumb section but don't know how to format the code properly to have it display as one common line. I tried various lines and can get the words to display, but not in line with the current location. I've tried {vb: phrase and {vb:rawphrase but can't come up with something that works. This is the line of code from the template:
Code:
<div id="breadcrumb" class="breadcrumb">
<div class="main_wrap">
<ul class="floatcontainer">
{vb:raw navbits.breadcrumb}
{vb:raw navbits.lastelement}
</ul>
</div>
</div>
Can someone help me with the proper code to make the breadcrumb read:
You are at: Forum/Category1/Threadname
Thanks
Paul