The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Title without sitename in the title header
All of my pages on my site have "(the title of the thread") - "my site name"
is there a way to just make it the name of the thread of the page instead of having the sitename in the header title of every page. thanks also if not changed it will say "powered by vbulletin" but i have changed it to my site name |
#2
|
||||
|
||||
edit FORUMDISPLAY template
|
#3
|
|||
|
|||
what do i edit yo?
EDIT: It works in the forums now. But its still in the actual post titles. I deleted BBTITLE and put in "forum" in FORUMSDISPLAY. Heres the code Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> $headinclude <title>$foruminfo[title_clean]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> Forum</title> <if condition="$show['inlinemod']"><script type="text/javascript" src="clientscript/vbulletin_inlinemod.js?v=$vboptions[simpleversion]"></script></if> </head> <body> $header $navbar |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|