Log in

View Full Version : How to remove thread name in front of vBulletin.org in title bar


hlaingmu
06-10-2009, 12:20 PM
Dear Experts,

How do I remove the thread name in front on my forum name when browsing the forum??

e.g I always want to show just my forum name whatever members read the thread/post.

In example attached picture, I dont want to show the thread name"How to set up a test site? "
Just want to show "vBulletin.org"

Help me please.

Thanks.

Best regards,
EUHDA

Lynne
06-10-2009, 01:59 PM
If you want to remove the thread title, then in the SHOWTHREAD template, find this:

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

hlaingmu
06-11-2009, 12:14 PM
Thanks. Working perfect!