9
I DID IT, whoohoo!
in viewtopic.php fid the line:
Quote:
$xoops_pagetitle = $xoopsModule->getVar('name'). ' - ' .$myts->htmlSpecialChars($forumdata['forum_name']). ' - ' .$topic_title;
And switch them around.
I've changed mines to this:
Quote:
$xoops_pagetitle = $topic_title. ' - ' .$xoopsModule->getVar('name');
To have the title line:
Quote:
site name - topic title - Forum
Excellent
All I did was went into viewtopic.php and searched for pagetitle and found that line and changed it.
You can do the same with the viewforum.php file.