The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[AJAX] Post Thank You Hack Details »» | |||||||||||||||||||||||||||||||||||||||
vB 4.0 version of this hack here: https://vborg.vbsupport.ru/showthread.php?t=231666
Post Thank You Hack 7.7 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):
Version 7.5 (05/12/08):
Version 7.6 (06/02/08):
Version 7.7 (07/28/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:
Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
15 благодарности(ей) от: | ||
2012?, devil78, Heinrich, Hellmaster, lange, m7sen, mblesch, mikey1991, MrZeropage, Pcwolfx?, Protium, ramx, Shill360, theuploader |
Comments |
#1492
|
|||
|
|||
Also having an issue reporting incorrect permissions, even though it seemed to be good in 7.6 on vb 3.7.4. Any workaround for this on 3.8.1 with the latest version? Also, I do not have the post groan hack installed.
|
#1493
|
|||
|
|||
installed but not working 100% with 3.8.1.no thanks button. but i got admin settings and search forums find all thanked posts. but thats it. can you help.....
|
#1494
|
||||
|
||||
haha. I want to "thank you" but the hack isn't installed on vbulletin.org.
Thank you for a simple and bug free hack. |
#1495
|
||||
|
||||
Tested at debug site. Some comments:
1. Function "find all thanked posts" causes full scan, because lack of indexes. Very slow. 2. Unable to remove that link (and access via URL) in setting. 3. It would be nice to have option "disable hack for guests" (to hide all thanks and so on). That's good for SEO. |
#1496
|
|||
|
|||
Hi. I've 'installed' this, and done all that the instructions said to do, but nothing has changed? I'm just wondering if there were any template changes to be made, and where they might be?
|
#1497
|
|||
|
|||
Same here.
|
#1498
|
|||
|
|||
got it to work with this: https://vborg.vbsupport.ru/showthread.php?t=194553
My "Thank You Hack" Postbit Template by Boosted Panda This is a new "Users Saying Thank You" box. I think its MUCH cleaner! You can adjust colors and etc by changing the CSS fields in the .thanks. First add this to your additional CSS area: Code:
.thanks { border: solid 1px #fff; color: #444; background: #def9e5; font: 10px arial, tahoma, sans-serif; } Next add this to the post_thanks_postbit_legacy or post_thanks_postbit template. Code:
<div style="padding:$stylevar[cellpadding]px 0px 0px 0px"> <table width="100%" align="center"> <tr> <td class="thanks" style="padding:0px"> <if condition="$post['post_thanks_amount'] == 1"> <strong><phrase 1="$post[username]">$vbphrase[post_thanks_user_says]</phrase></strong> <else /> <strong><phrase 1="$post[post_thanks_amount_formatted]" 2="$post[username]">$vbphrase[post_thanks_users_say]:</phrase></strong> </if> $post[post_thanks_bit] <if condition="$bbuserinfo['usergroupid'] == 6"> <td class="thanks" align="center"> <a href="post_thanks.php?do=post_thanks_remove_all&p=$post[postid]"<if condition="$vboptions['disable_ajax'] != 2"> onclick="return post_thanks_remove_all($post[postid], <if condition="$vboptions['post_groan_integrate']">true<else />false</if>);"</if> rel="nofollow">$vbphrase[post_thanks_remove]</a></td> </if> <if condition="$post['show_thanks_remove_option']"> <td class="thanks" align="center"> <a href="post_thanks.php?do=post_thanks_remove_user&p=$post[postid]"<if condition="$vboptions['disable_ajax'] != 2"> onclick="return post_thanks_remove_user($post[postid], <if condition="$vboptions['post_groan_integrate']">true<else />false</if>);"</if> rel="nofollow">$vbphrase[post_thanks_remove_user]</a></td> </if> </td></tr> </table> </div> if you use it plz's go and click Mark as Installed. |
#1499
|
|||
|
|||
Quote:
Quote:
|
#1500
|
|||
|
|||
Quick question. Is it possible to change the wording of this text at all?
"The Following User Says Thank You to <username> For This Useful Post:" Excellent mod, btw. I like it. |
#1501
|
|||
|
|||
thank you im gonna install this
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|