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 |
#972
|
|||
|
|||
So what's the issue? The more specific you are, the better we can dial in on your issue.
|
#973
|
|||
|
|||
I don't know it this has been dealt with already. There's a bug in the helpful_answers template -- no third argument when you display good and bad ratings. Near the top change code to read as follows
HTML Code:
<vb:if condition="$post['totalrank']"> {vb:rawphrase helpfulanswer_x_out_of_y,{vb:raw post.goodrank},{vb:raw post.totalrank},{vb:raw post.badrank}} </vb:if> {vb:raw post.badrank} is missing from the argument list. |
#974
|
|||
|
|||
The issue is fixed and the mod is working now, i had someone look at the plugin and fix the issue: http://screensnapr.com/v/Svn2Ld.png now working on vB 4.1.4
If you want to see it Live go here: http://WFreedom.com Thank you Ted. |
#975
|
|||
|
|||
Installed 4.1.5
|
#976
|
|||
|
|||
Quote:
To be clear for anyone else looking at this thread, there are no known bugs with vB 4.x showing this mod with several thousand sites reporting in daily. |
#977
|
|||
|
|||
I just want to place it on "SHOWTHREAD" bar. See my previous attached screen shoot.
thanks |
#978
|
|||
|
|||
Quote:
This is a post mod so no information exists for the thread view, although you can easily grab it. You would need to alter the showthread.php script or corresponding plugins to run a new query grabbing the sum of totalrank on that post_id. something like.... select sum(helpfulanswers.totalrank) from helpfulanswers where post_id = $XXX |
#979
|
|||
|
|||
Hi, I think I may be trying to do the same thing as Radiofranky
My end goal is to have the total rank display on the forum display - the full list of threads. I have attached a screen shot for clarification, but essentially, I would like to have the total number of votes showing on the forum homepage in either the Replies/Views column or in the Title/Thread Starter Column. Thank you in advance! Best, d |
#980
|
|||
|
|||
How, can I get some padding around this mod, in post that do not have Titles?
example (with post title) and (without) very messy this way! |
#981
|
|||
|
|||
Quote:
Just search for the helpful_answers template and go from there. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|