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.
[FIXED] Bug with AJAX if you had the date showing.
Version 4.5 (6/19/06):
[FIXED] Bug with AJAX if you had hacks that added things to your output.
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:
Showing the 'thanks' button and stats in Postbit
Showing post after 'thanks' (user view)
Showing post after 'thanks' (admin view)
Showing post after 'thanks' with legacy posts (admin view)
Stats in members profile and link
Link in Search drop down menu
Hacks settings
This hack is created for your use free of charge. No payment is requested. However, if you would like to donate money for the work I put in to this hack, a donation would show your appreciation.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Abe> Search engines gets the same HTML as guests (unless there are hacks that forwards it to archive); however, as opposed to guests, Search Engines sees it at raw source level, doesn't matter whether or not the icon is 'displayed' on screen. And it sees in the HTML there's a link, so it follows. Adding the rel="nofollow" in the a href tag tells it to not follow the link all together. I've gone ahead and added it to my forum now.
As to WHY it still clicks it, it may be a cached version of your page or something. It should stop after a while...
Abe1 hi, it's not a BUG but.....
When using this hackyou can:
1. Click "Add reputation"
2. and then click Thanks button.
BUT:
1. when you already clicked Thanks button
2. You can't add reputation.
May be add option "Check if already added reputation" ?
And another sugestion.....
Some users are "maniaks" and click thanks button for peoples who helped them once time in many different posts.
It it possable to link with a $vbulletin->options['reputationrepeat'] for chek?
Abe1 hi, it's not a BUG but.....
When using this hackyou can:
1. Click "Add reputation"
2. and then click Thanks button.
BUT:
1. when you already clicked Thanks button
2. You can't add reputation.
May be add option "Check if already added reputation" ?
And another sugestion.....
Some users are "maniaks" and click thanks button for peoples who helped them once time in many different posts.
It it possable to link with a $vbulletin->options['reputationrepeat'] for chek?
Regards,
Dmitriy
Please explain the first request a little better.
As for the second, what would that help? You can give rep points only once per post for using the thanks button.
As for the second, what would that help? You can give rep points only once per post for using the thanks button.
about first.... well.....My users can add reputation and then click Thanks button (it add reputation too) for a one post.... But when we try to click Thanks and after add reputation (with own forum functions) they get error:
"You have already add reputation bla-bla-bla"
Can you add checking for "smart" users that they can't add reputation and then click Thanks?
About second...... for now i do not know how say it with different words
My English has very low level.
about first.... well.....My users can add reputation and then click Thanks button (it add reputation too) for a one post.... But when we try to click Thanks and after add reputation (with own forum functions) they get error:
"You have already add reputation bla-bla-bla"
Can you add checking for "smart" users that they can't add reputation and then click Thanks?
About second...... for now i do not know how say it with different words
My English has very low level.
I hope that, and you agree with me that if I add it, spiders wouldn't click it. don't you?
I do believe so. Spiders -- espeically google -- are taught to not follow the rel="nofollow" links. I really don't see why its following it other than a cached version of the link. Double check your html on the frontend as whatever Google's access level is (AKA, guest, logout; unless you've applied other hacks) and view the source to see if things are coming up correctly, and if it does, then ignore it for a few days and see if things change for the better.