Quote:
Originally Posted by silly rabbit
In regards to 'QuickReputation, I'm trying to install a img link (thumbs up & down) in leu of "+" and "-".
I gave it my best 'trial & error' shot but something is not quite 'right'. I did have sense enough to put icon13/14.gif in my images/reputation directory.
Please, Can Anybody Tell Me Where Am I Going Wrong???
Thx, Rabbit
My Attempt Above is not right!!!
|
What's the problem ? Images not showing up ?
the $stylevar[imgdir_button]/icon14.gif part should point to images/buttons/icon14.gif, but it depends of the style which is used (if you have more than one).
If you always want to display the image located in images/rputation folder, juste replace this
Code:
src="$stylevar[imgdir_button]/icon14.gif"
with this
Code:
src="images/reputation/icon14.gif"
Just look where your diplayed (or not..) images are coming from, with right-cliking on the "not-displayed" images.
You should see the path to the image in the properties box of your browser, and debug this easily.