![]() |
|
|
Mod Options |
[AJAX] Helpful Answers - Allow users to rate individual posts Details »»
|
|||||||||||
|
[AJAX] Helpful Answers - Allow users to rate individual posts
Developer Last Online: May 2013
Every day your users contribute hundreds if not thousands of posts making it hard for new members and guests to separate out the best answers from those that are less helpful. The Helpful Answers System offers your members a quick way (AJAX) to rate individual posts as either helpful or not allowing future visitors to understand the benefits of each post.
Designed for maximum flexibility: This addon is built to be flexible and offers several customization options including:
Modification Installation: This addon requires uploading multiple files, installing a vBulletin product and enabling the feature in any forums you wish. No template modifications are required. Please see the included install file for detailed instructions. If you are not seeing the rating bar double check that you have enabled the feature in the forum you are in and insure the Manual Template override option is not enabled. Rating Review & Deletion: To identify and remove abuse a reporting system is included with this addon and can be found in your vBulletin ACP under the Helpful Answers tab. Through this panel you will be able to view a user's overall rating history and individual ratings and can remove either if necessary. Users can also be explicitly banned from the system. Reputation System Integration: Helpful Answers can be extended to directly tie into your reputation system giving users positive or negative points based on the ratings of their posts. There are numerous options on how to handle ratings that can be found in a separate Helpful Answers Reputation part of your vBulletin Settings page. Anonymous Stats Tracking (optional): vBulletin forums reach millions of consumers around the world yet little is known about their habits and opinions. This addon was released to the public out of requests but also to further the research of forum user's behaviors and actions through collecting the most basic data on thousands of sites. By default this addon will pass basic rating data (positive or negative) to a 3rd party site for statistical purposes. Only the most basic data is captured (the vote and your site name) and no user information or specific forum details are logged, not even an IP address. While you may disable this feature through the administrative options I ask that you consider leaving it in place to help this research effort and insure the continued support of the addon. The tracking feature uses the php library cURL on a 5 second timeout. If cURL is not installed this option is automatically disabled. History of this addon: This addon was originally developed for private use in 2006 for a site of mine but after getting several past clients requested requests and messages I decided to package it up for public release. Download Now Only licensed members can download files, Click Here for more information. Screenshots Show Your Support
No members have liked this post.
|
|||||||||||
Similar Mod
|
||||
| Mod | Developer | Type | Replies | Last Post |
| [AJAX] Helpful Answers - Post Rating System (plus many sub-features) | Ted S | vBulletin 3.8 Add-ons | 1794 | 06 Apr 2013 20:56 |
| Comments |
|
#2
|
||||
|
||||
|
Tips & Tricks Using Template Variables:
While the Helpful Answers section may appear to only add to a small part of your post it can be used much more extensively to change the color of an entire post, to add a special icon or just about anything else you like. Here are list of the variables available for your templates and a few sample conditions you can use with them:
Future Updates: I'm pleased with this addon so far but plan to extend it as feedback comes in so please share your comments and suggestions as they will be read and responded too. Coming soon... A page showcasing your top 10 (or 20 or 30 or 100) posts.
__________________
Ted & the Giftery.me Team New features released for Product Review Forums 1.3 (4.0) Helpful Answers (3.8) (4.0) | Limited Guest Viewing (3.8) (4.0) No members have liked this post.
|
||||
|
#3
|
|||
|
|||
|
Thanks for the private feedback; I've added a simple page showing the Most Helpful Answers. This can be disabled through the options and the number of results to show can also be configured.
__________________
Ted & the Giftery.me Team New features released for Product Review Forums 1.3 (4.0) Helpful Answers (3.8) (4.0) | Limited Guest Viewing (3.8) (4.0) No members have liked this post.
|
|
#4
|
|||
|
|||
|
Brill, will download and install later. Thanks
No members have liked this post.
|
|
#5
|
||||
|
||||
|
Any chance of getting this to work on 3.8x?
__________________
SpiritualBB.com
The Online Multi Faith, Unexplained & Paranormal Bulletin Board No members have liked this post.
|
|
#6
|
|||
|
|||
|
__________________
Ted & the Giftery.me Team New features released for Product Review Forums 1.3 (4.0) Helpful Answers (3.8) (4.0) | Limited Guest Viewing (3.8) (4.0) No members have liked this post.
|
|
#7
|
|||
|
|||
|
help here please, got errors:
Database error in vBulletin 3.7.0: Invalid SQL: SELECT post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted, user.*, userfield.*, usertextfield.*, icon.title as icontitle, icon.iconpath, avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight, spamlog.postid AS spamlog_postid, deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason, editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline, editlog.reason AS edit_reason, editlog.hashistory, postparsed.pagetext_html, postparsed.hasimages, sigparsed.signatureparsed, sigparsed.hasimages AS sighasimages, sigpic.userid AS sigpic, sigpic.dateline AS sigpicdateline, sigpic.width AS sigpicwidth, sigpic.height AS sigpicheight, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, infractiongroupid ,post.goodrank,post.totalrank,helpfulanswer.helpfulanswerid FROM post AS post LEFT JOIN user AS user ON(user.userid = post.userid) LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid) LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid) LEFT JOIN icon AS icon ON(icon.iconid = post.iconid) LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid) LEFT JOIN spamlog AS spamlog ON(spamlog.postid = post.postid) LEFT JOIN deletionlog AS deletionlog ON(post.postid = deletionlog.primaryid AND deletionlog.type = 'post') LEFT JOIN editlog AS editlog ON(editlog.postid = post.postid) LEFT JOIN postparsed AS postparsed ON(postparsed.postid = post.postid AND postparsed.styleid = 4 AND postparsed.languageid = 3) LEFT JOIN sigparsed AS sigparsed ON(sigparsed.userid = user.userid AND sigparsed.styleid = 4 AND sigparsed.languageid = 3) LEFT JOIN sigpic AS sigpic ON(sigpic.userid = post.userid) LEFT JOIN helpfulanswer AS helpfulanswer ON(helpfulanswer.postid = post.postid and helpfulanswer.userid = 1) WHERE post.postid IN (0,210,231) ORDER BY post.dateline; MySQL Error : Table 'mysite_fph.helpfulanswer' doesn't exist Error Number : 1146 Request Date : Wednesday, February 4th 2009 @ 11:26:54 AM Error Date : Wednesday, February 4th 2009 @ 11:26:54 AM Script : http://www.mysite.co.il/showthread.php?t=188 Referrer : http://www.mysite.co.il/forumdisplay.php?f=3 IP Address : XX.XXX.XX.XXX Username : PCTech Classname : vB_Database MySQL Version : 5.0.37-standard
__________________
Best Regards, Thanks for the helpers. No members have liked this post.
|
|
#8
|
||||
|
||||
|
No members have liked this post.
|
|
#9
|
||||
|
||||
|
hi Ted
i've created the sql table manually using the link i posted above. but now, i get other sql errors. this time: when i click Yes / No the AJAX effect doesn't work, instead, a window pops up and says:
MySQL Error : Unknown column 'post.goodrank' in 'field list' please advise ted No members have liked this post.
|
|
#10
|
|||
|
|||
|
i added the query that u advised me..
thank u very much!
__________________
Best Regards, Thanks for the helpers. No members have liked this post.
|
|
#11
|
||||
|
||||
|
i am getting the same error.i will wait for stable hack
No members have liked this post.
|
|
#12
|
||||
|
||||
|
cool!. now you may face the next same prob as i am
No members have liked this post.
|
|
#13
|
||||
|
||||
|
hrm - I like this idea, although I've already modified the wording of the reputation system to resemble something similar.
__________________
John Advanced Guest Posting & Registration Cell Phone Forums | Nikonites - Nikon Forum No members have liked this post.
|
|
#14
|
|||
|
|||
|
My appologies to those who have experienced bugs with the system. 3 issues were identified (2 with queries like the errors above show) and 1 in the creation of the table. An updated version has been released which solves all known issues.
__________________
Ted & the Giftery.me Team New features released for Product Review Forums 1.3 (4.0) Helpful Answers (3.8) (4.0) | Limited Guest Viewing (3.8) (4.0) No members have liked this post.
|
|
#15
|
|||
|
|||
|
Note: Version 1.3.3 has been released which fixes several small issues related to creating the mySQL table for this addon and with two queries. With this update the current mysql query errors will go away and the table will be properly created.
All users are advised to upgrade while those who have experienced database errors should uninstall and then upgrade. To upgrade simply upload the new version of helpfulanswer.php and install the new plugin file.
__________________
Ted & the Giftery.me Team New features released for Product Review Forums 1.3 (4.0) Helpful Answers (3.8) (4.0) | Limited Guest Viewing (3.8) (4.0) No members have liked this post.
|
![]() |
«
Previous Mod
|
Next Mod
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
| Mod Options | |
|
|
| New To Site? | Need Help? |
All times are GMT. The time now is 19:51.





