View Full Version : Change the link image???


KuRi
3rd October 2003, 01:45 PM
When you make a forum into an external link it shows the link.gif image where on a normal forum it would show newpost etc i want to change the link.gif to show the new posts icon... how would i do this?

/KuRi

Floris
3rd October 2003, 02:11 PM
forumhome_forumbit_level2_post

<if condition="$forum[statusicon] == 'link'"><img src="$stylevar[imgdir_misc]/forum_link.gif" alt="link" title="" border="0" /><else />normal onoff img</if>

This is what I use.

Floris
3rd October 2003, 02:17 PM
This reminds me, I should release this as a template mod ;D

KuRi
4th October 2003, 12:44 PM
Where abouts in the template would i put this??

thanx for the help