The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Removing reputation_*.gif in postbit?
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...
Code:
<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... Code:
<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! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|