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 |
#3042
|
|||
|
|||
Quote:
A few things: 1) The "Thanks" button is on the far left. Can I move it just to the left of the "Edit Post" so it is more visiable, and perhaps add a small icon next to it to make it stick out? 2) For the "Thanks x times in x posts", can I have this shown only when they have been thanked at least once? 90% of members probably won't get a thank you, so it is not worth having for everything until they get thanked. Other than that, excellent mod. Thanks again! |
#3043
|
||||
|
||||
move thanks button
https://vborg.vbsupport.ru/showpost....postcount=1842 the icon should be there if your images are in the correct dir.. make sure you all the images to your custom style dir youll need a vb:if condition so the thanks will not show for those that did not give or recieve thanks.. |
#3044
|
|||
|
|||
Quote:
As for the images: I uploaded the files as directed. Do I need to copy the images to somewhere? Where exactly do I need to copy them to? As for the vb:if condition: what will the condition be such that you have to have at least 1 thank you for it to show? Thanks again! |
#3045
|
||||
|
||||
do you have a custom style ?
well it would be something like images/styles/custom_name)/images/buttons default is images/buttons/ something to that affect ... where every you have them now you need to figure out where your buttons folder is and add them there for the style your using |
#3046
|
||||
|
||||
example for you
I work on a few sites with and a few have a couple different skins.. the default skin the images are in images/buttons the custom style is like this images/styles/vB_Black/buttons so for each skin find the button folder and add the images post_thanks-hover.png and post_thanks.png hope this helps |
#3047
|
|||
|
|||
Quote:
I copied those 2 icons into every one I could find - there are lots of custom styles (and many of them worked - the icon showed). Even when I go to the default theme, the icons aren't showing up (which they should since they are in the /images/buttons, right?). One of the issues is that my custom theme was renamed in vBulletin Styles, so I'm not sure what directory it is under in the /images/ folder. Is there a way to find this out? I'm surprised my default theme or the default vB theme aren't working - the problem is similar. As for the vb:if condition: what will the condition be such that you have to have at least 1 thank you for it to show? Thanks! |
#3048
|
|||
|
|||
Hi folks,
I can appreciate there's lots of edits and versions floating around in this thread but I'll give it a go. I'm using the version from this thread. (post_thanks_ version_7.83+integrated postbit_box collapse) Here is a picture of my postbit...the "Thanked 0 Times in 0 Posts" bit is not the same style as the others. Attachment 144212 Here's my post_thanks_postbit_info template... 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:rawphrase post_thanks_time_post}</dd> <vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" /> <dd>{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</dd> <vb:else /> <dd>{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> Thanks! |
#3049
|
||||
|
||||
Quote:
|
#3050
|
||||
|
||||
Quote:
as far as the if condition I will have to look into it .. not much time atm.. |
#3051
|
|||
|
|||
Doesn't work with vB4.2 !
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|