Quote:
Originally Posted by Milad
I had reported this bug before in the version for vB3.5.x but you didn't solve it.
The bug is: even I prevent Guests and Spiders (usergroupID = 1) from using the post thank you button (see this picture Attachment 54651), spiders (like google) press the post thank you button and get error messages (see this picture Attachment 54652)
When we look at the page source for guests we will see this code:
HTML Code:
<!-- Start Post Thank You Hack -->
<a href="showthread.php?do=post_thanks_add&p=40864" rel="nofollow" id="post_thanks_button_40864" onclick="post_thanks_give_40864(); return false;"></a>
<!-- End Post Thank You Hack -->
the link is still existing but the button photo isn't, google doesn't understand ajax features and procces them as if they were normal links.
I added the rel="nofollow" but google doesn't obey it.
Please solve this problem.
http://www.syrianmeds.net/forum/
|
Added to my todo list but not sure why the link would show up if unregistered user can't see the thanks button. The link my be there still. I'll try to see what I can do.