MyBB Community Forums

Full Version: Hidden Board Statistics
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,can i make 1 request?
Can anyone create plugin to make Board Statistics can be hidden for certain user,or just admin or moderator can see it?

thanks
Would you pay for it?
If yes - PM me.
I've been meaning to do this for a while, it'd be free if I did it.
(2009-08-16, 10:16 PM)MattRogowski Wrote: [ -> ]I've been meaning to do this for a while, it'd be free if I did it.

Can you create it please?


to Lennart Sauter
Pay? I think you can create and post to your site,so you can charge USD5 peryear like other coder do..People willing to pay for it.
1 minute hack, open stats.php, find:
$stats = $cache->read("stats");
Add before:
if(!$mybb->usergroup['cancp'] && !$mybb->usergroup['issupermod']) error_no_permission();

Main issue is that the link to the stats page will still be visible to all.
(2009-08-18, 01:55 AM)msyahrizan Wrote: [ -> ]to Lennart Sauter
Pay? I think you can create and post to your site,so you can charge USD5 peryear like other coder do..People willing to pay for it.

I might do so when I do have the time for it and don't know what else to create.
But I do a lot of custom work at the moment and that has priority.
(2009-08-14, 05:58 PM)msyahrizan Wrote: [ -> ]Hi,can i make 1 request?
Can anyone create plugin to make Board Statistics can be hidden for certain user,or just admin or moderator can see it?

thanks

Why not use my tutorial here.

http://community.mybboard.net/thread-50892.html

You can adjust it so it will hide it from other groups as well.