The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[AJAX] Helpful Answers - Post Rating System (plus many sub-features) Details »» | |||||||||||||||||||||||||||||||||||||||||||
[AJAX] Helpful Answers - Post Rating System (plus many sub-features)
Developer Last Online: Nov 2020
Note: While this modification is updated for compatibility, I am only developing features for the 4.x version. I understand many sites continue to use 3.8 for a variety of reasons but dual developing takes time away from adding anything new. I encourage you to develop out your own change and share them back as no modification is ideal for every forum out of the box.
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 (AJAX) to rate individual posts as either helpful or not allowing future visitors to understand the benefits of each post. Designed for maximum flexibility: This addon is built to be flexible and offers several customization options including:
Load & Scale: This addon is designed to work with small to large sites and is currently being used by sites with more than 2 million posts. If you have questions about integrating with your big board please contact me. Modification Installation: This addon requires uploading multiple files, installing a vBulletin product and enabling the feature in any forums you wish. No template modifications are required. Please see the included install file for detailed instructions. If you are not seeing the rating bar double check that you have enabled the feature in the forum you are in and insure the Manual Template override option is not enabled. Rating Review & Deletion: To identify and remove abuse a reporting system is included with this addon and can be found in your vBulletin ACP under the Helpful Answers tab. Through this panel you will be able to view a user's overall rating history and individual ratings and can remove either if necessary. Users can also be explicitly banned from the system. Reputation System Integration: Helpful Answers can be extended to directly tie into your reputation system giving users positive or negative points based on the ratings of their posts. There are numerous options on how to handle ratings that can be found in a separate Helpful Answers Reputation part of your vBulletin Settings page. External Integration: vB Plaza Modification - http://www.vbplaza.com/forum/showthread.php?p=6359 vB Experience - https://vborg.vbsupport.ru/showthread.php?t=199556 Anonymous Stats Tracking (optional): vBulletin forums reach millions of consumers around the world yet little is known about their habits and opinions. This addon was released to the public out of requests but also to further the research of forum user's behaviors and actions through collecting the most basic data on thousands of sites. 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. While you may disable this feature through the administrative options I ask that you consider leaving it in place to help this research effort and insure the continued support of the addon. The tracking feature uses the php library cURL on a 5 second timeout. If cURL is not installed this option is automatically disabled. Updates: - 5/13/2011 - Release of 2.0.6 minor bug fix - 08/31/2009 - Release of 2.0.0 - 08/07/2009 - Release of 1.9.5 stable Other Versions: This addon will work with 3.7 but to avoid issues with different code versions please see the 3.7 version thread here. Before you download this modification please remember this is a free tool provided as a courtesy to you and support responses are subject to the availability of the author and other members. If you are looking for a professionally supported system this is not the solution for you. Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
5 благодарности(ей) от: | ||
BGObsession, hsoen, JohorBahru, Simon Lloyd |
Comments |
#332
|
|||
|
|||
Attached is a simple import script which will import voting history from the Thank You Post system into Helpful Answers updating the voting log and each post.
To use this script simply upload the file to your admincp folder, login to your admincp and manually enter the url (i.e. www.yoursite.com/admincp/ha_import.php). Once you've finished the script delete the file and DO NOT rerun it or you'll end up with duplicate votes. A few important notes about the script: - This script will add an entry into the log for each thank you vote prohibiting the user who said "thanks" from voting again. - This script will maintain existing helpful answer votes and will allow duplicates if a user has used both systems in the past. - This script treats every Thank You as a helpful rating and does not look for negativs. - Your Thank You Post votes will be left as is in case you wish to run both systems or for back. - This script is not fully tested so use at your own risk. Of course if you are not using the Thank You Post addon there is no reason to run this script and doing so will give you an error. |
#333
|
|||
|
|||
any advice how i can do that and exactly which phrase to remove and replace with my own image path.
Im not fully understand you by switching to manual mode exactly what do youmean also i pm u the double icons that appears randomely any help on that? i followed the sample codes u posted earlier on |
#334
|
|||
|
|||
Quote:
In the Helpful Answers Settings there's an option to disable the auto template inclusion. Turn that off and the $helpful_answers variable gets activated for you to place where you want. |
#335
|
|||
|
|||
thanks it helped me, my another question is
can i use this <if condition="$post['totalrank']"> to display the votes that appears before voting by only showing the votes and not the images? imkind of confused why the images doesnt display on some replies and other replies does in the same thread and some threads it appears double icons |
#336
|
|||
|
|||
<if condition="$post['totalrank']"> is a condition that will check to see if their are votes. If you use that to wrap around your voting buttons they would never show as there could never be a vote.
|
#337
|
|||
|
|||
so could you advice me how i can show the votes for the members before user votes themself?
|
#338
|
|||
|
|||
Just use the goodrank and totalrank variables as you see fit. They will show the votes.
|
#339
|
|||
|
|||
thanks, now i have one last issue and that is the screenshot i pmed you.
Good 1 Bad 0 Did you find this post helpful? 1 Yes | 0 Yes the double icons appears when someone other already has voted when members themself personally havent voted yet any idea to fix this? |
#340
|
|||
|
|||
I'm not able to follow your question. Please rephrase it.
|
#341
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|