Forum title.

Mistiqe

New Member
Hello,

i have a tiny problem. Let me explain...my english is not so great so i'm gonna have problems with explaining too, i hope you get what i mean :)

I would like to change the forum title showed in browser top bar, for example "VBTEAM Underground - Free vBulletin Hacks, Skins and Support - Mozilla Firefox" when i display the forum in Firefox. So the code looks like:

PHP:
<title>VBTEAM Underground - Free vBulletin Hacks, Skins and Support</title>

i actually know how to change it. It depends on the forum name, vb phrase etc, editable in FORUMHOME template too. My problem is bit different. When i read a thread then the title changes in browser top bar, for example:
"How to fix this text editor problem? - vBulletin Underground - Mozilla Firefox", code:
PHP:
<title>How to fix this text editor problem? - vBTEAM Underground</title>

it depends on the thread i'm currently reading. I would like to have it different. I would like to have the default (VBTEAM Underground - Free vBulletin Hacks, Skins and Support) everywhere, even when i read a thread, doesn't matter. So that would be constant and wouldn't change. I know it's makeable but i don't what should i search for.

I changed this:

PHP:
<title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase>
in FORUMHOME template but that didn't help. So how can i do it? Any help would be appreciated.

------EDIT------

Heh, i found it. 2 minutes after i posted here :)

PHP:
	<title>$thread[title]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title>

in SHOWTHREAD template. I would delete this whole thread but maybe somebody else is going to have the same problem so here is the solution :)

Greetz.
 
Back
Top