Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Post Thank You Hack 1.10 Details »»
Post Thank You Hack 1.10
Version: 1.10, by Abe1 Abe1 is offline
Developer Last Online: Jun 2010 Show Printable Version Email this Page

Version: 3.0.7 Rating:
Released: 12-27-2004 Last Update: 05-09-2005 Installs: 170
DB Changes
 
No support by the author.

Click here for vBulletin 3.5 version

Post Thank You Hack 1.10


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 granted liking by ALL the members of your forum.

The hack has been tested VERY well, including 5 weeks of beta testing, but I'm only human I can't guaranty there are no problems.

There is a similar hack called 'Automatic Thank You Hack'. That hack only lets you thank the first post of a thread and not just any post. The options in this hack doesn't compare to my hack. It's also unsupportive and was release for an older version of vBulletin.

Features:
  • Comes with easy installer/updater/uninstaller file
  • Places an easy to use button next to the edit button
  • Separate looks for postbit and postbit_legacy
  • Places all Thank Yous into one small box
  • [NEW]Uses only ONE query every time you view a showthread page!
  • Users can't thank twice
  • Users can't thank their own post
  • Guests don't see 'thanks' button
  • Counts how many thanks a user gives
  • Counts how many thanks a post gets
  • Shows how many thanks a user gave in every post of his
  • Shows how many thanks a user gave in profile
  • Shows how many thanks a user got
  • Shows how many posts or a user are thanked
  • Shows info in profile
  • Search for a users thanked posts
  • Search for all thanked posts
  • Administrator can remove all Thank Yous from a single post
  • Turn on and off hack
  • Turn on and off hack for only some forums
  • Option to turn off hack for all but the first post of a thread
  • Option to turn off hack for all but the first post of a thread in specific forums
  • Option to turn off hack view of date for specific or all forums
  • [NEW]Option to add to post count when someone clicks 'thanks'.
  • [NEW]Option to give a user who receives thanks reputation points.
  • Ban Usergroups
  • Ban Users
  • Update Counters in ACP (found in 'Import & Maintenance')
  • Uses Phrases
  • Guaranteed to be liked by ALL users on your forum!

Installation information on hack:
  • Files edited: 3
  • Templates edited: 4
  • New Phrases: 44 (installer installs them)
  • New Templates: 2 (installer installs them)
  • Queries: 15 excluding phase and template queries (installer installs it)
  • Files to upload: 4
  • Time to install: between 5-10 minutes

Updates:

Version 1.0 (12/28/04):
  • Release

Version 1.01 (1/10/05):
  • [FIX]Templates stay when you upgrade your forum

Version 1.02 (2/22/05):
  • [NEW]Installer Has Installer for After You Upgrade Your Forum
  • [NEW]Search for a users thanked posts
  • [NEW]Search for all thanked posts

Version 1.03 (2/23/05):
  • [FIX]Turn hack on for only first posts of threads now works

Version 1.10 (5/9/05):
  • [FIX]Compatibility for vBulletin 3.0.7
  • [FIX]Reduced the amount of queries need to run this hack every time you view a showthread page to only ONE query. No more 1 to 2 queries per post that comes up.
  • [FIX]I cached the templates used to save 1 query.
  • [NEW]Option to add to post count when someone clicks 'thanks'.
  • [NEW]Option to give a user who receives thanks reputation points.

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:
  1. Showing the 'thanks' button
  2. Showing post after 'thanks' (admin view)
  3. Showing post after 'thanks' with legacy posts (admin view)
  4. Stats in member?s profile
  5. Hacks settings
  6. Update counts view
I'll try to get some updated pictures up soon.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #352  
Old 11-28-2005, 02:30 PM
Abe1's Avatar
Abe1 Abe1 is offline
 
Join Date: Feb 2004
Location: I LOVE New York!
Posts: 2,886
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by JOM
Yes boss, every month I'd like to reset everyone on my board back to zero, is this possible? (I hope to have a monthly prize for the *most thanked* user)
You can uninstall then re-install. No need to do the template of file edits though.
Reply With Quote
  #353  
Old 12-14-2005, 08:54 AM
xfaethorx's Avatar
xfaethorx xfaethorx is offline
 
Join Date: May 2004
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

has anyone noticed a problem with this when you split a thread with thanked posts?
i just did it and it caused me quite a few problems , i had to do this in function_showthread.php to get rid of a few errors.

if($post_thanks_cash){
foreach ($post_thanks_cash AS $thanks)
{
if ($thanks[postid] == $post[postid])
{
$nb ++;
}
}
}
the downside is that although the posts were thanked they are no longer recorded as thanked in the split thread. The above gets rid of the foreach and header problems i had. Was this already solved?
Reply With Quote
  #354  
Old 12-14-2005, 02:46 PM
Bubble #5 Bubble #5 is offline
 
Join Date: Apr 2005
Posts: 984
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by xfaethorx
has anyone noticed a problem with this when you split a thread with thanked posts? Was this already solved?
Most people don't split threads so this is your lucky day - you're the first to find it :nervous: I'm sure Abe will address it as it is a major bug :ermm: Hopefully it won't be to hard to solve.
Reply With Quote
  #355  
Old 12-14-2005, 02:50 PM
Abe1's Avatar
Abe1 Abe1 is offline
 
Join Date: Feb 2004
Location: I LOVE New York!
Posts: 2,886
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Bubble #5
Most people don't split threads so this is your lucky day - you're the first to find it :nervous: I'm sure Abe will address it as it is a major bug :ermm: Hopefully it won't be to hard to solve.
He is not the first to find it. It has been reported before. I'm cworking on updates for this version any more so dont expect to see an update that will fix it.
Reply With Quote
  #356  
Old 12-14-2005, 08:43 PM
xfaethorx's Avatar
xfaethorx xfaethorx is offline
 
Join Date: May 2004
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

its ok i dont' expect it to be fixed, thanks for the reply though. At least if anyone else has the problem theres a solution. Its not really a massive problem to be honest (well the fax you lose the thanks isn't a problem the fact it break is!). Theres a solution to the problem so its all good .
Reply With Quote
  #357  
Old 12-28-2005, 02:08 PM
b65ran b65ran is offline
 
Join Date: Apr 2005
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the nice hack. I have one question. Is there any way I can remove thanks for a certain user. Right now we have "remove all" options. Is it posibble to remove only for one user. The reason I need this because one of our user has created several accounts. And he thanks to one of his user name to get more reputations points.

Thanks in advanced.
Reply With Quote
  #358  
Old 12-28-2005, 02:41 PM
Abe1's Avatar
Abe1 Abe1 is offline
 
Join Date: Feb 2004
Location: I LOVE New York!
Posts: 2,886
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by b65ran
Thanks for the nice hack. I have one question. Is there any way I can remove thanks for a certain user. Right now we have "remove all" options. Is it posibble to remove only for one user. The reason I need this because one of our user has created several accounts. And he thanks to one of his user name to get more reputations points.

Thanks in advanced.
No function like that.
Reply With Quote
  #359  
Old 01-08-2006, 06:13 AM
G-Unot G-Unot is offline
 
Join Date: Sep 2005
Location: Brooklyn, New York
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed the hack and follow each and every single step straight but the Thank button doesn't appear in any of the threads and posts.
Reply With Quote
  #360  
Old 01-08-2006, 11:42 AM
Alphawolf83's Avatar
Alphawolf83 Alphawolf83 is offline
 
Join Date: Mar 2005
Location: Germany
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by G-Unot
I installed the hack and follow each and every single step straight but the Thank button doesn't appear in any of the threads and posts.
Did you activate this hack in ACP?
Reply With Quote
  #361  
Old 01-08-2006, 12:08 PM
Abe1's Avatar
Abe1 Abe1 is offline
 
Join Date: Feb 2004
Location: I LOVE New York!
Posts: 2,886
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by G-Unot
I installed the hack and follow each and every single step straight but the Thank button doesn't appear in any of the threads and posts.
are you looking at your posts or other users posts?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:02 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05378 seconds
  • Memory Usage 2,320KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete