Thank You so much - I could not figure it out by myself :up:
--------------- Added [DATE]1275749395[/DATE] at [TIME]1275749395[/TIME] ---------------
Some images are not displaying - little help? - please
my code looks like this:
Code:
<td class="smallfont"><if condition="$show['newthreadlink']">
<a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]" rel="nofollow">
<img src="$stylevar[imgdir_button]/
<if condition="$forumid == 10">newwish.gif</if>
<if condition="$forumid == 11">newwish.gif</if>
<if condition="$forumid == 12">newwish.gif</if>
<if condition="$forumid == 13">newwish.gif</if>
<if condition="$forumid == 21">newwish.gif</if>
<if condition="$forumid == 31">newwish.gif</if>
<if condition="$forumid == 17">newwish.gif</if>
<if condition="$forumid == 20">newwish.gif</if>
<if condition="$forumid == 27">newwish.gif</if>
<if condition="$forumid == 41">newwish.gif</if>
<if condition="$forumid == 42">newwish.gif</if>
<if condition="$forumid == 26">newstory.gif</if>
<if condition="$forumid == 32">newprayer.gif</if>
<if condition="$forumid == 35">newtopic.gif</if>
<if condition="$forumid == 30">newleaf.gif</if>
<if condition="$forumid == 38">newthankful.gif<else />
newthread.gif</if>
" alt="$vbphrase[post_new_thread]" border="0" />
</a>
<else />
</if>
What is strange, that only .gif in forum ID 38 - works fine, rest don't show unless not listed in the code then the original newthread.gif is displaying.
Any help will be greatly appreciated.