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 |
#1542
|
|||
|
|||
Quote:
Thanks :up::up:. Please give for me temp post_thanks_member_info Thankssssssssss |
#1543
|
|||
|
|||
how can i add post thx manually in postbit legacy ?
|
#1544
|
|||
|
|||
Quote:
Find all posts thanked by User Postbit_legacy Add new Temp post_thanks_member_info Code:
<fieldset class="fieldset"> <legend>$vbphrase[post_thanks_thanks]</legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0"> <tr> <td> $vbphrase[post_thanks_total_thanks]: <strong>$userinfo[post_thanks_user_amount_formatted]</strong> <br /> <if condition="$userinfo[post_thanks_thanked_times] == 1"> $vbphrase[post_thanks_time_post] <else /> <if condition="$userinfo[post_thanks_thanked_posts] == 1"> <phrase 1="$userinfo[post_thanks_thanked_times_formatted]">$vbphrase[post_thanks_times_post]</phrase> <else /> <phrase 1="$userinfo[post_thanks_thanked_times_formatted]" 2="$userinfo[post_thanks_thanked_posts_formatted]">$vbphrase[post_thanks_times_posts]</phrase> </if> </if> </td> </tr> <tr> <td> <a href="post_thanks.php?$session[sessionurl]do=findthanks&u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[post_thanks_search_user]</phrase></a> </td> <td> <a href="post_thanks.php?$session[sessionurl]do=findthanks_user_gave&u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[post_thanks_search_user_gave]</phrase></a> </td> </tr> </table> </fieldset> Code:
<h5 class="subsubsectionhead">{vb:rawphrase post_thanks_total_thanks}</h5> <dl class="stats"> <dt>{vb:rawphrase post_thanks_total_thanks}</dt> <dd>{vb:raw userinfo.post_thanks_user_amount_formatted}</dd> </dl> <ul class="group"> <li> <vb:if condition="$userinfo[post_thanks_thanked_times] == 1"> {vb:rawphrase post_thanks_time_post} <vb:else /> <vb:if condition="$userinfo[post_thanks_thanked_posts] == 1"> {vb:rawphrase post_thanks_times_post, {vb:raw userinfo.post_thanks_thanked_times_formatted}} <vb:else /> {vb:rawphrase post_thanks_times_posts, {vb:raw userinfo.post_thanks_thanked_times_formatted}, {vb:raw userinfo.post_thanks_thanked_posts_formatted}} </vb:if> </vb:if> </li> <li> <a href="post_thanks.php?{vb:raw session.sessionurl}do=findthanks&u={vb:raw userinfo.userid}">{vb:rawphrase post_thanks_search_user, {vb:raw userinfo.username}}</a> </li> <li> <a href="post_thanks.php?{vb:raw session.sessionurl}do=findthanks_user_gave&u={vb:raw userinfo.userid}">{vb:rawphrase post_thanks_search_user_gave, {vb:raw userinfo.username}}</a> </li> </ul> Demo: http://www.yhanoi.com/forum/member.php?u=1 |
#1545
|
|||
|
|||
It finally works! (I am using legacy display mode).
(I have reverted the hack to abe1's original one before, replaced the post_thanks.php, edited the alignment to {vb:stylevar left}, and fixed the inline mod issue at post_thanks_box template) A big thanks to channelfuse. :up::up::up: Also for raicars reminding me to add / modify the 2 templates to get it finally to work. :up: I am really grateful that I (we) still can use the original hack and don't have to go for a paid copy with more features I don't need at all. Thanks to all who have contributed with useful solutions, I'm happy. |
#1546
|
|||
|
|||
Product update
Find all thanked posts by User Find all posts thanked by User Fix temp: post_thanks_postbit_info post_thanks_javascript template Fix version |
3 благодарности(ей) от: | ||
haidm, Hippy, Juggernaut |
#1547
|
|||
|
|||
Wow, nice updates, thanks Abe of course....and channelfuse for the updates..!
Can someone direct me towards moving these lines in the Postbit info (want to nudge them a bit to the right and down by 2-3 points - don't even know if that's possible...): Thanks: 0 Thanked 1 Time in 1 Post Once again, thanks for the help! Raj. |
#1548
|
|||
|
|||
Thanks a million for this, exactly what I was after!!!:up:
|
#1549
|
|||
|
|||
Does anyone know if this will delete all of the current thanks that the members have already?
|
#1550
|
|||
|
|||
Quote:
Demo new version: http://www.yhanoi.com/forum/member.php?u=1 Code:
Total Thanks Total Thanks 382 * Thanked 1,200 Times in 332 Posts * Find all thanked posts by Phở * Find all posts thanked by Phở |
#1551
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|