I just installed PluhNews and want to get rid of the "Unknown Location" in the online users page without installing that long hack. So I just went into online.php and tried these:
PHP Code:
case 'PluhNews':
$userinfo[where] = "Viewing Main News";
break;
case 'pluhnews':
$userinfo[where] = "Viewing Main News";
break;
case 'pluhnews.php':
$userinfo[where] = "Viewing Main News";
break;
However, NONE of them work, it still says unknown location. Any ideas for a fix? :dead: