Quote:
Originally Posted by Simon Lloyd
The image will look like this
HTML Code:
<img src="$stylevar[imgdir_button]/post_thanks.gif" alt="$vbphrase[post_thanks_thanks]" border="0" />
Just to prove whether it's that change it for the full url so
HTML Code:
http://www.mysite.com/forums/style/images/buttons/post_thanks.gif
And see if that makes a difference 
|
Ok just to be 100% certain that I am doing this correctly...
I went into the Post Thank You Hack Templates
I opened the template for post_thanks_button
The original code looked like:
<img src="$stylevar[imgdir_button]/post_thanks.gif" alt="$vbphrase[post_thanks_thanks]" border="0" />
I edited to this:
<img src="http://www.bonsainut.com/forums/images/bonsainut/buttons/post_thanks.gif" alt="$vbphrase[post_thanks_thanks]" border="0" />
It still does not work

I checked the above hard-coded directory, and the button IS in that directory. Thank you for your help!
[EDIT]
Ok... interestingly I was playing around with postbit and postbit_legacy, and by moving code around I could get the button to display... but still no functionality. I would click on the button, but the display would not change to show "thanks"...