MyBB Community Forums

Full Version: Hide ProStats from guests
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So,have a problem with ProStats ,it's not hiding for Guests,i try this
http://community.mybb.com/thread-130303.html
but not working,and i think many users wanna know how to do this!
Thanks

Somebody????????
Add the red lines:

file: inc/plugins/prostats.php

Quote:line 928: function prostats_run_index($force = false)
line 929: {
line 930: global $mybb, $parser, $session, $unviewables, $prostats_tbl, $ps_header_index, $ps_footer_index, $ps_header_portal, $ps_footer_portal;
line 931: if ($mybb->user['uid']) {
line 932: if (!$mybb->settings['ps_enable']) {return false;}

Quote:line 964: $ps_footer_index = $prostats_tbl;
line 965: }
line 966: }
Thank's its working Wink
Now have problem with MyBB 1.8.14,this trick not working,any suggestions?