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 |
#1052
|
|||
|
|||
Cool thanks Ted, i've got the variables which is all good. Just with the placement I actually want to place it here:
http://i44.tinypic.com/sllegw.jpg Do you know the name of the template I need to edit ? |
#1053
|
|||
|
|||
All good found it under postbit_legacy. Using the {vb:raw post.goodrank} variable works well. Thanks again
|
#1054
|
|||
|
|||
actually I think I spoke to soon, i'm 3/4 of the way there
This is what it looks like now: http://i44.tinypic.com/359y3vm.jpg But helpful posts only displays 1 on the actual post that was helpful. It doesn't carry around with it the total amount of helpful posts the user has made. Is there another variable for this ? It would be similar to the information you see when you click on the user and then click on about me and view the information "Helpful Postings - Rated Helpful 1 out of 1 times" |
#1055
|
|||
|
|||
found it, I used {vb:raw post.hagoodrank}
sorry for all the posts |
#1056
|
||||
|
||||
Installed.
Working fine. Thanx and rgds |
#1057
|
|||
|
|||
Quote:
Let me know if there's anything else you need :up: |
#1058
|
|||
|
|||
no problem, but could you please give me the template code to add it manually?
|
#1059
|
|||
|
|||
Quote:
Code:
<if condition="!$GLOBALS['FIRSTPOSTID'] AND $helpfulanswer[postid] != $GLOBALS['qrfirstpostid']"> <div style="padding:5px;"> <table class="tborder" cellpadding="4" cellspacing="0" border="0" width="100%" align="center"> <tr> <td class="alt1" style="padding:15px;font-weight"bold;text-align:center;"> <phrase 1="$vboptions[bbtitle]" 2="$helpfulanswer[postid]">$vbphrase[helpfulanswer_mosthelp_post]</phrase> </td> </tr> </table> </div> </if> |
#1060
|
|||
|
|||
Thanks Ted.
I suggest you in the next version to change the content of the block to display the post that most voted as helpful not just link to it. |
#1061
|
||||
|
||||
Is there a variable I can use to display the total weight of a post after it got ranked up and down?
Example: 2 plus votes = Weight 2, 4 plus votes and 1 minus vote = weight 3, 6 minus votes weight = -6 To me it makes more sense to display the total weight of posts then how many plus and how many minus voted. Just give me the total as one number. Thank you in advance and I love this product. |
Благодарность от: | ||
Pvtiste |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|