Log in

View Full Version : Need to change the Meta Title and cant find it


jononline
02-09-2008, 05:01 PM
I have searched every template and all my options in admin area and I cant find it anywhere on my site inthepursuitofgod.com/forum at the top it says

christian forum - An online christian chat forum

I need to change that..

I have searched everywhere.. could it be in a HTML file ?? thats seperate?

Lynne
02-09-2008, 05:46 PM
It's here in your code:

<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />

<!-- end no cache headers -->
<title>Christian Forums - A Online Christian Chat Forum and Discussion Board</title>
And this is in your FORUMHOME template (unless you have changed it):
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
$headinclude
<title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
</head>
So, perhaps you want to take a look at that phrase and your bbtitle in your vboptions.

jononline
02-10-2008, 01:32 AM
--------------- Added 1202614741 at 1202614741 ---------------

Found it in phrases thanks