Support Forum

Display forum statistics

JA jackey
jackey
Member

Hi,

In the help context it says:

Display Forum Statistics

Sorry but a help file can not be found in your language

Display Forum Statistics
Statistics about the forum – number of posts, members etc., – can be displayed at the bottom of each page. However, if preferred you can turn the display off.

You can also turn on or off all of the various components of the statistcs box independently.

But where exactly can all these various components settings be modified?

4 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

Whoops – that’s an error – looks like the help text needs updating and it will be done.
In line with most of the forum display, the statistics box is now controlled by the forum ‘spFoot’ template.

JA jackey
jackey
Member

OK, I will do it with some custom CSS then….

Thanks

MP Mr Papa
Mr Papa
Member

custom css?  what do you want to do?  just modify the template file as Andy suggests to change numbers, location or remove elements…  fine if you want to style, but that old admin panel wouldnt have styled either…

JA jackey
jackey
Member

Just to remove a few things I don’t need on there by putting these lines of code in my custom.css stylesheet of the website:

div.spAdministrators, div.spModerators, div.spNewMembers, div.spTopPosterStats {
display:none;
}

Works fine, and no need to change the template files…