Top Poster Statistics Widgets+Contest Winner+Page Of Day-Week-Month

Top Poster Statistics Widgets+Contest Winner+Page Of Day-Week-Month 2.1.0

No permission to download
@Aayush hello will a new update be coming soon? from reading the previous posts, it looks like the stable add-on is not functioning properly.
 
OK - this problem persists and the addon doesn't seem to work with 1.5. Perhaps others have it working but I can't get it to show up properly.
 
Last edited:
This isn't working for me. I tried to install it, but the instillation page of the ACP just goes white.
 
Note to everyone this got the stable version working for me

hi, I found the bug which makes this plugin showing only matching secondary groups

./library/PosterOfMonth/Model/PosterOfMonth.php line 240

PHP:
return 'AND (user.user_group_id IN ("'. $this->_getDb()->quote($options->ls_group_allowed) . '") OR (' . implode(' OR ', $groupConds) . '))';

should be

PHP:
return 'AND (user.user_group_id IN ('. $this->_getDb()->quote($options->ls_group_allowed) . ') OR (' . implode(' OR ', $groupConds) . '))';

remove double quote (") in IN statement solve this issue.
 
Nice Addon, but I've found one 'bug'.
I excluded the usergroups Administrators and Moderators from this addon. But since all staff members are also a member of the 'Member' Group, one of our Admins has received the title now.

Could you make it so if a player is member of atleast one excluded group, he does not get involved in the Top Poster process?

Best regards
Ferity


I have this problem also
 
I might add this feature, but haven't given it a thought yet.

Its not exactly a new feature. Its a feature that is suppose to already be there and isn't working as it should. It shouldn't be hard, just have a setting to exclude usergroups.
 
Back
Top Bottom