Fixing up titles:
Edit the headinclude template and remove:
Code:
<title>$vboptions[bbtitle] Mobile</title>
Then edit the showthread template and add:
Code:
<title>$thread[prefix_plain_html] $thread[title]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title>
after the text
$headinclude
Then edit the forumdisplay template and add:
Code:
<title>$foruminfo[title_clean]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title>
after the text
$headinclude
Then edit the FORUMHOME template and add:
Code:
<title>$vboptions[bbtitle] Mobile</title>
after the text
$headinclude