Version: 3.35, by Paul M
Developer Last Online: Nov 2023
Category: Miscellaneous Hacks -
Version: 3.6.x
Rating:
Released: 07-23-2006
Last Update: 09-17-2007
Installs: 565
Uses Plugins Auto-Templates
Translations
No support by the author.
This modification is no longer available or supported.
Top Posters mod for vb 3.6.
This displays a page with the Top Forum Posters for a given set of periods. Two periods are fixed ('This Month' & 'Overall') but can be turned off in the options. The other three periods are user definable (in days) - the default values are 1 day (24 hours), 7 days & 28 days. These three columns cannot be turned off.
The number of posters to be shown can also be set, the default is the top 10 posters. You can also select which usergroups are included (or excluded) in the count, so members in banned groups etc are not shown. Excluded is only available from v3.29 onwards.
If enabled, it will also attempt to add a link to your Quick Links or Navbar. There is an option to prefix this path if you use something like CMPS.
To install just unzip the xml file and import it using the Product Manager
History:
v3.20 - First 3.6 release - auto adds link to quick links. v3.21 : Dependancies updated for 3.6.0 Gold. v3.22 : Updated for Version Checking. v3.23 : Dependancies updated, URL's updated (not released). v3.24 : SQL changed to use slave. v3.25 : SQL Changes to use slave. v3.26 : Added autolink options. v3.27 : Fixed table index creation. v3.28 : Added automatic version in template (not released). v3.29 : Added option to include or exclude usergroups. v3.30 : Internal version, not released. v3.31 : Internal version, not released. v3.32 : Internal version, not released. v3.33 : Internal code changes, no funcionality change. v3.34 : Defaults on first install updated. v3.35 : Option for link path prefix added.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
hey Paul, could you send me the older version? I would like to give it a shot, I think I've pushed every button possible in my admincp with no results.
I just don't get it...
I just took a user from primary 36 and put them as additional 36/primary 2, and they show up just fine on the top posters list....
SELECT COUNT(post.dateline) AS postcount, post.userid, user.username
FROM post AS post
LEFT JOIN user AS user ON (post.userid = user.userid)
WHERE dateline > 1156955856 AND user.usergroupid IN (2,5,6,7,9,11,)
GROUP BY userid ORDER BY postcount DESC LIMIT 5;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
GROUP BY userid ORDER BY postcount DESC LIMIT 5' at line 4
Error Number : 1064
Date : Thursday, August 31st 2006 @ 05:37:28 PM
Script : http://www.norfolkmanagementrentals.co.uk/forum/
Referrer :
IP Address :
Username : Mega Admin
Classname : vb_database