Needing some help with some code:
I am wanting images imported from a thread to follow the format of af_articlebit. But, with BBCode on, it doesn't work.
Here's the code:
<if condition="$thread['altimage'] && $thread['image']">
<div style="float: left; padding-right: $stylevar[cellpadding]px; padding-bottom: 4px; max-width: 100px; max-height: 100px; overflow: hidden; $thumbdivstyle"><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]"><img src="$thread[image]" alt="" border="0" style="max-width: 100px; max-height: 100px; width: expression(this.width > 100 ? 100: true);" /></a></div>
</if>
I'm thinking the <if condition="$thread['altimage'] && $thread['image']"> is the issue.
Anyone have any suggestions? Thanks.
|