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 |
#882
|
|||
|
|||
im sure the answer you are looking for would be on that page somewhere. because it has the error at the top of the page, and you can see what exactly is displayed on that page. So maybe it doesnt like when certain things occur on a page?
also here is another problem im having, which is the reason i upgraded ^^ BUG The delete all of a users thanks feature in the admincp is not working. it says it deletes them, but when i refresh the page where that user had thanked everyone, their thanks are still there. is this occurring for anyone else? because it is not doing anything on mine. here is a screen shot to show that it is processing it, but then when i check to see if the thanks are gone, they're still there. |
#883
|
|||
|
|||
it seems like this hack adds one query to each "post". in my showthread.php, there are 15 posts per page. 12 queries without this hack, and 27 queries with this hack enabled.
|
#884
|
||||
|
||||
It should only be one. Any way I can have a look around? Do you have the latest version?
|
#885
|
|||
|
|||
i've found some hints.
if there're more than one thanks in the "page", it adds only one query. but if there is no thanks at all for the posts of the page, it adds one query per post. the problem is that you forgot to set $act to be ture after the db query in fetch_thanks() |
#886
|
||||
|
||||
Quote:
|
#887
|
|||
|
|||
After migrating to another server, i got this error on ALL my tables including VB_post_thanks table
Code:
Database error in vBulletin 3.6.5: Invalid SQL: INSERT INTO vb_post_thanks (userid, username, date, postid) VALUES ('1', 'fn9mm', 1177527910, 15285); MySQL Error : Duplicate entry '0' for key 1 Error Number : 1062 ... However, if I apply the same query for the vb_post_thanks table, it doesn't change a thing, EDIT, this is the query I ran Code:
ALTER TABLE `vb_post_thanks` CHANGE `id` `id` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT; I'm sure it's data corruption due to server migration, I allready tried to delete the table and import from backup from previous server, but this doesn't help either what am I missing here ...? |
#888
|
||||
|
||||
Quote:
|
#889
|
|||
|
|||
having carried out the instructions to upgrade/install over the previous verios I am getting the following error messages:
Warning: can_thank_this_post(/homepages/18/d121175559/htdocs/vBulletin/includes/functions_post_groan.php) [function.can-thank-this-post]: failed to open stream: No such file or directory in /includes/functions_post_thanks.php on line 73 Fatal error: can_thank_this_post() [function.require]: Failed opening required '/homepages/18/d121175559/htdocs/vBulletin/includes/functions_post_groan.php' (include_path='.:/usr/local/lib/php') in /homepages/18/d121175559/htdocs/vBulletin/includes/functions_post_thanks.php on line 73 Any idea on how I can resolve this? The file vBulletin/includes/functions_post_groan.php' is definately in the right place. Thanks |
#890
|
||||
|
||||
Hi abe1,
You can write an add-con fo this mod, This function of add-on is thank in attad file, Menber which have X THANKS can download attad file, I want this add-on to agains spam member is this one is necessary, My English quite bad, hope you understand my write, thank alot |
#891
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|