TopPosters-PRO Plugin for VanillaForums 2.0.18

Hi guys,

You can get the TopPosters-PRO plugin for your Vanilla Forums 2.0.18.x here.

Screen Shot 2014-04-18 at 11.34.06 pm

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

Admin screenshot

===================================================
Update:
Version 1.5.1 release
– bug fix for Top Poster for “this week” – excluded users is not working.

20 thoughts on “TopPosters-PRO Plugin for VanillaForums 2.0.18

  • 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.

  • 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.

    • 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

    • 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

Leave a Reply to FtpIt Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.