Quote:
Originally Posted by gc1
So this is what I am requesting for a Mod
Thread Title Prefix
For example in the ice cream forum
Thread title I like Rocky Road
would like that title to read
Ice Cream Topic : I like Rocky Road
I think this would make google index topics better and get better search engine placement.
Anybody know how to do this?
|
vBulletin 3.5.1
Open SHOWTREAD template.
Find:
PHP Code:
<title>$thread[title]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title>
Change to:
PHP Code:
<title>$foruminfo[title] : $thread[title]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if></title>