The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[AJAX] Post Thank You Hack Details »» | |||||||||||||||||||||||||||||||||||||||
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: Hippy has one in this post. AND / OR ForceHSS has one in this post. AND/OR Seven Skins has one in this post. - 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. Features:
Version 7.80 (12/30/09):
Version 7.81 (01/02/10):
Version 7.82 (01/03/10):
Download Now
Supporters / CoAuthors Show Your Support
|
92 благодарности(ей) от: | ||
armagan, Baja, BasicGreatGuy, BCP Hung, Beckenbauer, BlueCheri, BoRoU, Bubble #5, Bucky Katt, CAG CheechDogg, CharlesEdwards, ChriDevelop, Crow, D4rk_Sh00t3r, dandanch, deltahawk5, dlewisr, drchinh, DS MrSinister, ELROBLE, elsa23, elwizard, eTiKeT?, fai99al99, Fennec, ggrimes620, goxy63, Hippy, jamyk, Jass!, john7911, jowshany, Juggernaut, JustAskJulie, kamurj, klyde, lange, lehoang101101, Life Revived, lims, LordOfWAR_PC, Luvilla, M Shaker, Mandushi, mapleleaffans, MegaManSec, michal72, mikadit, MistyMeanor, mjfan227, mmcguire, mobile4persian, mohammadxxx, Monyet_sby, nacaruncr, OMAN_LOVER, O_Dog, Peafor, phiber, pjkcards, Popa Andrei, Pottsy, Protonus, rafiul, RetroDreams, RichieBoy67, Rickpwns, Rodrigo., Roidon, Rubio, Sarah EI, sarvarjafari, sivaganeshk, Skaut, Skedoozy, socceronly, socialteenz, Stefan118, Teascu Dorin, TheSSDReview, TorrentMan, webriz.com, Whity |
Comments |
#492
|
|||
|
|||
It frustrates me that my partners and I can't get this to work on our site (using the default vB 4.0.1 style). Our users really liked the old Thanks (and the No Thanks) on vB 3.8 but we get nothing in the postbit and no Thanks icon to click now. Our profiles all show "Thanked 0 Times in 0 Posts" but that's the only indication that this product exists at all on our site.
|
#493
|
|||
|
|||
I am having this problem also. Is this because it doesn't support legacy yet?? Anyone got a work around??
Had to disable postbit cause it looks terrible! |
#494
|
||||
|
||||
We have Legacy , works fine.
|
#495
|
|||
|
|||
I had this issue also. I disabled the thank you mod.
|
#496
|
|||
|
|||
Quote:
I had the same issue. You need to completely uninstall the old post groan hack. |
#497
|
||||
|
||||
I suspect Mike is correct.
When we upgraded we removed all old products, uninstalling. And then removing all files "that were uploaded" via ftp from each product. Then started a fresh, with new versions. |
#498
|
|||
|
|||
Any word on post groan hack?
|
#499
|
||||
|
||||
You guys should read this thread and/or the support forum before posting in here.
Quote:
|
#500
|
|||
|
|||
My apologies if this has already been addressed.
vBulletin 4.01 This version of the Thank you hack. Groans not installed. The buttons show up correctly. Clicking on the button updates the thanks count for a mmmber in the User CP and the thanks count in the postbit, but doers NOT display the "Thanked by" informatiion under the post. Added: Happens in both IE8 and Firefox 3.6. |
#501
|
|||
|
|||
Quote:
Code:
Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.4; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Timestamp: Sat, 6 Feb 2010 18:27:47 UTC Message: Object required Line: 48 Char: 2 Code: 0 URI: http://myforum.com/clientscript/post_thanks.js Message: 'null' is null or not an object Line: 12 Char: 4 Code: 0 URI: http://myforum.com/clientscript/post_thanks.js Around line 12: Code:
var post_thanks_handleSuccess = function(o) { if(o.responseText !== undefined) { if (post_thanks_callback.object_name[o.tId] !== undefined) { fetch_object(post_thanks_callback.object_name[o.tId]).innerHTML = o.responseText; } } } Code:
function post_thanks_give(postid, integrate) { fetch_object('post_thanks_button_' + postid).style.display = 'none'; fetch_object('post_thanks_separator_' + postid).style.display = 'none'; if (integrate == true) { fetch_object('post_groan_button_' + postid).style.display = 'none'; } var sUrl = 'post_thanks.php'; var postData = 'do=post_thanks_add&using_ajax=1&p=' + postid + '&securitytoken=' + SECURITYTOKEN; var request = YAHOO.util.Connect.asyncRequest('POST', sUrl, post_thanks_callback, postData); post_thanks_callback.object_name[request.tId] = 'post_thanks_box_' + postid; fetch_object('post_thanks_box_' + postid).style.display = ''; return false; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|