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
Quote:
<if condition="$show['reputationlink']">
<a href="reputation.php?$session[sessionurl]p=$post[postid]&do=quickreputation" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/icon14.gif" alt="Not Too Shabby" border="0" /></a>
<a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a>
<a href="reputation.php?$session[sessionurl]p=$post[postid]&do=quicknegreputation" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/icon13.gif" alt="You Stink" border="0" /></a> </if>
|
My Attempt Above is not right!!!
Below Is Org Code (Only I subbed "Y" "N" for "+" "-")
Quote:
<if condition="$show['reputationlink']">
<a href="reputation.php?$session[sessionurl]p=$post[postid]&
do=quickreputation">P</a>
<a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>"
border="0" /></a>
<a href="reputation.php?$session[sessionurl]p=$post[postid]&
do=quicknegreputation">N</a></if>
|