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 |
#122
|
|||
|
|||
That template shows:
Code:
It sends you to: website/profile.php?do=helpfulans Yielding |
#123
|
|||
|
|||
Can you paste the code of the template for me?
|
#124
|
|||
|
|||
Hello, where is the option to not vote for yourself?
Greetings. |
#125
|
|||
|
|||
Code:
{vb:stylevar htmldoctype} <html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html"> <head> {vb:raw headinclude} <vb:if condition="$threadinfo['keywords']"><meta name="keywords" content="{vb:raw threadinfo.keywords}" /></vb:if> <meta name="description" content="{vb:raw thread.meta_description}" /> <title>{vb:phrase helpfulanswer_mosthelpful} -- {vb:phrase vboptions.bbtitle}</title> </head> <body> {vb:raw header} {vb:raw navbar} <div id="memberlist" class="block"> <div class="blockbody"> <table id="memberlist_table" width="100%"> <tr class="columnsort"> <th><a class="blocksubhead" href="{vb:raw sorturl}{vb:if !$show['sorturlnoargs'], '&'}order={vb:raw oppositesort}&sort=post&pp={vb:raw perpage}">{vb:rawphrase helpfulanswer_post}</a></th> <th><a class="blocksubhead" href="{vb:raw sorturl}{vb:if !$show['sorturlnoargs'], '&'}order={vb:raw oppositesort}&sort=forum&pp={vb:raw perpage}">{vb:rawphrase helpfulanswer_forum}</a></th> <vb:if condition="$vboptions[helpans_limit]"> <th><a class="blocksubhead" href="{vb:raw sorturl}{vb:if !$show['sorturlnoargs'], '&'}order={vb:raw oppositesort}&sort=rank&pp={vb:raw perpage}">{vb:rawphrase helpfulanswer_good}</a></th> <vb:else /> <th><a class="blocksubhead" href="{vb:raw sorturl}{vb:if !$show['sorturlnoargs'], '&'}order={vb:raw oppositesort}&sort=rank&pp={vb:raw perpage}">{vb:rawphrase helpfulanswer_avg}</a></th> </vb:if> <th><a class="blocksubhead" href="{vb:raw sorturl}{vb:if !$show['sorturlnoargs'], '&'}order={vb:raw oppositesort}&sort=total&pp={vb:raw perpage}">{vb:rawphrase helpfulanswer_total}</a></th> <th><a class="blocksubhead" href="{vb:raw sorturl}{vb:if !$show['sorturlnoargs'], '&'}order={vb:raw oppositesort}&sort=tdate&pp={vb:raw perpage}">{vb:rawphrase helpfulanswer_tdate}</a></th> </tr> {vb:raw resultsbits} </table> </div> </div> <vb:if condition="$pagenav"> <div id="pagination_bottom"> {vb:raw pagenav} </div> </vb:if> {vb:raw footer} </body> </html> |
#126
|
|||
|
|||
Help, please..... |
#127
|
|||
|
|||
Self voting.
|
#128
|
|||
|
|||
Quote:
|
#129
|
|||
|
|||
|
#130
|
|||
|
|||
FYI: The helpful answers appears below announcements, which either should not happen at all, or should be able to be toggled via an option in admincp. It's a big problem when members can all give forums announcements a thumbs down!
|
#131
|
|||
|
|||
This will be fixed in the next beta release coming soon!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|