
05-01-2004, 05:02 PM
|
 |
|
|
Join Date: Sep 2003
Location: Toronto, Ontario
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Scrub
Try this:
HTML Code:
<if condition="$show['threadicons']">
<td class="alt2">
<if condition="$show['threadicon'] && $thread[preview] && !empty($thread[preview]) && $bbuserinfo[field5] != 'No'">
<img src="$thread[threadiconpath]" alt="" border="0" onmouseover="return doPreview('$thread[preview]');" onmouseout="return nd();" />
<else />
<if condition="!$show['threadicon'] && $thread[preview] && !empty($thread[preview]) && $bbuserinfo[field5] != 'No'">
<img src="images/icons/icon1.gif" alt="" onmouseover="return doPreview('$thread[preview]');" onmouseout="return nd();" />
<else />
<if condition="$show['threadicon']">
<img src="$thread[threadiconpath]" alt="alt="$thread[threadicontitle]"" border="0" />
<else />
<img src="images/icons/icon1.gif" alt="Post" />
</if>
</if>
</if>
</if>
Chroder, I belive you forgot an </if> in the threadbit edit. 
|
Uh oh  I'll take a look
|