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 |
#642
|
|||
|
|||
Ted - Any update on when it will be able to collapse posts based on the NET rating? Like I've said before, the current system is good but causes problems on active forums where posts that are read by a lot of people may get a +40/-10 and be collapsed. I can't set that to collapse at -10 though because posts on less read forums may be at +5/-6 and not collapse or just +0/-6 and not collapse. Having it collapse on just a net total would be great.
|
#643
|
|||
|
|||
Quote:
Code:
if($this->registry->options['helpans_hidelow'] AND (($post['goodrank'] - $post['totalrank']) < $this->registry->options['helpans_hidelownum']) ){ Code:
if($this->registry->options['helpans_hidelow'] AND (($post['totalrank'] - $post['goorank']) < $this->registry->options['helpans_hidelownum']) ){ |
#644
|
|||
|
|||
Quote:
Actually close but got it to work by doing this: Code:
if($this->registry->options['helpans_hidelow'] AND (($post['goodrank'] - $post['badrank']) < $this->registry->options['helpans_hidelownum']) ){ |
#645
|
|||
|
|||
Typing and talking... two things that never work together. Nicely done.
|
#646
|
|||
|
|||
Quote:
Code:
} else if ($vbulletin->options['helpans_min'] AND $vbulletin->userinfo['posts'] < $vbulletin->options['helpans_minnum']) { // might need to have more post count $show['rate_helpfulanswer']=false; |
#647
|
|||
|
|||
with version 2.3.3 I got this error message once clicked to vote.
Code:
Warning: curl_setopt() expects parameter 2 to be long, string given in [path]/helpfulanswers.php on line 483 1 out of 1 members found this post helpful. Thank you for rating this post! |
#648
|
|||
|
|||
Disable the reporting option.
|
#649
|
|||
|
|||
Quote:
|
#650
|
|||
|
|||
Anyone know if this breaks with 4.06
|
#651
|
|||
|
|||
Hi Ted, this mod is very similar to what I'm looking for. I was wondering if there is a way to make it do what the "Judge it" feature does on Topix's forum. To see what I mean just check out this thread on Topix, and the link above everyone's posts that says "Judge it"
http://www.topix.com/forum/city/king...9DVIR5S4V7A4IP The "Judge it" uses rating by making different judges with fun images people can select for a certain post, and when someone selects a "judge" for the post it will say above the post what judges people have selected for that post, with the images of the judges there. I think this would be fun mod that a lot of forum owners would love, including the ability of the admin to make their own kinds of judges for people to be able to select. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|