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 |
#2702
|
|||
|
|||
I'm afraid I'm another one with the alignment issue - and I've been right through this thread, tried various solutions, and I'm still stumped. Currently I have my post_thanks_postbit_info as:
Code:
<vb:if condition="$post['userid']"> <dt>{vb:rawphrase post_thanks_thanks}</dt> <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd> <vb:if condition="$post['post_thanks_thanked_times'] == 1"> <dd {vb:stylevar left};">{vb:rawphrase post_thanks_time_post}</dd> <vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" /> <dd {vb:stylevar left};">{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</dd> <vb:else /> <dd {vb:stylevar left};">{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</dd> </vb:if> </vb:if> It's a customised template (default style works fine). Does anyone have any suggestions, please? |
#2704
|
|||
|
|||
Well.
How to remove the thanks made by a particular User. I have to remove only the thanks received by a single User. Eg: Liked 1245 time in 896 post(s) I'm using Post Thank you Hack latest version. Please no need remove the code, only thanked votes. (clear table content only, to this individual user). In other words, I need to reset the count of received Thanks. In "Post Thank You Hack" installed only is possible to remove the User Thanks given Any Help is welcome. Regards. |
#2705
|
||||
|
||||
I was using a computer from work, must of been that....sorry for the hassle
|
#2706
|
||||
|
||||
Quote:
Valter thanks , Back at you for all your help @vb.org I'm glad I could help.. Quote:
your post_thanks_postbits should look like this Code:
<div class="postbody"<vb:if condition="$vboptions['legacypostbit']"> style="margin-{vb:stylevar left}: 0"</vb:if>> <div class="postrow"> <vb:if condition="$bbuserinfo['usergroupid'] == 6 || $post['show_thanks_remove_option']"> <div class="smallfont" style="float:{vb:stylevar right}"> <vb:if condition="$bbuserinfo['usergroupid'] == 6"> <a href="post_thanks.php?do=post_thanks_remove_all&p={vb:raw post.postid}"<vb:if condition="$vboptions['disable_ajax'] != 2"> onclick="return post_thanks_remove_all({vb:raw post.postid}, <vb:if condition="$vboptions['post_groan_integrate']">true<vb:else />false</vb:if>);"</vb:if> rel="nofollow">{vb:rawphrase post_thanks_remove}</a> </vb:if> <vb:if condition="$bbuserinfo['usergroupid'] == 6 && $post['show_thanks_remove_option']"> | </vb:if> <vb:if condition="$post['show_thanks_remove_option']"> <a href="post_thanks.php?do=post_thanks_remove_user&p={vb:raw post.postid}"<vb:if condition="$vboptions['disable_ajax'] != 2"> onclick="return post_thanks_remove_user({vb:raw post.postid}, <vb:if condition="$vboptions['post_groan_integrate']">true<vb:else />false</vb:if>);"</vb:if> rel="nofollow">{vb:rawphrase post_thanks_remove_user}</a> </vb:if> </div> </vb:if> <h2 class="<vb:if condition="!$vboptions['legacypostbit']">post</vb:if>title"> <vb:if condition="$post['post_thanks_amount'] == 1"> {vb:rawphrase post_thanks_user_says, {vb:raw post.username}} <vb:else /> {vb:rawphrase post_thanks_users_say, {vb:raw post.post_thanks_amount_formatted}, {vb:raw post.username}} </vb:if> </h2> <vb:if condition="$post['post_thanks_amount'] > 10"> <style type="text/css"> .togList { font-family: verdana; } .togList dt { cursor: pointer; cursor: hand; } html.isJS .togList dd { display: none; } </style> <script type="text/javascript"> /* Only set closed if JS-enabled */ document.getElementsByTagName('html')[0].className = 'isJS'; function tog(dt) { var display, dd=dt; /* get dd */ do{ dd = dd.nextSibling } while(dd.tagName!='DD'); toOpen =!dd.style.display; dd.style.display = toOpen? 'block':'' dt.getElementsByTagName('span')[0].innerHTML = toOpen? '-':'+' ; } </script> <dl class="togList"> <dt onclick="tog(this)"><center><font style="font-size:12px"><span>+</span> Show/Hide list of the thanked</font></center></dt> <dd> <br /> <span id="thanks"> <div class="content"> <div id="post_thanks_bit_{vb:raw post.postid}"> <blockquote class="postcontent restore"> {vb:raw post.post_thanks_bit} </blockquote> </div> </div> </span> </dd> </dl> <vb:else /> <span id="thanks"> <div class="content"> <div id="post_thanks_bit_{vb:raw post.postid}"> <blockquote class="postcontent restore"> {vb:raw post.post_thanks_bit} </blockquote> </div> </div> </span> </vb:if> </div> </div> <hr /> Quote:
glad it worked out |
#2707
|
|||
|
|||
Does anybody know what code in this hack is the portion that helps this appear in the notifications bar?
I'm trying to do some coding but can't figure out what makes it appear in notifications |
#2708
|
||||
|
||||
This mod will do what your looking to do https://vborg.vbsupport.ru/showthread.php?t=280109
|
#2709
|
|||
|
|||
Hello,
does this mod also works with 4.2 or does a Version exist for VB4.2? Thnx for the answers Hans |
#2710
|
||||
|
||||
yes
|
#2711
|
|||
|
|||
ForceHSS bro can I use this post thanks hack with vbulletin mobile style premium. If yes, can you please advise me, how to make the thanks option work with mobile style provided by vbulletin itself. my board version is 4.1.3 PL8
Thankful to you. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|