Hi guys,
You can get the TopPosters-PRO plugin for your Vanilla Forums 2.0.18.x here.
New features/ enhancements and bug fixing will be provided in the PRO version, while the old version 1.4 will be discontinued.
Grab the plugin for only $6, download link will be provided instantly after the payment is settled.
If you were not brought to the download page after payment, kindly check your email, I’ve emailed a download link too.
New Features:
1. Displays User’s Photo of Top Posters
2. Top Posters for the Week added!
3. Enable and disable feature 1 & 2 in you Dashboard Admin
See it in action here => www.pinoyau.info
===================================================
Update:
Version 1.5.1 release
– bug fix for Top Poster for “this week” – excluded users is not working.
Is it possible to change the top poster of the week to top poster of the month?
Hi Alex,
Yes you can change of the sql logic — instead of getting the YEARWEEK — get the YEAR and MONTH in order to get the current topposter of the month.
you gave me an idea, don’t worry i will be releasing a new version with the last month’s top poster, and will try to add a trophy system that will be displayed in the user’s profile. like kinda having a badge and reputation system.
Adding a trophy system is something I WILL DEFINITELY BUY. Please make this happen soon. This system needs to be on Vanilla asap.
Nice plugin, thanks. I’m learning from the free version of the plugin to create a ‘Top Threads’ plugin for Vanilla. Cheers!
Np, watch out for my classified ads plug in. im going to launch it soon. 🙂
Hey guys,
does this plugin fall in line under whatever theme is currently in use. Ie. will it take on the colors of the current theme?
thanks,
you may want to try the FREE version first @ vanillaforums.org .i believe the CSS styling is the same with the FREE version.
How do you hide it from non members ? 🙂
you can apply the same logic that i gave you on the BrowseMember Plugin
this time modify class.toppostersmodule.php , then go to the line that says
public function ToString() {
then add this line
if(!$Session->IsValid()){ return; }
TO
public function ToString() {
$String = '';
$Session = Gdn::Session();
if(!$Session->IsValid()){ return; } //< ===here
I would grateful if you could drop me a little token here but not to worry its not compulsary 🙂 Thanks
Hey. I’m trying to activate TopPosters Pro on my forum, but it keeps Bonking. Any ideas why?
hmm that’s weird no one has encountered this before.
can you enable the debug = true in config file and do a screenshot on what the error says?
steps:
1. enable the plugin again. (leave it bonk for a while)
2. change the line in your /config/config.php
$Configuration[‘Debug’] = FALSE;
to
$Configuration[‘Debug’] = TRUE;
3. load the bonk page again. it will show the error instead of BONK
4. screenshot it.
5. send it to me at [email protected]
6. change back the config to debug false;
7. disable the plugin
Thanks.
nice talking to you, glad you managed to get it working 🙂 any problem just let me know. thanks again for purchasing
I just bought the plugin, but there are some display problems on my website. And the integration doesn’t show after the medals. Please send me e-mail and help me. Thanks
email sent.
Compatible with 2.1? I’ll pay $20 for FULLY 2.1 compatible version
I just purchased the pro version and the medals badges are not showing up. I can see the users profile pictures but no medal. please help with this issue.
hello
We want to use your plugin.let me know if you are available for custom work
sorry for the late reply. a bit busy at the moment.