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 |
#2332
|
|||
|
|||
Hippy solution is perfect and working. Just small mistake.
Code:
<vb:if condition="$bbuserinfo['userid'] != 0"> <div <vb:if condition="!$post_thanks_box == 1"> style="background-color: #f2f6f8; border: 1px ridge #417394; border-width: 1px 1px 1px 1px; padding: 2px; width:92%; margin: 0px auto 0px auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-top:10px; margin-bottom:0px;display:none" <vb:else /> style="background-color: #f2f6f8; border: 1px ridge #417394; border-width: 1px 1px 1px 1px; padding: 2px; width:92%; margin: 0px auto 0px auto; -webkit-border-radius: 5px; - moz-border-radius: 5px; border-radius: 5px; margin-top:10px; margin-bottom:0px;" </vb:if> id="post_thanks_box_{vb:raw post.postid}"> {vb:raw post_thanks_box} </div></vb:if> |
#2333
|
|||
|
|||
Quote:
and thank you hippy for your time! |
#2334
|
||||
|
||||
yeah I forgot to close the vb:if
he no morning coffee yet thanks for pointing that out michal72 your welcome |
#2335
|
||||
|
||||
Any help plz ? https://vborg.vbsupport.ru/showpost....postcount=2325
|
#2336
|
|||
|
|||
Quote:
|
#2337
|
|||
|
|||
mobile user can see thanks button in Dartho's mobile style but they has to click the thanks button many times, also need to refresh the page to view the content posted inside . please let me know what to do.
Thanks. |
#2338
|
|||
|
|||
it installs, but when i go to a thread, database error.
is this related to our servers MySQL version updates recently? Code:
Database error in vBulletin 4.1.10: Invalid SQL: SELECT * FROM nikon_post_thanks AS post_thanks INNER JOIN nikon_user AS user USING (userid) WHERE post_thanks.postid IN (0Array) ORDER BY post_thanks.username ASC; MySQL Error : Unknown column '0Array' in 'where clause' Error Number : 1054 Request Date : Sunday, March 4th 2012 @ 09:55:47 AM Error Date : Sunday, March 4th 2012 @ 09:55:47 AM Script : http://www.canadian-photographer.ca/forums/showthread.php?t=16173 Referrer : http://www.canadian-photographer.ca/forums/forumdisplay.php?f=44 IP Address : 174.7.113.111 Username : N.V.M. Classname : vB_Database MySQL Version : 5.1.56-log |
#2339
|
|||
|
|||
Thought someone might find this useful. The way thanks is used on the forums I run is that I like the thread to be bumped each time thanks is hit (so, thanks functions just like reply but without cluttering up the thread with useless posts). This is all it takes to make that happen:
In post_thanks.php, find this chunk of code: PHP Code:
PHP Code:
|
#2340
|
|||
|
|||
Hi thanks for this mod I just upgraded my forum and now does not work I tried to remove the mod and install now getting the below error
Quote:
|
#2341
|
|||
|
|||
my sig
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|