PDA

View Full Version : Help! How do I put in manual status icons in forumhome?


GameArtisan
07-07-2007, 09:27 PM
Hi, does anyone know how to edit the code in forumhome to make this attached image work?

In admincp, if I make the forum non-Active, then it won't appear in the forumhome page. So if I then insert a table manually and put in images for each forum, I can easily link them to their respectif forumid.

However, is it possible to make the new-posts or no-new-posts status icons work?

On forumhome template, I tried:

<td width="50" align="center" valign="middle" id="$forum[5]" /><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[5]" /></td>

<td width="170"><a href="#" target="_self"><img src="images/icons/school_1.gif" width="170" height="30" border="0" /></a></td>

This... didn't do anything:(
Anyone know how to make this code work?

- Artisan