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 |
#772
|
||||
|
||||
Thank you it works great.
Here is one more thing. What do i do (what file should i edit) if i want to allow Guests to vote too? |
#773
|
|||
|
|||
You would have to pretty much modify everything as the mod uses User IDs to stop double voting and you would have to switch or add an IP address or some other means to check.
|
#774
|
|||
|
|||
Wow thos mod is awsome !
thanks for sharing |
#775
|
|||
|
|||
Quote:
Code:
// check if they have enough posts if($vbulletin->options['helpans_min'] AND $vbulletin->userinfo['posts'] < $vbulletin->options['helpans_minnum']){ if($using_ajax){ $helpful_answers_error = construct_phrase($vbphrase['helpfulanswer_toofew'],$vbulletin->options['helpans_minnum'],$vbulletin->userinfo['posts']); $templater = vB_Template::create('helpful_answers_error'); $templater->render(); $templater->register('helpful_answers_error', $helpful_answers_error); print_output($templater->render()); exit; } else { eval(standard_error(fetch_error('helpfulanswer_toofew',$vbulletin->options['helpans_minnum'],$vbulletin->userinfo['posts'])));} } |
#776
|
|||
|
|||
Awesome, it should be part of VB ..
|
#777
|
|||
|
|||
Hi,
did anyone translate this to German language already and can provide me with his phrases? |
#778
|
|||
|
|||
One thing I noticed...when I click "Yes/No" to rate a users post, it takes ages (at least 5 seconds) till it changes to "Thanks for rating blabla". I use Google Chrome (didnt check with other browsers yet), does anyone have the same problem? I mean not the time to wait is the problem, but users don't recognize if the missed the spot and click another 2-3 times on it in the meantime.
|
#779
|
|||
|
|||
Having style issues in 4.0.7.
The first screenshot is how a post normally looks, the second is how the post looks in forums where this mod is activated. Anyone else experiencing this? |
#780
|
||||
|
||||
I have the same problem as above (first and second posts are OK, but after them all are wider.
Another think i saw is style problem with background. I think probably it is because of the code below - there is no START, only END (see attached screenshot): |
#781
|
|||
|
|||
installed and work ,thanks
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|