The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[AJAX] Helpful Answers - Allow users to rate individual posts Details »» | |||||||||||||||||||||||||||||||||||
[AJAX] Helpful Answers - Allow users to rate individual posts
Developer Last Online: Nov 2020
Helpful Answers has been used to record over 6 MILLION times on more than 2,000 forums. If you're not using HA your users are looking for it!
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 to rate individual posts as either helpful or not allowing future visitors to understand the value of each post. Designed to be flexible, HA has over 30 configurable settings:
Modification Installation [Must Read]: Step 1: Upload the addon files found in the upload/ folder to your forum directory Step 2: Install the plugin through your vB Administration area Step 3: Configure settings & enable the mod in individual forums You must configure settings & enable forums before voting will show up. Anonymous Stats Tracking (optional): 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. You can disable this through the admin. Mod Philosophy -- Drive Your Own Success: All of my mods are inspired by my work in digital marketing and are designed to drive registrations, interaction or other engagement activities the core platform does not address. Each is designed to fit a general need by providing a starting point but it's on you to decide how to make things work to their best possible outcome. Feel free to suggest what you'd like to see next but don't wait to have what everyone else has; figure out what your forum needs and customize away. Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
10 благодарности(ей) от: | ||
Baja, Eole, piratarg, PoorGuysGarage, tbworld, TheLastSuperman, thompson, U-Fig |
Comments |
#682
|
||||
|
||||
I found a minor issue: With the reputation system integrated, the helpful answers still display "do you find this post helpful" even if I have reputated the post before the installation of this product.
A big thank you for this product! It is great! |
#683
|
||||
|
||||
Suggestion
To include a list of all users who reputated the thread without adding any query (!) you do this: Code:
$hook_query_fields .= ",IF(reputationbit.reputationid,CONCAT('<br /><div>Users who liked this post</div>',GROUP_CONCAT(DISTINCT CONCAT('<a href=\"member.php?u=',reputationbit.whoadded,'\">',reputationbit.username,'</a><br /><span style=\"color:#333333\">',reputationbit.reason,'</span>') ORDER BY reputationbit.reason DESC SEPARATOR '<br />')),'') AS reputationbits"; $hook_query_joins .= "LEFT JOIN (SELECT reputationid, reputation.postid, reputation.whoadded,reputation.dateline, user.username, reputation.reason FROM reputation,user WHERE user.userid=reputation.whoadded) AS reputationbit ON reputationbit.postid = post.postid"; $postids .= " GROUP BY post.postid "; |
#684
|
|||
|
|||
The two are not dependant, this is how it is suppose to work.
|
#685
|
||||
|
||||
Ah okay! What do you think about my suggestion? With that you could have a facebook view:
Quote:
|
#686
|
|||
|
|||
Very easy to do. Simply turn off negative ratings and change the text voting around a bit to read 'Like'. No code changes needed.
|
#687
|
|||
|
|||
I'd offer to help but you know this all way better than I ever well. I just hope this is not too difficult of a request to implement.
|
#688
|
||||
|
||||
Quote:
Something below the signature that read something like: The following 4 users found this post helpful: George, Sue, Pat, Rich With linkable usernames. One of the collateral benefits of a Thanking or Helpful Answers system is the useless "I agree with you completely" post. It allows for more focused answers rather than a Ditto. Furthermore, some of my users use the Post Thanks hack to let people know that they read their post about some event in their lives and are happy for them. I want to Thank You for this very useful addon and don't want to seem ungrateful for the suggestion. I'll use it either way but I'd like to de-anonymize the helpful feature for many reasons (Admin selected). It would be great to be able to go into a profile of a member you trust and just search for the posts they find helpful. |
#689
|
|||
|
|||
Quote:
My only issue is that certain users abuse this and will continually neg rep the same person. |
#690
|
||||
|
||||
Quote:
|
#691
|
|||
|
|||
Quote:
I think we can make this a cool, optional, like feature... 5 people like this post. Ted likes this post etc |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|