PDA

View Full Version : showgroups.php


sulasno
09-13-2010, 12:57 AM
<a href="http://domain.com/forum/showgroups.php" target="_blank">http://domain.com/forum/showgroups.php</a>

I changed the online and offline statusicon and now they overlap the members' names

how do I separate the names from the icons ?

Lynne
09-13-2010, 01:04 AM
How about a link to the page so we can see what is going on?

sulasno
09-13-2010, 02:27 AM
<a href="http://domain.com/forum/showgroups.php" target="_blank">http://domain.com/forum/showgroups.php</a>

Lynne
09-13-2010, 02:41 AM
You'll want to add something like this to additional.css:
.groupbit .username.offline, .groupbit .username.online {padding-right: 80px;}
(You'll want to add in the one for invisible also, but I can't remember the class so you'll have to look it up.)

sulasno
09-13-2010, 03:34 AM
thanks

will add to additional.css and advise results

edit

thanks; working exactly to my requirements

sulasno
09-22-2010, 12:15 AM
:-(

not working and I am wondering why ?

Lynne
09-22-2010, 01:44 AM
It was working (you said it was).And , I just looked right now and it looks just fine. So, what exactly isn't working?

sulasno
09-22-2010, 01:48 AM
guess I should clear the cache; thanks

browser's at fault

sulasno
09-27-2010, 01:55 AM
got the same problem in Blogs

Link (http://nolink.com)

Lynne
09-27-2010, 03:53 AM
I can't see the blogs.

Use something like firebug to find the class and then just add something like what I wrote for that particular class.

sulasno
09-27-2010, 05:19 AM
is this the one ?

.commalist li:last-child::after {
content:'';
}
ul.username li a, ol.username li a, a.username {
}
.commalist li a.username {
display:inline;
}

Lynne
09-27-2010, 02:55 PM
Since I cannot see your style with firebug, I do not know. But, it never hurts to test stuff out to see.