View Full Version : Comma seperator on Who's Online
I want to change the comma seperator between user names on the Whos Online block to something else. Where would I change this so that say I could use a - or a * between user names?
Paul M
11-18-2006, 10:51 PM
A "*" is already used for invisible users.
There is no way to do this other than by editing the activeusers code in index.php
What part needs the edit to change that?
PennylessZ28
01-19-2007, 02:50 AM
I am digging this up again, when you remove the comma, the first person logged in breaks, or at least their hyperlink breaks, while the rest appear fine. Why is this?
tehQspm
05-05-2007, 09:45 PM
it will be because of this which follows straight after it
// memory saving
unset($userinfos, $loggedin);
$activeusers = substr($activeusers, 2); // get rid of initial comma
You can probably comment out that line to get rid of the initial comma though I have not tested it.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.