News:

Want to get involved in developing SMF? Why not lend a hand on our GitHub!

Main Menu

To hide forum stats

Started by helpdivya, April 09, 2009, 04:10:37 PM

Previous topic - Next topic

helpdivya

How can I hide the forum stats that we see on the home page? I want to hide it for all the users except the administrator of the forum? Please suggest.

shadow82x

#1
helpdivya,
Do you still need assistance on this issue? Are you using SSI for your homepage or a portal software?
Colin B
Former Spammer, Customize, & Support Team Member

helpdivya

I guess I am using SSI. What is the difference between SSI and portal? and how do I find what I am using.

shadow82x

Well either you used SSI to create your homepage or your using a downloaded software to get forum stats on your homepage. If possible provide a link to your site. :)
Colin B
Former Spammer, Customize, & Support Team Member

helpdivya


Marcus Forsberg

Admin > Configuration >  Current theme > Show statistics on board index

Uncheck that.

helpdivya

Nas that just removes it from bottom and put it to top right. I want to remove it totally and only should be able to view stats. check http://www.ekhichdi.com and focus on top right corner.

shadow82x

Try this

In ./Themes/default/boardindex.template.php

Find
if ($settings['show_stats_index'])

Make it
if ($settings['show_stats_index'] && $context['user']['is_admin'])

Alternately you can attach your template here, and we can do the edits for you. :)

Tell us how it goes.
Colin B
Former Spammer, Customize, & Support Team Member

helpdivya

I will try this on weekend and check if it works.

Thanks

Advertisement: