Quote:
Originally posted by FWC
What was the fix?
|
in index.php and formdisplay.php
above this hack's code:
$forum['dots'] = '';
add the below code:
PHP Code:
if($forum['thtitle']=='') {
$newtitle=$DB_site->fetch_array($DB_site->query("SELECT thread.title AS title FROM thread WHERE lastposter='$forum[lastposter]' AND thread.lastpost=$forum[lastpost]"));
$forum['thtitle']=$newtitle[title];
}
else {
$forum['thtitle']=$forum['thtitle'];
}
and I have released a hack my own.you can try that one.