How do you remove the statistics on the front page?
3 posters
Page 1 of 1
How do you remove the statistics on the front page?
I would like to remove these parts:
Our users have posted a total of X messages
We have X registered users
The newest registered user is
Is there a simple way to do this so no one can view these statistics? I looked under Statistics and it doesn't seem to change it even though I have only allowed Administrators to view the statistics online.
Our users have posted a total of X messages
We have X registered users
The newest registered user is
Is there a simple way to do this so no one can view these statistics? I looked under Statistics and it doesn't seem to change it even though I have only allowed Administrators to view the statistics online.
Chris Oak- New Member
- Posts : 4
Reputation : 1
Language : english
Re: How do you remove the statistics on the front page?
You can do it by CSS, for phpbb3, this code:
From the tricks and tips.
- Code:
#page-body p.page-bottom {
margin: 0;
display: none;
}
From the tricks and tips.
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Re: How do you remove the statistics on the front page?
Thanks Jophy. I tried this:
1. Log into your forum and access the “Administrator Panel”
2. Select “Display”
3. Select “Colors”
4. You should now be able to select the “CSS Style Sheet” tab
I got into the CSS style sheet and pasted this:
#page-body p.page-bottom {
margin: 0;
display: none;
}
And clicked the "submit" button it did not make the changes on my page. Is there something else I need to do? Thanks!
1. Log into your forum and access the “Administrator Panel”
2. Select “Display”
3. Select “Colors”
4. You should now be able to select the “CSS Style Sheet” tab
I got into the CSS style sheet and pasted this:
#page-body p.page-bottom {
margin: 0;
display: none;
}
And clicked the "submit" button it did not make the changes on my page. Is there something else I need to do? Thanks!
Chris Oak- New Member
- Posts : 4
Reputation : 1
Language : english
Re: How do you remove the statistics on the front page?
Sorry I thought your forum was bb3, that code was for bb3, you can wait for someone with the code for bb2.
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Re: How do you remove the statistics on the front page?
go 2 index_body and remove:
- Code:
{TOTAL_POSTS}
{TOTAL_USERS}
{NEWEST_USER}
Re: How do you remove the statistics on the front page?
Thanks guys, I was able to go do it without using the css sheet, there is a button you can click on one of the pages to disable the stats content. Many thanks!
Chris Oak- New Member
- Posts : 4
Reputation : 1
Language : english
Similar topics
» front page problem
» Poll on front Page
» Adding an image to the front page
» Inappropriate Advertising on Front Page
» Need border around quick login (top/bottom of front page)
» Poll on front Page
» Adding an image to the front page
» Inappropriate Advertising on Front Page
» Need border around quick login (top/bottom of front page)
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum