PDA

View Full Version : How i add a different icon in a single forum ?


lanc3lot
07-02-2005, 12:33 PM
Hello to all, is there any way, i can add a different icon, in a forum i want?

I mean, not have the icons on the left that the other forums have, but a special one, only appear for this.

(see the pic to undestand better)

Thnx in advance

Johannes de Le?n
07-02-2005, 12:41 PM
Hello to all, is there any way, i can add a different icon, in a forum i want?

I mean, not have the icons on the left that the other forums have, but a special one, only appear for this.

(see the pic to undestand better)

Thnx in advance
Sure there is, edit the template named FORUMHOME, then search for:
forum_new.gif
forum_old.gif
forum_old_lock.gif

And change it as you please. This should do the trick.

EDIT: Nevermind, that would affect all forums, I misread your post.

Use an if statement. Something like: <if condition="$foruminfo[forumid] == X">... </if>

lanc3lot
07-02-2005, 03:25 PM
Sure there is, edit the template named FORUMHOME, then search for:
forum_new.gif
forum_old.gif
forum_old_lock.gif

And change it as you please. This should do the trick.

EDIT: Nevermind, that would affect all forums, I misread your post.

Use an if statement. Something like: <if condition="$foruminfo[forumid] == X">... </if>
Hello, thnx for this reply.

So the code, should be placed in the Forumhome Template, and should have this code?

<if condition="$foruminfo[forumid] == X"><td><img src="$stylevar[imgdir_statusicon]/newicon.gif" alt="$vbphrase[phase for the new icon]" border="0" /></td>
</if>

My coding abilities is low, so if i did something wrong, plz someone help:)

Thnx again