Quote:<tr><td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td><td class="{$bgcolor}" valign="top"><strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div></td><td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td><td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td><td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td></tr>
I want to put this as a no new post icon
![[Image: f_ballm_646afe9.png]](https://camo.mybb.com/4a96be965eddb2c6012cd96f0d60cac514c347f7/687474703a2f2f696d6730312e7069636f6f646c652e636f6d2f696d672f696d6730312f332f342f32362f64656f7879732f665f62616c6c6d5f363436616665392e706e67)
and I want this as a new post icon
![[Image: f_masterballm_d307206.png]](https://camo.mybb.com/0e2c04afcaf2a82b1e4bb3ad79e4c1768b336718/687474703a2f2f696d6731382e7069636f6f646c652e636f6d2f696d672f696d6731382f332f342f31312f64656f7879732f665f6d617374657262616c6c6d5f643330373230362e706e67)
Just replace the current ones in your theme's images folder.
Can you show me where the theme's image folder is?
It's just ./images/ in your file manager/FTP... the folder called 'images'.
If you're still on CreateBB you don't have access to this.
I'm still hosted by CreateBB, how do you do it when yourhosted by CreateBB?
You can't really as far as I know.
Because of the way it's done.
Quote:<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />
The bold bit is what determines whether it shows the on, off, or offlock image. Generally people just replace the default image with another one with the same name, so it just updates itself. Unless you don't want the on/off image to change when there are/aren't new posts, I don't think you can do it...