Quote:
Originally Posted by BettorsTalk.com
Same problem
How do you fix it to where we can see the images?
I put mine in several locations after first installing it in forums/images/buttons and still can't see the images.
|
Same problem here.
I am using the original mod in 3.7.5 and everything works fine. Only the symbols are not shown in the postbit_legacy.
I tried to use an absolute path instead of the imgdir variables. Nothing to see.
I think it must be in the conditions
Code:
<if condition="$show['btu_canban']">
<if condition="!isset($btu[$post[threadid]][$post[userid]])"><a href="postings.php?$session[sessionurl]do=btu_ban&t=$post[threadid]&u=$post[userid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/threadban.png" alt="$vbphrase[btu_ban]" border="0" /></a>
<else />
<a href="postings.php?$session[sessionurl]do=btu_ban&t=$post[threadid]&u=$post[userid]"><img class="inlineimg" src="$stylevar[imgdir_button]/threadunban.png" alt="$vbphrase[btu_unban]" border="0" /></a>
</if>
</if>
Can someone help, please?