The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Breadcrumb info in header template
Hello,
This is a little hard to explain...so here goes... I want to put links to individual forums in the header template. I don't want to put the full url, just the variable plus the forum id. Code:
<li><a href="{vb:raw vboptions.homeurl}">Forum Name</a></li> Code:
<li><a href="{vb:raw vboptions.homeurl}/forumdisplay.php?f=149">Forum Name</a></li> I know the code I'm looking for is contained within the breadcrumb but I can't find that code anywhere in the template. Thanks for any advice. --------------- Added [DATE]1363797009[/DATE] at [TIME]1363797009[/TIME] --------------- Ok, I've got it working like this... Code:
<li><a href="forumdisplay.php?{vb:raw session.sessionurl}f=149">Forum Name</a></li> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|