About this hack:
One of the biggest problems on forums as you may know is 'posts boosting'. There are users who LOVE to say 'thanks' when ever they can. How can it hurt? Their post count goes up, they have nothing to loose.
There are also users who really like to express their thanks to post but don't like posting a post that looks like they're post boosting.
Then comes the moderators who have to delete people's thanks yous so a thread can look readable with out the thanks yous thrown around.
Finally comes the posters of these useful posts. They have no idea how many people really likes their posts if only some people say 'thanks'.
What this hack does is fix ALL these problems - except those users who like post boosting. This places a button called 'thanks.' When a user clicks on it, it places his username in a box right under the post saying that so-and-so says 'thanks' for the post. Every-one who clicks is placed in one box.
By giving your users the extra feature, you forum will look allot nice and organized. It is a granted liking by ALL the members of your forum.
[FIXED] Bug with AJAX if you had the date showing.
Version 4.5 (6/19/06):
[FIXED] Bug with AJAX if you had hacks that added things to your output.
Please post your comments or suggestions for this hack. I read ALL posts.
MAKE SURE YOU CLICK INSTALL! You will get an email when a new version is released.
Pictures:
Showing the 'thanks' button and stats in Postbit
Showing post after 'thanks' (user view)
Showing post after 'thanks' (admin view)
Showing post after 'thanks' with legacy posts (admin view)
Stats in members profile and link
Link in Search drop down menu
Hacks settings
This hack is created for your use free of charge. No payment is requested. However, if you would like to donate money for the work I put in to this hack, a donation would show your appreciation.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
works great thanks for this hack
i have one suggestion
it's possible to bump a thread when a member use the thanks button like a basic answer ?
hum i hope you understand
sorry for my bad english
I'd have to see about that I'm not sure i'd want to implement it but I will try to see.
I think I fixed the original db error of duplicate record in the post_thanks. However, I ran into a bit of a snag..... I went through and double checked to ensure I had made all the template changes but the thank you button does not appear on either post bits.
I successfuly installed the post thanks stats (no db errors like with the thanks mod) and it shows where it should except the main cmps page.
I am fairly new at this php stuff can someone point me in the right direction on how to get the post thanks button to appear?
I think I fixed the original db error of duplicate record in the post_thanks. However, I ran into a bit of a snag..... I went through and double checked to ensure I had made all the template changes but the thank you button does not appear on either post bits.
I successfuly installed the post thanks stats (no db errors like with the thanks mod) and it shows where it should except the main cmps page.
I am fairly new at this php stuff can someone point me in the right direction on how to get the post thanks button to appear?
Thanks in advance.
Are you looking at your post? Your own post will not show the thanks button.
UPDATE vb3_user
SET post_thanks_thanked_times = 1 + post_thanks_thanked_times
WHERE userid =;
MySQL-Fehler : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3
UPDATE vb3_user
SET post_thanks_thanked_times = 1 + post_thanks_thanked_times
WHERE userid =;
MySQL-Fehler : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3
------------
And after upgrade to the newest version:
Uncached templates: STANDARD_ERROR_LITE (1)
Any idea?
Thanks!
Why would the userid be blank? Were you thanking a guest?