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 |
#872
|
||||
|
||||
I need this information too! Thanks ...
Quote:
forum/images/buttons in order to have more professional looking thumbs. There are a lot of professional thumb-files in the www .... Netzwart |
#873
|
||||
|
||||
Quote:
can you post a few that you think are pro? thanks |
#874
|
||||
|
||||
Sorry, but I don?t know what you think how a professional thumb should look like . Just use the picture search of google. There must be something for you ...
Netzwart |
#875
|
||||
|
||||
Hello Ted,
Question: is there a way to hide the "helpfulanswer_x_out_of_y" variable if the user hasn't rated a reply yet? Right now, the "x out of y members found this post useful" is displayed right next to the thumbs up / down buttons, which we don't really want, because it can bias the opinion of the would-be voter (oh, look, this reply has only 2 positive votes out of 5, i won't bother to read it, just hit minus and be done with it) |
#876
|
|||
|
|||
Quote:
Just modify the conditional... Code:
<if condition="$post['totalrank']"> <phrase 1="$post[goodrank]" 2="$post[totalrank]" 3="$post[badrank]">$vbphrase[helpfulanswer_x_out_of_y]</phrase> </if> Code:
<if condition="$post['totalrank'] AND $post['helpfulanswerid']"> <phrase 1="$post[goodrank]" 2="$post[totalrank]" 3="$post[badrank]">$vbphrase[helpfulanswer_x_out_of_y]</phrase> </if> |
#877
|
||||
|
||||
I installed this mod on my site today and every thing looks good but when I tried to use it I got this message.
|
#878
|
|||
|
|||
The helpfulanswers.php script isn't found indicating you either did not upload it to the right folder or your settings do not match your forum directories properly. You can manually adjust the urls by editing the template if you have a custom installation.
|
#879
|
||||
|
||||
thanks Ted, I have it working now.
|
#880
|
||||
|
||||
Hello Ted, Wondering If you could please help us out with this question https://vborg.vbsupport.ru/showpost....&postcount=872
we need some space between this and the forum border |
#881
|
|||
|
|||
Quote:
When someone makes a helpful thread all is fine, if a post inside that thread is marked as unhelpful the entire thread is then hidden, is is possible to only hide the posts that are marked as unhelpful? Cheers |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|