The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[AJAX] Helpful Answers - Post Rating System (plus many sub-features) Details »» | |||||||||||||||||||||||||||||||||||||||||||
[AJAX] Helpful Answers - Post Rating System (plus many sub-features)
Developer Last Online: Nov 2020
Note: While this modification is updated for compatibility, I am only developing features for the 4.x version. I understand many sites continue to use 3.8 for a variety of reasons but dual developing takes time away from adding anything new. I encourage you to develop out your own change and share them back as no modification is ideal for every forum out of the box.
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:
Load & Scale: This addon is designed to work with small to large sites and is currently being used by sites with more than 2 million posts. If you have questions about integrating with your big board please contact me. 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. External Integration: vB Plaza Modification - http://www.vbplaza.com/forum/showthread.php?p=6359 vB Experience - https://vborg.vbsupport.ru/showthread.php?t=199556 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. Updates: - 5/13/2011 - Release of 2.0.6 minor bug fix - 08/31/2009 - Release of 2.0.0 - 08/07/2009 - Release of 1.9.5 stable Other Versions: This addon will work with 3.7 but to avoid issues with different code versions please see the 3.7 version thread here. Before you download this modification please remember this is a free tool provided as a courtesy to you and support responses are subject to the availability of the author and other members. If you are looking for a professionally supported system this is not the solution for you. Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
5 благодарности(ей) от: | ||
BGObsession, hsoen, JohorBahru, Simon Lloyd |
Comments |
#1262
|
|||
|
|||
There is no integration mod with vB Credits that I have seen to this point.
|
#1263
|
||||
|
||||
Some questions/suggestions.
1) I think it would be useful to allow people to switch the 'helpful answer' functionality on for a particular thread when they create a it. I think this is preferable to allowing people to vote into threads which are not appropriate for voting. E.g. 'You'll never guess who I bumped into on holiday'. It would be a tickbox in the new thread page. Is this doable? 2) Would it be possible to allow people to vote for one post in a thread only? I.e. if they vote for a new post, their previous vote for a different post is removed? That way, if a better answer is posted and people vote for it, the older, less useful post will lose votes and hopefully fall more rapidly below the new post in popularity. 3) Displaying the most helpful answer. How difficult would it be to, if there is a helpful answer voted, display a line under the first post (a bit like the 'Thank you' line in the Post Thank You mod) which shows there is a 'most helpful answer'. The line has the usual category open/collapse button. The button is collapsed by default. When someone clicks the open button, the post is displayed like when you expand/contract a category. So you show the thread like we're used to seeing threads, but if people want to see the most helpful answer, they just click the open button in the line under the first post. Any of these ideas sound any good? |
#1264
|
|||
|
|||
Quote:
Quote:
Quote:
Interesting stuff that I'll definitely consider after building the 4.0 version. |
#1265
|
||||
|
||||
Quote:
Otherwise, providing a link to the best answer means people will click the link to open a new page. And that had got to use more server resources than the additional query to present the answer under the first post? Quote:
I'll not be upgrading to 4, by the way. I need my forums to work! |
#1266
|
|||
|
|||
Quote:
Well that makes two of us but unfortunately many people will so that's my first goal... |
#1267
|
||||
|
||||
LOL I think that when they realise that 4 is so bug-riddled and server hungry, they'll be so desperate to roll back to their previously installed version that installing plugins will be the least of their worries But fair enough.
|
#1268
|
|||
|
|||
I'm looking through the list of helpful posters list but it shows up the person who gives it away or not the person who made the helpful post.
|
#1269
|
|||
|
|||
I'm not following what you mean by the person who gives it away?
|
#1270
|
|||
|
|||
The person who gives it the thumbs up. There's no list of people who receive the thumps up or down. Only a list of the people who voted.
|
#1271
|
|||
|
|||
hi, thanks for this great mod!
i'm using it and it works, but i have a problem when i try to open helpfulanswers.php and "Enable Most Helpful Answers" is on. Code:
Database error in vBulletin 3.8.1: Invalid SQL: SELECT post.postid,post.title as posttile,helpfulpost.goodrank,helpfulpost.totalrank,helpfulpost.lastvote, thread.threadid,thread.title as title,thread.postusername as postusername,forum.title as ftitle ,goodrank as avgrank FROM vb_helpfulpost as helpfulpost INNER JOIN vb_post AS post ON(helpfulpost.postid = post.postid) INNER JOIN vb_thread AS thread ON(post.threadid = thread.threadid) INNER JOIN vb_forum AS forum ON(thread.forumid = forum.forumid) WHERE goodrank > 0 ORDER BY avgrank desc LIMIT 0, 25; MySQL Error : Column 'goodrank' in field list is ambiguous Error Number : 1052 Request Date : Sunday, December 13th 2009 @ 05:44:40 AM Error Date : Sunday, December 13th 2009 @ 05:44:40 AM Script : http://www.musicadigitale.net/forum/helpfulanswers.php?do=topanswers Referrer : IP Address : 151.68.52.235 Username : Mr Gas Classname : vB_Database_MySQLi MySQL Version : 5.0.87-community thanks =) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|