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
the last months winner is not updating, been same for 2 months now. I have the latest update

Edit: never mind sorted now
 
Last edited:
So ticking the user group 1 box only in your addon settings should allow everyone to be eligible to be the top poster, right?
That's correct, and it appears to only work on the primary usergroup for each user too.
Following XF recommended process, same as you've outlined, it essentially renders the usergroup selection for this addon as useless. You have to select the registered usergroup to include anyone, and you get everyone.
 
I'll take a look into this.



seems to be a nice idea. Will code that when I have some free time.

This would be amazing enhancement and could really empower us to give users some substantial benefits to being user of the month! Thanks!
 
@Aayush I get an 500 internal server error whilst installing. Also uninstalling and then reinstalling doesn't seem to work. Using your version that you posted.
 
@Lexy What did your host changed? Increased php memory limit? The site I'm installing on is behind a .htaccess because it's my test environment where I try add-ons before I install them on my live site. Other add-ons are installed without any problems. So if you know what to change please let me know so I can test :)
 
like i said so htaccess error also they invite me to private chat where tehnicians asked me to install any plugin, and live watch where is problem, after couple setup install plugin goes whithout problems so becouse i use off shore hosting they cannot share any servers log with me, just announce from them leave this error becouse not exists any more.
 
xenforo 1.3.0 php 5.5.10 apache 2.2
This plugin is working perfectly on your mentioned configs. It might be a problem with htaccess as suggested by @Lexy
The problem isn't with memory limit or something. You'll find the .htaccess file in the root.
 
When a forum's "Count messages posted in this forum toward user total" option is disabled does the addon still count messages posted in that forum toward user's total?
 
I have just registered users being able to qualify for this, I DID run cron with all users checked first, NOW , I have unchecked Administrator, run cache, yet admin still shows in sidebar. I don't want admins and mods to count.

Screen Shot 2014-05-11 at 6.42.45 AM.webp
 
Try messing around with this in your EXTRA.css - change colors to your liking.


Code:
.userBanner.bannerStaff {
background-color: #efede1;
border-color: #403931;
color: #d1afaf;
}

Or

Code:
.userBanner.bannerStaff.wrapped span {
border-color: #403931;
color: #d1afaf;
}
 
Back
Top Bottom