Hy Abe1,
at first many thanks for your work => great hack
but i've found a little bug!
If you set @ the adminCP the option "write templatenames in source" (sorry, i don't know the exact english expression) =>
you will get a klickable underline after the button!
This does only appear by using the IE,
Firefox or other browsers have don't make "trouble"
look at the source-code of the different browsers and the screenshot
Source-code with IE:
Code:
onMouseOut="this.src='images/buttons_yellow-vanillin/edit.gif';" alt="Edit Post" /></a>
<!-- Start Post Thank You Hack -->
<!-- BEGIN TEMPLATE: post_thanks_button -->
<a href="showthread.php?do=post_thanks_add&p=15530" id="post_thanks_button_15530" onclick="post_thanks_give_15530(); return false;"> <!-- BEGIN TEMPLATE: post_thanks_button_image -->
<img src="images/buttons_yellow-vanillin/post_thanks.gif" alt="Danksagungen" border="0" />
<!-- END TEMPLATE: post_thanks_button_image --></a>
<!-- END TEMPLATE: post_thanks_button -->
<!-- End Post Thank You Hack -->
<a href="newreply.php?do=newreply&p=15530" rel="nofollow"><img
and here the source-code of firefox:
Code:
onMouseOut="this.src='images/buttons_yellow-vanillin/edit.gif';" alt="Edit Post" /></a>
<!-- Start Post Thank You Hack -->
<!-- BEGIN TEMPLATE: post_thanks_button -->
<a href="showthread.php?do=post_thanks_add&p=11601" id="post_thanks_button_11601" onclick="post_thanks_give_11601(); return false;"></a>
<!-- END TEMPLATE: post_thanks_button -->
<!-- End Post Thank You Hack -->
<a href="newreply.php?do=newreply&p=11601" rel="nofollow"><img
here you can see the little underline:
Attachment 51783
(klick to enlarge)