Please, forgive my newbiness, but can you please explain where ALL lines of code go in the index.php file???
Your directions give me line numbers (that's fine, I find where it all needs to go) but it does not tell me what code I need to replace it with, or if code needs to be removed, etc.....
For instance, your page says:
locate the line that says:
Code:
if ($loggedin=$DB_site->fetch_array($loggedins)) {
add:
Code:
if($loggedin['usergroupid']==6||$loggedin['usergroupid']==7||$loggedin['usergroupid']==5) {
$modsloggedin[$loggedin['userid']]=$loggedin['username'];
}
I've screwed up my forums three times tonight, thank God editplus saves a backup!!!!