Support Forum

Remove most members online

19 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

In am not sure what you have done to end up with that…

The CSS solution using the display:none; was the one to go for. What exactly did you do?

KE Kenn
Kenn
Member

If I just do the css edit: #spMainContainer .spMostOnline span { display: none; },

It removed the text but not the number:

169

Currently Online: Paul, Kenn, Mary, news
72 Guest(s)

Currently Browsing this Page: Kenn

 

So I tried also removing the line in footer.php aswell:

#__sp(‘Most Users Ever Online: ‘),

and it gives this:

169

Currently Browsing this Page: Paul, Kenn, Mary, news
70

Guest(s)Kenn

 

BR Brandon
Brandon
Member

Try it without the span in there.

#spMainContainer .spMostOnline { display: none; }
KE Kenn
Kenn
Member

Thanks very much, removed ‘span’ and works great.smile