BTW: May someone has an idea why i cannot recreate my thumbnails? Maybe this is because i have them in the database and not as files?
Anyway i look now for this part of code:
PHP Code:
<if condition="$thread['attachmentid'] AND $thread['thumbsize']">
test1
<div style="float:left; padding-top:5px; padding-right: $stylevar[cellpadding]px; padding-bottom: 24px; $thumbdivstyle"><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]"><img src="attachment.php?attachmentid=$thread[attachmentid]&stc=1&thumb=1" alt="" border="0" /></a></div>
</if>
test2
<if condition="$thread['altimage'] && $thread['image']">
test3
<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>
It looks like that the conditions are not true, so i have no pics at the startpage. I try to find out more.