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 |
#932
|
|||
|
|||
Quote:
|
#933
|
||||
|
||||
that didnt work either ted i tried them both separately
what should i do now? |
#934
|
||||
|
||||
Okay on my 3rd try I was able to get this query to run
Code:
DELETE FROM helpfulanswer; Code:
UPDATE post SET goodrank = '', totalrank = ''; Quote:
Parse error: syntax error, unexpected '<' in /home/myaccount/public_html/helpfulanswers.php on line 522 |
#935
|
|||
|
|||
Quote:
Should be: UPDATE helpfulpost SET goodrank = '', totalrank = '' The second error is something in your script. Reupload. |
#936
|
||||
|
||||
thanks Ted, I was using the old query found inside the read me, your updated query fixed it
Code:
UPDATE helpfulpost SET goodrank = '', totalrank = '' |
#937
|
|||
|
|||
Thanks for the heads up. I'll have to fix that!
|
#938
|
||||
|
||||
Very nice! Installed and working marvelously! :up:
|
#939
|
||||
|
||||
Update
Ted, I found a very annoying error with this mod that would cause double posts / duplicate posts of the first topic on a thread. Meaning the topic creators first post will be shown at the bottom of his post as the second post. I will be sending you the details of this 'Error" in a PM. |
#940
|
|||
|
|||
Quote:
If it's across the board it's something in your particular install [otherwise this would obviously not be used by anyone] and more tricky to trace down. How much activity do you have in the system? Have you made any changes to the template or code beyond resetting the query? P.S. I handle all support via the public posts so other users can chime in and benefit from answers. |
#941
|
||||
|
||||
No Ted, its not happening across the board, otherwise you would see it on other posts, only happens in a couple posts that probably got affected when I had accedentally turned on and off the top ten thing and then went on and clicked "thumbs up" on a few posts which gave me the error ("Parse error: syntax error, unexpected '<' in /home/myaccount/public_html/helpfulanswers.php on line 522"). So only those few posts are affected. Have I had the updated query then this probably wouldnt have happened. So I think it might be some kind of a query, table or something small gone bad(cache or database related?) that could be easily fixed, since the problem goes away if the mod is disabled. BTW. Did you login with the details and had a good look around yet?
P.S. Thats perfectly fine since others might be able to chime in, so we'll discuss it here. I just PMed you since I didn't want to share my boards URL or anything publicly. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|