Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
Is there a way to remove the Need Moderation and Spam boxes on top of my forum?
Avatar
Robert Provencher
Member
Free Members
sp_UserOfflineSmall Offline
Nov 24, 2015 - 11:00 am

We never use these boxes and they're wasted real estate. Is there a way to simply remove them????

 

Rob

Avatar
Ike
Sawtry, UK
Member
Free Members
sp_UserOfflineSmall Offline
Nov 24, 2015 - 11:09 am

Hey Robert,

Unfortunately it's not as simple as just turning them off.. Although it's worth pointing out that you can't 'use' the boxes as they are there to serve you information (i.e you have 0 spam, or you have 1 post that needs moderation).. The fact that you 'never use' them is great really, and remember that only admins and moderators granted access can see them.

Anyway, you can remove them with CSS although it will just be by using 'display: none' on the individual classes.

The two you will want to hide are spModCount and spSpamCount. As usual we recommend making a Child Theme if you haven't already got one in place.

Avatar
Robert Provencher
Member
Free Members
sp_UserOfflineSmall Offline
Nov 24, 2015 - 2:03 pm

thanks. I didn't think it was simple, just needed to know how....point me...:)

 

R

Avatar
Ike
Sawtry, UK
Member
Free Members
sp_UserOfflineSmall Offline
Nov 24, 2015 - 2:15 pm

This should do the job:

#spMainContainer .spModCount,
#spMainContainer .spSpamCount {
    display: none;
}

Place it in your child theme's main stylesheet.

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17361
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625