That's really really funny cause i just found
HTML Code:
<title>$thread[prefix_plain_html] $thread[title]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if></title>
Change to
HTML Code:
<title>$thread[prefix_plain_html] $thread[title]</title>
For showthread
And forumdisplay find
HTML Code:
<title>$foruminfo[title_clean]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if></title>
Replace with
HTML Code:
<title>$foruminfo[title_clean]</title>