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 |
#1932
|
|||
|
|||
Please help me.
|
#1933
|
|||
|
|||
How can I minimize the thankyou box. I have posts with more then 500 thanks and is showing a long box. I will like to make the box minimized. I saw this somewhere but cant find it
thanks |
Благодарность от: | ||
spamgirl |
#1934
|
|||
|
|||
check back for other posts for a fix for that
|
#1935
|
|||
|
|||
Thank you mate but the first thing I do before anything is search as I have done searched this mod for many different variables and I cant find the solution to get this done.
|
#1936
|
|||
|
|||
pm hippy he posted it i am sure he can give you the link
|
#1938
|
|||
|
|||
I'm now using the post_thanks.php code found in post #1534 of this thread.
But I cannot search thanked thread in the About Me section of a profile. What should I do? Thanks! |
#1939
|
|||
|
|||
Im using this one here https://vborg.vbsupport.ru/showthread.php?t=250325 that I found. It gave me options to delete my thank and All Thanks which I didnt had before but the Hide/Show feature is just frozen and dont work. Maybe the code posted here works better then that one.
thanks |
#1940
|
||||
|
||||
the option to delete the thanks is because the user group on your old template was set to 5.. 5 is not admin..
I pmed you |
#1941
|
||||
|
||||
first off thanks goes out to channelfuse
for getting post_thanks search to work again.. found here https://vborg.vbsupport.ru/showpost....postcount=1534 then I believe Phaedrus put all the fixes I and others posted all together https://vborg.vbsupport.ru/showpost....postcount=1433 Rob F posted the fix for the postbit alignment issue here https://vborg.vbsupport.ru/showpost....&postcount=607 thanks to findingpeace for posting this fix.. someone with a space in their username thanks a post breaks the line seems to break can view here http://i.imgur.com/9JAsNaF.png a few members have brought this issue up Quote:
you will need to replace your "post_thanks_postbit_info" template with this over write the template completely so it will match the rest of the postbit details Code:
<vb:if condition="$post['userid']"> <div class="etiket_postbit_alanI_userinfo_extra_yazIlarI"> {vb:rawphrase post_thanks_thanks} <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd></div> <vb:if condition="$post['post_thanks_thanked_times'] == 1"> {vb:rawphrase post_thanks_time_post} <vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" /> <div class="etiket_postbit_alanI_userinfo_extra_yazIlarI"> {vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</div> <vb:else /> <div class="etiket_postbit_alanI_userinfo_extra_yazIlarI"> {vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</div> </vb:if> </vb:if> https://vborg.vbsupport.ru/showthrea...41#post2129541 please note you will need to change this in the xml file to upload to the newest versions of vb ForceHSS also put one together, but I never went over it to see if all the fixes where implemented FReeSTER pointed this out.. great template edit Great Article BirdOPrey5 Great Post Thanks Articles How to turn the "Post Thank You" hack into a "Likes" system similar to vBulletin.org This is a Must Have if you have a hug box of thanks under your posted. big thanks to demonfatal Great addon for Post Thanks [vB4.0.X] Show/Hide list of the thanked Thanks for sharing that Great addition to this mod.. ########################################### ########################################### ########################################### Great Addon's for Post thanks Badshah93 vFCoders - Hide Hack Scandal Recent Thanks for [AJAX] Post Thank You Hack plugin for Recent Thanks for [AJAX] Post Thank You Hack Hippy WOL for Recent Thanks for [AJAX] Post Thank You Hack addon postbit change for Recent Thanks for [AJAX] Post Thank You Hack Quote:
########################################### ########################################### ########################################### you may find a tweak or 2 to help you with most issues. Search for my posts in this mod Poke To Find All Posts In This Mod By Hippy this is a list of all the help / support given here (thanks goes out to everyone that is helping to keep this great mod alive..) Regards Hippy |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|