Quote:
Originally Posted by Surviver
Hello, there seems to be a small bug: Ich i klick thanks an reload the Page, the Thanks Button is shown up.
I fixed it:
In the plugin postbit_display_start, find:
PHP Code:
else if (can_thank_this_post($this->post, $this->thread['isdeleted'])) { $display_image = ''; }
and replace with:
PHP Code:
else if (can_thank_this_post($this->post, $this->thread['isdeleted']) AND !thanked_already($this->post, $thanks)) { $display_image = ''; }
Greetings Surviver
|
I see where the problem is. If you have it disabled to delete thanks then it will let you use the thanks button.
Will be fixed in next release.