bbPress Plugin Browser »

Mini Stats (0.1.1)

I don't want members to see this, only admin, how can I do that?

  • change the settings at the top of the plugin:

    $ministats['statisticsinfooter']=false; $ministats['level']="administrate";

  • Then you can see the stats by manually going to your-forum-name.com/?mini-stats or under the admin menu, Manage -> Mini Stats

Why doesn't the newly registered names update after I delete a member ?

  • bbPress doesn't have a hook right now for that, instead try adding or deleting a post instead and it will re-sync

Why when I register a new member they don't show up in the daily stats ?

  • bbPress doesn't consider a user fully registered until they log in for the first time (it then changes their user_status from 1 to 0)