Quote:
Originally Posted by paul41598
I'm not sure if you can turn that off from within the admincp. I'm almost sure you can't.
If you really want though you can open up index.php
find:
PHP Code:
eval('$activeusers .= ", ' . fetch_template('forumhome_loggedinuser') . '";');
replace with:
PHP Code:
eval('$activeusers .= " ' . fetch_template('forumhome_loggedinuser') . '";');
|
i dont know if that was helpful or not but the guy doesn't even know whats a ftp and your asking him to edit a php file see man people like you need to stop helping buc they really making things harder than they oared are..
am not trying to get on your bad side.
and by the way yes you can edit it with in the admin cp....
-------------------------------------------------------
anyways man i see that you got a space befor and after the usernames to fix that,
1- go to: forumhome_loggedinuser
2- find:
3- remove the space before the , and leave the one after it
it will look like this in the end