The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
How can i add the title of my side to the browsertitle at the forums and the topics? I think vBseo can do that.. but is there also a free option?
|
|
#2
|
||||
|
||||
|
open template FORUMDISPLAY
Find: Code:
<title>{vb:raw foruminfo.title_clean}</title>
Code:
<title>{vb:raw foruminfo.title_clean} - {vb:raw vboptions.bbtitle}</title>
Open template SHOWTHREAD Find: 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:
<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> - {vb:raw vboptions.bbtitle}</title>
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|