MyBB Community Forums

Full Version: New Posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using the ficons and I love how my forum looks with it but I was wondering is there a mod or something that is like a small icon that I can put next to the forum name to tell me that there is a new post I dont want to use two icons and some of my members dont like going to and clicking new posts to find the new stuff. is there anything like this or am I still dreaming
It can be done with a template edit, presuming it's the site on your profile all you need to do is....

In forumbit_depth2_forum and forumbit_depth2_cat find:
{$forum['name']}

Add before or after:
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />

Then replace the on.gif off.gif and offlock.gif images in the your themes image folder with whatever you want to use.
Thank you I will try this out
thank you they work great you are the best I gave you some rep for that one