Hey - thanks again....
This is my code for template: postbit_attachmentthumbnail
Code:
<if condition="!in_array($foruminfo[forumid], array(103))">
<img src="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&stc=1&d=$attachment[dateline]" border="0" alt="" style="display:none;"/>
<div style="float:left; display:block; width:111px; height:111px; text-align:center;">
<table cellpadding="0" cellspacing="0"><tr><td align="center" valign="middle" height="111" width="111" style="margin:0px; padding:0px;">
<a href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&d=$attachment[dateline]" rel="Lightbox" id="attachment$attachment[attachmentid]"<if condition="$show['newwindow']"> target="_blank"</if>><img class="thumbnail" src="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&stc=1&thumb=1&d=$attachment[thumbnail_dateline]" border="0" alt="Click for a bigger size image." align="middle" style="border: solid 3px #cccccc;"/></a></td></tr></table>
</div>
</if>
<if condition="in_array($foruminfo[forumid], array(103))">
<div align="center"><img src="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&stc=1&d=$attachment[dateline]" border="0" alt=""/>
</div>
</if>
The code for it NOT to show seems to work since it doesn't show the full image in any forum, but it doesn't show the full image in the post located in the forum with ID 103...
This is the post in the forum with id 103 :
http://www.fatboymagazine.com/showthread.php?t=33215
Any idea why its not working? Thanks again!