PDA

View Full Version : Page title shouldnt be shown


ben_erhan
10-21-2005, 11:09 AM
Dear friends,

I dont want to see thread title in page title and taskbar.I want to see only forum page title like in forumhome page.

Beforehand this does not like this.In 3,0,9 it was normal.

If you know,I am waiting.

Marco van Herwaarden
10-21-2005, 07:02 PM
In you SHOWTHREAD template find:
$headinclude
<title>$thread[title]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title>

and replace by:
$headinclude
<title>$vboptions[bbtitle]</title>
That should remove the thread title.