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 |
#1072
|
|||
|
|||
Quote:
Your example is very useful however the feature people have been asking for is a summary of a user's entire voting results (i.e. votes to all of their posts). So to do this I would still need to fetch all of their posts... hence the extra query. There are a few other requests where I think the code you provided would come in handy but the big one I've been working to address is the overall voting results. I've already mapped out ways to do this without an extra query but with a few changes to the tables (creating an overall history for each user) and that's my next step. |
#1073
|
|||
|
|||
I read that it was fixed a few pages ago, but I'm having duplicate post issue. I don't remember this happening when I first installed this a few days ago. I remember the last changes I made were editing the template for digg style, and turning negative voting off. I went back turning negative vote on and removing the digg style but it's still double posting. Not sure what happened or if it was happening from the beginning.
|
#1074
|
|||
|
|||
Quote:
|
#1075
|
|||
|
|||
This is a new install of 1.9.5 on vBulletin 3.8.4. I have the manual template variable enabled. I cleared the votes and the double post is above the original voted post. The one that says 4294967294 members like this.
http://www.southbaybodywork.com/mass...look-like.html |
#1076
|
|||
|
|||
I'm not see any example in the url you posted?
|
#1077
|
|||
|
|||
|
#1078
|
|||
|
|||
I see the text "4294967294 members like this"
It looks like you have modified things a bit. Can you explain? |
#1079
|
|||
|
|||
I remember first enabling manual template, and putting this in my postbit
Code:
<div id="helpfulanswers_box_$post[postid]" class="smallfont"> $helpful_answers</div> Did the Digg style change, enabling hide vote on first post, disallowing negative responses, enabling self voting. I enabled get top post for thread, and added this to my showthread to link to the highest rated thread. Code:
<a href="$vboptions[bburl]/showthread.php?t=$threadid#post$thread[toppost]"> I'm pretty sure there weren't any changes to the plugins. All reputation settings are disabled. I'm not sure where it's getting the number 4294967294. Edit: I Googled the number and found this interesting: Code:
2^32-1 = 4,294,967,295 This is the value of an unsigned 32 bit integer: 0 to +4,294,967,295 In other words, there is a type bug someone in vBadvanced that is causing this in numerous places in vBa and vBulleting. We have the same problem when we delete a link by a user who has posted only one link. The post count of that user always goes to 4,294,967,295. Running cleanup scripts does not help. |
#1080
|
|||
|
|||
Got it. Thanks for all the history.
It appears you have a few duplicate tables out there. I will write a little script to fix these and hopefully get rid of the issue. |
#1081
|
|||
|
|||
Quote:
If they return let me know. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|