Version: 4.0.4a, by haothiencz
Developer Last Online: Oct 2021
Category: Add-On Releases -
Version: 4.0.x
Rating:
Released: 01-10-2010
Last Update: 03-04-2010
Installs: 576
DB Changes Uses Plugins Template Edits Auto-Templates
Additional Files Translations
No support by the author.
AJAX - Advanced Forum Statisticss
+Compatiable with latest version of vBulletin
+ This Mod has been coded by one person in our Team Linhnt
+ You can also check 3.8.x version here posted by ry215
+ This Mod is supported so I will try my best to give most possible support to you guys here.
+ Enjoy it!
DEMO: view screenshot
LIVE DEMO: my site is currently under construction so feel free to leave a link to your site if you use it. I will put it here.
Features:
Thread, blog, forum:
- Latest Post
- 9 Latest Post custom
- Hostest thread
- Most viewed thread
- Latest News
- Top Forum
- Latest Class Ads
- Latest Blog (Entry)
- Latest Blog Comment
- Most viewed Entry
- Hottest Entry
Member:
- Newest Member
- Top Starter
- Top Referrer
- Top Reputation
- Top thanked
- Top Richest
- Top Bloger
Install:
1. Upload all the folder with file in UPLOAD folder to your root folder.
2. Import Product
3. Settings -> options - > [AJAX] - Advanced Forum Statistics change all options to fit your need. 4. Remember to mark as installed and nominate if you use and like this mod.
History version:
v 4.0.0 : first release
v 4.0.1 : Update with some little fix
v 4.0.2 : Update 1 new template which dispay thread information when mouse-over view.
v4.0.4: Optimize, fix css, add thread prefix. Work with latest version 4.0.2 patch level 1 IF YOU ARE NOT RUNNING VBULLETIN 4.0.2 or HIGHER - DO NOT UPGRADE TO 4.0.4 OR IT WILL MESS YOUR BOARD>
v4.0.4.a: Quick fix with tooltips.
Can anyone assist me with solving the following Database error? I like this mod but keep getting the error from time to time....
Code:
Database error in vBulletin 4.1.10:
Invalid SQL:
SELECT userid, usergroupid, displaygroupid, username, posts, post_thanks_thanked_times
FROM user AS user
WHERE post_thanks_thanked_times > '0'
ORDER BY post_thanks_thanked_times DESC
LIMIT 0, 15;
MySQL Error : Unknown column 'post_thanks_thanked_times' in 'field list'
Error Number : 1054
Request Date : Friday, January 27th 2012 @ 10:19:56 PM
Error Date : Friday, January 27th 2012 @ 10:19:56 PM
Script : http://forum.sadaar.com/ajax.php?do=gettop&ran=0.1480469424277544
Referrer : http://forum.sadaar.com/forum.php
IP Address : xx.xx.xx.xx
Username : xxxxxxxx
Classname : vB_Database_MySQLi
MySQL Version : 5.5.20-cll
Can anyone assist me with solving the following Database error? I like this mod but keep getting the error from time to time....
Code:
Database error in vBulletin 4.1.10:
Invalid SQL:
SELECT userid, usergroupid, displaygroupid, username, posts, post_thanks_thanked_times
FROM user AS user
WHERE post_thanks_thanked_times > '0'
ORDER BY post_thanks_thanked_times DESC
LIMIT 0, 15;
MySQL Error : Unknown column 'post_thanks_thanked_times' in 'field list'
Error Number : 1054
Request Date : Friday, January 27th 2012 @ 10:19:56 PM
Error Date : Friday, January 27th 2012 @ 10:19:56 PM
Script : http://forum.sadaar.com/ajax.php?do=gettop&ran=0.1480469424277544
Referrer : http://forum.sadaar.com/forum.php
IP Address : xx.xx.xx.xx
Username : xxxxxxxx
Classname : vB_Database_MySQLi
MySQL Version : 5.5.20-cll
This error in not related with this mod
MySQL Error : Unknown column 'post_thanks_thanked_times' in 'field list'
However when I disable this mod the error stops completely. I was thinking it had something to do with the mod trying to determine the most thanked members.