Log in

View Full Version : Title without sitename in the title header


tytyguy
02-20-2007, 01:14 AM
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

Princeton
02-20-2007, 04:16 PM
edit FORUMDISPLAY template :D

tytyguy
02-20-2007, 11:38 PM
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

$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

please help!