slobra
07-31-2011, 06:35 AM
Hey everyone, I don't want the reputation images to show up in the postbit. But, when I remove this code from the postbit_reputation template...
<img class="inlineimg" src="$stylevar[imgdir_reputation]/reputation_$posneg.gif" alt="$post[username] $post[level]" border="0" />
...the reputation system breaks. So, since I don't want an image to show I put this back...
<img class="inlineimg" border="0" />
...and the reputation functions correctly. Only problem is, Firefox doesn't care that there's no "src" specified but IE displays the missing image placeholders. I was going to put a transparent image in place of no image but then there is an ugly space in my postbit. How can I remove these images from the reputation system completely and still have it function correctly? Thanks! :D
<img class="inlineimg" src="$stylevar[imgdir_reputation]/reputation_$posneg.gif" alt="$post[username] $post[level]" border="0" />
...the reputation system breaks. So, since I don't want an image to show I put this back...
<img class="inlineimg" border="0" />
...and the reputation functions correctly. Only problem is, Firefox doesn't care that there's no "src" specified but IE displays the missing image placeholders. I was going to put a transparent image in place of no image but then there is an ugly space in my postbit. How can I remove these images from the reputation system completely and still have it function correctly? Thanks! :D