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 |
#442
|
||||
|
||||
Another fix:
There was some problem with phrasing. Just a typo I think. Curly bracers were incorrectly placed near vb:rawphrase helpfulanswer_top which led to the name of the phrase displayed instead of it's contents on the page with helpful phrases list on forum (http://www.example.com/helpfulanswers.php). Corrected version follows: HTML Code:
<template name="helpful_answers_topten_bit" templatetype="template" date="0" username="Ted S" version="2.1.4"> <![CDATA[ <tr> <td class="alt1">{vb:rawphrase helpfulanswer_top {vb:raw postid},{vb:raw userid}} <a href="./showthread.php?p={vb:raw postid}#post{vb:raw postid}">{vb:raw title}</a></td> <td class="alt1" align="center">{vb:raw ftitle}</td> <td class="alt1" align="center">{vb:raw avgrank}</td> <td class="alt1" align="center">{vb:raw totalrank}</td> <td class="alt1" align="center">{vb:raw lastvote}</td> </tr> ]]></template> <template name="helpful_answers_top_bit" templatetype="template" date="0" username="Ted S" version="2.1.4"> <![CDATA[ <tr> <td class="alt1">{vb:rawphrase helpfulanswer_top {vb:raw postid},{vb:raw userid}} <a href="./showthread.php?p={vb:raw postid}#post{vb:raw postid}">{vb:raw title}</a></td> <td class="alt1" align="center">{vb:raw ftitle}</td> <td class="alt1" align="center">{vb:raw goodrank} ({vb:raw goodpercent}%)</td> <td class="alt1" align="center">{vb:raw totalrank}</td> <td class="alt1" align="center">{vb:raw lastvote}</td> </tr> ]]></template> |
#443
|
||||
|
||||
Another fix:
Problem: Uncached templates when displaying http://www.example.com/helpfulanswers.php (if $_REQUEST['do'] is empty - templates were not cached). Fix: Add the $actiontemplates['none'] to the $actitontemplates section like below: PHP Code:
|
#444
|
|||
|
|||
Thanks FractalizeR. Ive been on the road but will get on this all this evening.
|
#445
|
||||
|
||||
Welcome
|
#446
|
|||
|
|||
Thanks Ted; Used this back with 3.8.x version and loved it.
subscribed... Thanks, |
#447
|
|||
|
|||
2.3.1 is a bug fix release thanks to the hard work of FractalizeR who found and posted solves for these issues. These are minor bugs but an update is required for anyone who wishes to use profile stats.
To update upload the new version of helpfulanswers.php and install the latest xml plugin. You can modify the profile display through the template helpful_statsbit What's coming next for HA: - The ability to close posts based on votes (nightly cron) - Moderation for voting and banning of abusive members - Daily voting cap by usergroup - Additional voting styles / displays - Updated integration of Reputation System to accommodate weighted scale, limits |
#448
|
|||
|
|||
As I can see, i'm not the only one who experience that nothing shows in the threads. I have both Bulk Enabled it, and checked under forum manager that every single one of them has it enabled. But still, nothing shows up. What to do? What have I missed? What should I be looking for? Sorry for the inconvenience
|
#449
|
|||
|
|||
Quote:
Would it be possible to add excluding certain usergroups from voting? Also, add the ability to exclude negative reputations from voting? Modertaion for voting and banning of abusive members is a great addition as is the ability to close posts! Is that close posts or close threads? As in, if it has too many negative ratings the post will no longer show? |
#450
|
|||
|
|||
Quote:
|
#451
|
|||
|
|||
Quote:
What version of vb? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|