MyBB Community Forums

Full Version: ProStats (Professional statistics)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
any tutorial how to change default white background of this plugin with diferent color
anyone here can do that for me ?
any way to not show a certain usergroup in the stats? or not show certain users?
I've got two problems.
first, the Prostats box can't refresh and shows an error
second, the text above some boxes doesn't show.
I've done whatever I could, but had no success.

myBB ver 1.6.5
the image is attached
Hi,

I would modify the line #1048 of prostats.php (in forum_path/inc/plugins/) and others from:

 
$newestposts_cols_name .= "<td>".$lang->prostats_topic."</td>";

...to:

$newestposts_cols_name .= "<td class=\"max-font11-prostats\">".$lang->prostats_topic."</td>";

But it doesn't work... Sad

How could I solve this problem?
Users awaiting activation shouldn't appear in the "Newest Members". Trolls use it to register and display insults. How can I get around this?

Where do I use a condition "if usergroup=x then do not show" ?
my problem still remains. The refresh button shows an error.
Can't edit prostats... If i edit it, i get error.
Is there anyway to make it only visible to registered members?

Is there anyway to not show certain users on the list?
Dear ProStats users, in response to all the emails and PMs you sent me, I should say that I would like to help you but as you can see in my signature, I need MyBB.com staffs fix a bug first. If they've decided to not to fix that bug, I can do nothing about it. :/
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42