Thanks again... but its still not working... i tried both codes, the one for multiple forums and the one for just one forum... none are working....
http://www.fatboymagazine.com/showthread.php?t=33215
here is new code i have in template postbit_attachmentthumbnail
Code:
<if condition="$forumid != 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>
<else />
<div align="center"><img src="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&stc=1&d=$attachment[dateline]" border="0" alt=""/>
</div>
</if>
Thanks again - have any other ideas?
--------------- Added [DATE]1221060417[/DATE] at [TIME]1221060417[/TIME] ---------------
I've seen and posted on 1 post about conditional templates in the programming forum - should I have posted this there? I figured it was template orientated it fit well here....
Either way, looking forward to your help again Lynne, I know I must seem like a pain in the butt - thanks again!