The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Forum Category Name in Showthread
Hey everyone.
I'm pretty new to working with vBulletin templates but I'm trying to figure out how I can display the forum's name and possibly the website name in the <title> tags of showthread.php. Site name wouldn't be difficult of course as I could simply type it myself, but I have no clue what the {vb: tag is to display the category name. Although having the {vb: tag of the website would be better since I may change domains later on so if anyone knows that, that's also welcome. Any assistance is much appereciated, - Nightfoxx |
#2
|
||||
|
||||
You need to edit the template SHOWTHREAD.
You can edit templates via Style Manager in Admin CP. Find the <title> line in the template. Code:
<title>{vb:raw thread.prefix_plain_html} {vb:raw thread.title}<vb:if condition="$pagenumber > '1'"> - {vb:rawphrase page_x, {vb:raw pagenumber}}</vb:if></title> Code:
{vb:raw vboptions.bbtitle} Code:
{vb:raw GLOBALS.foruminfo.title_clean} |
#3
|
|||
|
|||
Awesome, it works great! thanks a lot
|
Благодарность от: | ||
BirdOPrey5 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|