PDA

View Full Version : Removing Comma from Users Online


Shawn
02-16-2007, 05:46 PM
On "Who is online?" At the bottom of vBC for example
There is a comma that seperates users

Open up:
index.php

Find:
eval('$activeusers .= ", ' . fetch_template('forumhome_loggedinuser') . '";');

Replace with:
eval('$activeusers .= " ' . fetch_template
('forumhome_loggedinuser') . '";');