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 |
#452
|
|||
|
|||
Quote:
Plz help... |
#453
|
|||
|
|||
Quote:
Copy the postbit / postbit legacy template and try reverting it. If that fixes it you'll know why. |
#454
|
||||
|
||||
Quote:
|
#455
|
|||
|
|||
I have tried with both the default skin and with a customized, neither works. I am pretty sure I have enabled it, but again - I might have misunderstood how to enable it. As I said in my post, I have enabled it under all of my forums under Forum Manager and by Bulk enabling.
|
#456
|
|||
|
|||
Quote:
|
#457
|
|||
|
|||
I have checked it under every single forum - and it is on. And if you mean Bulk by overal settings, then yes. So I'm actually not sure what you mean by "not set to hide its self on the post you are viewing."
|
#458
|
||||
|
||||
Hi, Ted S
Can I use this mod for Blog Entries and CMS articles? If no, can we add this feature. In that way, not only can user rate the thread/post, but also blog entries and CMS articles. Best Regards. |
#459
|
|||
|
|||
You would need a seperate mod to do this.
|
#460
|
|||
|
|||
Ted, do you think uninstalling and reinstalling would fix the fact that it doesn't show on my forum?
|
#461
|
||||
|
||||
BUG:
With "Hide Negative Posts" enabled and "Hide Negative Posts - Count" > 0 all unvoted posts are hidden. The cause: Code:
Line 954 in xml: if($vbulletin->options['helpans_hidelow'] AND (($post['goodrank'] - $post['totalrank']) < $vbulletin->options['helpans_hidelownum']) ){ Change the above line to: Code:
if($vbulletin->options['helpans_hidelow'] AND (($post['totalrank'] - $post['goodrank']) > $vbulletin->options['helpans_hidelownum']) ){ |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|