To show on online.php, try this (not tested):
Find:
PHP Code:
case 'index':
$userinfo[where] = "$bbtitle <a href='index.php?s=$session[sessionhash]'>Main Index</a>";
break;
Below it add:
PHP Code:
case 'qualitypoints':
$userinfo[where] = "$bbtitle <a href='qualitypoints.php?s=$session[sessionhash]'>Top Quality Posters</a>";
break;
Find:
PHP Code:
case 'chat.php':
$userinfo[activity] = 'chat';
break;
Below it add:
PHP Code:
case 'qualitypoints.php':
$userinfo[activity] = '$bbtitle <a href='qualitypoints.php?s=$session[sessionhash]'>Top Quality Posters</a>';
break;