This is what I have so far:
Code:
<if condition="$show['threadicons']">
<td class="alt2">
<if condition="$thread[forumid] == 7"><img src="http://www.mysite.com/images/forumdisplay/$thread[threadid].jpg" width="90" height="90"></if>
<if condition="$show['threadicon']"><img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" />
<else /> </if></td>
</if>
And this is what I would like to have, but I'm lost with the conditionals:
1) have it work for forum 7, 19 and 25
2) have it show an image ($thread[threadid].jpg) for these 3 forums
3) have it show the standard threadicons for the other forums.
What do I have to edit to get it to work? :nervous: