The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How do you remove the statistics on the front page?

3 posters

Go down

Solved How do you remove the statistics on the front page?

Post by Chris Oak June 5th 2012, 10:12 pm

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.
avatar
Chris Oak
New Member

Posts : 4
Reputation : 1
Language : english

Back to top Go down

Solved Re: How do you remove the statistics on the front page?

Post by Jophy June 6th 2012, 11:21 am

You can do it by CSS, for phpbb3, this code:
Code:
#page-body p.page-bottom {
margin: 0;
display: none;
}

From the tricks and tips. Wink
Jophy
Jophy
ForumGuru

Male Posts : 17922
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Solved Re: How do you remove the statistics on the front page?

Post by Chris Oak June 9th 2012, 11:49 pm

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!
avatar
Chris Oak
New Member

Posts : 4
Reputation : 1
Language : english

Back to top Go down

Solved Re: How do you remove the statistics on the front page?

Post by Jophy June 10th 2012, 5:48 am

Sorry I thought your forum was bb3, that code was for bb3, you can wait for someone with the code for bb2.
Jophy
Jophy
ForumGuru

Male Posts : 17922
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Solved Re: How do you remove the statistics on the front page?

Post by xiaomah01 June 10th 2012, 9:13 am

go 2 index_body and remove:
Code:
{TOTAL_POSTS}
{TOTAL_USERS}
{NEWEST_USER}
xiaomah01
xiaomah01
Forumember

Male Posts : 206
Reputation : 7
Language : English|Chinese|malay
Location : malaysia

http://johor.forumn.org/

Back to top Go down

Solved Re: How do you remove the statistics on the front page?

Post by Chris Oak June 10th 2012, 5:44 pm

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!
avatar
Chris Oak
New Member

Posts : 4
Reputation : 1
Language : english

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum