OK, here's the Fix:
Change:
PHP Code:
if ($news[iconid]!=0) { $icon="<img src=\"{imagesfolder}/icons/icon$news[iconid].gif\" border=0>"; } else { $icon=""; }
To:
PHP Code:
if ($news[iconid]!=0) { $icon="$news[iconid]"; } else { $icon=""; }
And your icons should appear and no icon will apear if one isn't selected in the post.
Can you update the zip with this fix el3m3nt?
Let me know to make sure this works for you -=dm=-