The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[AJAX] Post Thank You Hack Details »» | |||||||||||||||||||||||||
vB 3.7 version of this hack here: https://vborg.vbsupport.ru/showthread.php?t=165673
vB 4.0 version of this hack here: https://vborg.vbsupport.ru/showthread.php?t=231666 Post Thank You Hack 7.4 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:
Updates: Version 7.0 (12/20/07):
Version 7.1 (12/24/07):
Version 7.2 (01/24/08):
Version 7.3 (03/15/08):
Version 7.4 (03/21/08):
Please post your comments or suggestions for this hack. I read ALL posts. MAKE SURE YOU CLICK INSTALL! You will get an email when a new version is released. Pictures:
Supporters / CoAuthors Show Your Support
|
Comments |
#522
|
||||
|
||||
I probably just found a bug incompatibility of this hack with vb_ad_management_v2[1].1_for_vB3.6x. I installed this hack on a test forum and everything was perfect till i installed vb_ad. When you choose the option to display a banner at the botttom of the first post in a thread and you decided to thank the first poster, the list of users with thanks show up at the bottom of the banner ad, not above it. I've spent many hours trying to find a template glitz in both hacks but can't find it for the life of me. When the ad is disabled, the thanks hack works fine but the moment you display the ad, the thanks show itself at the bottom of the ad. Does anybody have this problem too?
Could someone provide a fix for this? regards, afterglow |
#523
|
|||
|
|||
suggestions for future release... Ability to search posts/threads in which Thanks was given (user-specific).
. |
#524
|
|||
|
|||
Does anyone have this working with GARS at all?
|
#525
|
||||
|
||||
look in a users profile
|
#526
|
|||
|
|||
How this double-thx is possible? (see attached)
Please could u explain it, thanks. |
#527
|
|||
|
|||
Quote:
Quote:
|
#528
|
|||
|
|||
hi dear
tank u for your hack it's really great !! |
#529
|
|||
|
|||
Quote:
I'm interested in the second feature as well. |
#530
|
||||
|
||||
Not sure myself. I've seen this on my forum also. Not sure where the error is. If you look at the table in MySQL, you will see post are posted the same exact second. Not sure how that happens though.
|
#531
|
|||
|
|||
I've solved problem discussed above.
please see thank.txt, rename it into thank.js and put into clientscript directory. modifications of my templates are: template post_thanks_box: Code:
<span id="post_thanks_box_$post[postid]">$post_thanks_box</span> Code:
<a href="#" id="post_thanks_button_$post[postid]"<if condition="$vboptions[disable_ajax] != 2"> onclick="post_thanks_give_('$post[postid]'); return false;"</if> style="display:$display_image" rel="nofollow"><img src="$stylevar[imgdir_button]/post_thanks.gif" alt="$vbphrase[post_thanks_thanks]" border="0" /></a> Code:
<hr> <div style="padding:$stylevar[cellpadding]px 0px 0px 0px" align="left"> <strong><phrase 1="$post[username]">$vbphrase[post_thanks_user_says]</phrase></strong> $liste_user <if condition="$bbuserinfo[usergroupid] == 6"><br /> <a href="showthread.php?do=post_thanks_remove_all&p=$post[postid]"<if condition="$vboptions[disable_ajax] != 2"> onclick="post_thanks_remove_all_('$post[postid]'); return false;"</if> rel="nofollow">$vbphrase[post_thanks_remove]</a> </if> <if condition="$post_thanks_user > 0 && $vboptions[post_thanks_delete_own] == 1"><br /> <a href="showthread.php?do=post_thanks_remove_user&p=$post[postid]"<if condition="$vboptions[disable_ajax] != 2"> onclick="post_thanks_remove_user_('$post[postid]'); return false;"</if> rel="nofollow">$vbphrase[post_thanks_remove_user]</a> </if> </div> other templates not modified =) |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|