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.
New option: Remove User's Thanks Count When Deleting Post
New phrase: post_thanks_search_user_gave
FIX User reputation level now updates. (Thanks to liwo for this one.)
NEW Added option to view all posts a user has thanked.
FIX Fixed Special Action - Delete All of a Users Thanks
FIX Should have fixed some 'foreach()' errors.
Version 7.3 (03/15/08):
Updated file: functions_post_thanks.php
Updated template: post_thanks_memberinfo_block
Deleted template: post_thanks_memberinfo_css
New option: Choice to use Markup Usernames or not. (Thanks to Namaless)
New option: Ban User from Getting Thanks
New option: Max Thanks a User can Give Per Day
FIX Fixed repeating bug on vb 3.6.7 forums.
CHANGE Changed where the post thanks info shows on the Profile Page. Moved to same box as statistics. (This will require a template edit if you are running vb3.7 beta 2-4)
Added securty token check for all thanks added. This will prevent a user from giving out a link or somehow making an image that will get him a lot of thanks.
Should have fixed some 'foreach()' errors.
Fixed Delete All of a Users Thanks bug
vBulletin 3.7.x compatible only
Version 7.6 (06/02/08):
FIX: Fixed Security Check for vb 3.7.1
Updated files: functions_post_thanks.php
Version 7.7 (07/28/08):
FIX: Fixed problem with giving thanks using Blazer (palmOS browser).
If there's anyone who has a little knowledge that could help me set up the conditional to only show the thanks box if 2 or more people thank, please PM me. I'm not sure what to write and feel Abe doesn't have the time (or want) to help me. This is the only thing that is stopping this mod from being exactly what I want for my forum...
If there's anyone who has a little knowledge that could help me set up the conditional to only show the thanks box if 2 or more people thank, please PM me. I'm not sure what to write and feel Abe doesn't have the time (or want) to help me. This is the only thing that is stopping this mod from being exactly what I want for my forum...
Tray the following, but I don't know if that could give errors...
Replace your post_thanks_postbit_legacy template with this code:
Thanks for hack! But I have a problem with it. In the profiles of all users the total amount of thanks is similar with admin's thanks! My vbulletin version is 3.7.0 Beta 3. What's that, what can I do to solve this problem?
Is there a mod or submod of this that would allow guests to say Thank You and this be shown in a seperate part i.e. 'x Guests said Thank You for this post'?. Also on the groan hack too
If there's anyone who has a little knowledge that could help me set up the conditional to only show the thanks box if 2 or more people thank, please PM me. I'm not sure what to write and feel Abe doesn't have the time (or want) to help me. This is the only thing that is stopping this mod from being exactly what I want for my forum...
Noctavia, I suggested this in the 3.6 thread, but I don't think you saw it. You're really much better off using the hooks Abe1 placed within the code, instead of using template edits as suggested above, otherwise every time Abe1 updates the mod, you'll have to re-do the template edit above...
Just create a simple plugin for hook location: post_thanks_function_post_thanks_off_end
Try this:
PHP Code:
$sql = $vbulletin->db->query_first("SELECT COUNT(post_thanks_votenum) AS qty FROM " . TABLE_PREFIX . "post AS post WHERE postid = " . $postinfo['postid'] . " AND qty < 3");
if ($sql['qty'])
{
return true;
}
Within the query, change the 3 to minimum quantity of times a post should be thanked before displaying, and I think it'll give you what you need.
Its because you must follow the instructions given in the templates to alter and add the "$template_hook[navbar_search_menu]" in the navbar template if you are using a previous older style.
A conflict was detected in the bitfields. You cannot continue with the installation of this product until this has been fixed. The conflicts found were:
Bitfield Collision: credits_cantearn = prefixrequired
Any one know how to fix this
i uninstalled the 6.3 and tried to reinstall and still the same thing