Version: 7.82, by Abe1
Developer Last Online: Jun 2010
Category: Show Thread Enhancements -
Version: 4.0.x
Rating:
Released: 12-29-2009
Last Update: 11-01-2016
Installs: 3537
DB Changes Uses Plugins Auto-Templates
Additional Files Translations
No support by the author.
Post Thank You Hack
STAFF EDIT:
Note - The mod author has been unreachable for some time, but the vbulletin.org community has stepped up to provide a number of individual fixes over the years. ForceHSS, Hippy, and Seven Skins have all combined many of these fixes into product files.
ALL CREDIT STILL GOES TO ABE1 And this is still 'his' mod. Please still mark the mod as installed if you use any version of it.
That said so you don't need to apply a dozen + small fixes yourself you should consider downloading one of the updated packages below:
- Original File Specs: post_thanks_7_82.zip (26.4 KB, 24844 downloads) - Original file removed, replaced with patched files including search fix (some admins noticed hackers attempting to use outdated code to exploit search in attempt to gain administrator password or similar).
- There are five total patched versions available, some with and without the search fix - I've replaced the main file with the patched versions... please be sure to download and install the correct version, the main mod post contains links to additional information and patched files!
- If Abe1 returns he can request these packages be removed.
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 guaranteed liking by ALL the members of your forum.
I've just noticed a problem on my side. When I click thanks on a user it shows up as thanks: 1 for everyone.. then when I go into a thread that has a few people the thanks below the image doubles for every user..
So If i was 1: there would be one thanks, 2: post thee would be two thanks, 3: post there would be 3 thanks.. if it's not clear I'll attach a photo.
Another hack must be messing up the template hooks. Disable each one separately and see which one it is.
After to have updated User Titles and Ranks and Rebuild Thread Information on my site some of my members now they have a weird numbers of total thanks:
Total Thanks
Total Thanks: 4,294,967,295
I have tried to use the Recounters function but without success.
I have the Thanks System successfully installed and working but I cannot find where the user can search for Thanked Posts. It used to be in the Profile Statistics and Advanced Search Options but I cannot find it anywhere.
hey there... i just update my test forum(vb4) to the latest version and i get db errors.so i disabled it...
but when i get back to my live production site which is 3.8.4 i m still getting the same db errors everywhere... and i m using 7.7 overthere... it was working .. now all of sudden it producing errors...
here is the copy of one of the error...
Code:
Database error in vBulletin 3.8.4:
Invalid SQL:
SELECT * FROM vb_post_thanks AS post_thanks INNER JOIN vb_user AS user USING (userid) WHERE post_thanks.postid IN () ORDER BY post_thanks.username ASC;
MySQL Error : 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 ') ORDER BY post_thanks.username ASC' at line 1
Error Number : 1064
Request Date : Saturday, January 2nd 2010 @ 03:00:19 AM
Error Date : Saturday, January 2nd 2010 @ 03:00:19 AM
Script : http://www.xxxxx.com/ebooks-tutorials/33731-panther-vs-t-34-ukraine-1943-duel.html
Referrer :
IP Address : xx.xx.xx.xx
Username : Unregistered
Classname : vB_Database
MySQL Version :
The files were changed between version. make sure you are using the 7.7 version files for 7.7 version.
I tried to manually add a PostThanks Search to a Member's Profile page as following:
PHP Code:
<li><a href="post_thanks.php?{vb:raw session.sessionurl}do=findthanks&userid={vb:raw userinfo.userid}">Find all Thanked Posts</a></li>
I believe your findthanks and find_user_thanks functions within post_thanks.php are not properly functioning as it returns a dB error for the search function.
r you sure in uploaded every file into the right spot??
I am having this issue where the page reloads also, so I don't think it's that the files are not uploaded correctly (I tried reuploading). Could it be that I am using legacy?