Quote:
Originally Posted by funkmeister
I'd also like to know.....how do you remove the space? So it would display as John, Pete, Barry and not John , Pete , Barry - as an example.
Also, how do you add a space on the WOL for the spiders - for example, instead of, yahoo! slurp(2) - I'd like to have yahoo! slurp (2)
Thanks.
|
To remove the space, Find this code in index.php:
Code:
eval('$activeusers .= ", ' . fetch_template('forumhome_loggedinuser') . '";');
Remove the space after the comma there.