The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How to put the Homepage Name after Article Name in page title
Hi, guys Best Regards, vicelover |
#2
|
||||
|
||||
admincp > styles and templates > style manager > (dropdown) edit styles > vbulletin CMS templates > vbcms_page
find Code:
<title><vb:if condition="$vboptions['cmstitle']">{vb:raw vboptions.cmstitle}<vb:else />{vb:raw vboptions.bbtitle}</vb:if> - {vb:raw html_title}</title> Code:
<title><vb:if condition="$vboptions['cmstitle']">{vb:raw vboptions.bbtitle}<vb:else />{vb:raw vboptions.cmstitle}</vb:if> - {vb:raw html_title}</title> you have to do that on all the templates you which to reverse the title on! |
#3
|
||||
|
||||
Quote:
And it not only works on articles, but also section and category in CMS. :up: |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|