![]() |
|
Mod Options |
![]() |
|||||||||||
[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 Only licensed members can download files, Click Here for more information. Supporters / CoAuthors Screenshots Show Your Support
The following members like this post: tbworld, U-Fig, PoorGuysGarage, blackmaskvn, piratarg and 5 others.
|
![]() |
||||
Mod | Developer | Type | Replies | Last Post |
Add-On Releases [AJAX] Helpful Answers - Post Rating System (plus many sub-features) | Ted S | vBulletin 3.8 Add-ons | 1801 | 02 May 2016 10:34 |
Add-On Releases [AJAX] Helpful Answers - Allow users to rate individual posts | Ted S | vBulletin 3.7 Add-ons | 196 | 19 Oct 2010 06:17 |
#1291
|
|||
|
|||
__________________
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.
|
#1292
|
|||
|
|||
__________________
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.
|
#1293
|
|||
|
|||
I'm pretty sure it's not much help posting this, but I'm going to try it anyway by the smallest chance that it's possible.
There's a mod called vBActivity by DragonByte that our forum uses. This module increases activity points of the user rep'ing a post. I tried rep'ing someone's post without a mod and the points increased as expected. But when I used your mod to rep someone's post (helpful answer upvote/downvote), nothing happened. Do you possibly know any solution to this? No members have liked this post.
|
#1294
|
|||
|
|||
There's no connection between the two mods from this end so voting up a post here won't impact the reputation system there. The solution would be to extend your reputation system to add points by votes which can be done with the included hooks.
__________________
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.
|
#1295
|
|||
|
|||
But using a reputation system by vBulletin does affect it, that's why I think there's something that can be tweaked to make it work.
No members have liked this post.
|
#1296
|
|||
|
|||
Right, like I said, it can almost certainly be done if you so chose to do it.
__________________
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.
|
#1297
|
|||
|
|||
When I use this option:
Enable User Points If enabled, users will have votes on their posts counted to display in the postbit template, their profile, etc. What is the variable for using this in the postbit, etc.? No members have liked this post.
|
#1298
|
|||
|
|||
Originally Posted by Conehead555
Yikes, that's really not well labeled, my bad ![]()
![]() Here's the variables generated, play around to see which paint the right picture you want. {vb:raw post.totalrank} - The total number of ratings {vb:raw post.goodrank} - The number of good ratings {vb:raw post.badrank} - The number of bad ratings {vb:raw post.helpfulgood} - True if the post is positive overall (more good than bad ratings) {vb:raw post.rate_helpfulanswer} - True if the user can rate the post (false if they are banned or have rated it). {vb:raw post.helpfulanswerid} - True if the user has already rated the post.
__________________
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.
|
#1299
|
|||
|
|||
Skimmed through but couldn't fine it.
Is there a variable that you can put in postbit that lists the number of votes received by others? Looking to create a nice list of "most useful members" No members have liked this post.
Last edited by GCC LLC; 25 Aug 2014 at 01:54. |
#1300
|
|||
|
|||
I came to post pretty much the same as the last poster. How do I get a list of the most helpful posters? I think this is more useful than the posters that used the function the most.
No members have liked this post.
|
#1301
|
|||
|
|||
This is not something included but the data is all there (in the user table) waiting for you to build whatever display you want.
__________________
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.
|
#1302
|
|||
|
|||
Can you give me the SQL query?
No members have liked this post.
|
#1303
|
|||
|
|||
There's two columns in the usertable to use:
hagoodrank - which is the number of good rankings hatotalrank - which is the total votes on threads You can use either / both to sort as you see fit.
__________________
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.
|
#1304
|
|||
|
|||
Sorry if this question has already been answered... (TL;DR and I did do a search on this thread and didn't get any relevant hits)
Can a thread be sorted by # of upvotes? That is to say, can the posts with the highest "good" rating be shown first? Are there other sort options too? No members have liked this post.
|
#1305
|
|||
|
|||
Originally Posted by Meestor_X
Not as a default option.![]()
Thread sorting is assumed to be by date and us hardcoded into the system so while it's very much possible, it requires some manual hacking to accomplish. Look at line 881 / 919 / 1002 of showthread.php
__________________
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 06:51.