PDA

View Full Version : where is the , between user names in whos online?


wtrk
11-18-2010, 07:17 PM
i want to remove the ',' between usernames in the 'whos online' box. what template is that in? thanks.

Lynne
11-18-2010, 08:35 PM
You mean in the Currently Active Users box? (Who's online is a page, not a box.)

It's in the CSS:
.commalist li:after {
content:",";
}

wtrk
11-18-2010, 11:34 PM
yeah thats the one.. my bad.. thanks :)

meissenation
01-25-2012, 11:02 PM
I know this is an old thread but at some point I had edited a template because my user list was missing the comma "," between usernames. I just upgraded from v4.0.4 to 4.1.10 and now I have two commas. I see I can remove the "," from .commalist but currently it's the default setting.

Does anyone know a secondary location that I would have edited the template? I figured it must be in a plugin somewhere but I don't see where?

Lynne
01-26-2012, 03:42 AM
Usually when people add CSS, they add it to the additional.css template, so look in there. Or, use firebug to figure out what the CSS is and then search in the templates for it.