MyBB Community Forums

Full Version: Add "New" icon next to "Forum" with new posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Guys, how would I go about adding a "new" icon next to the forum with new posts?

Example: http://wober.net/
(Blue "New" Icon)

I simply wish to add that feature to the default MyBB Theme.

Any help would be appreciated! Thanks in advance.
Those are the forum status icons, by default there, just redesigned and re-placed.
(2014-01-04, 08:58 PM)effone Wrote: [ -> ]Those are the forum status icons, by default there, just redesigned and re-placed.

Thanks eefone, would you know whereabouts the file is located I can replace them in?
Do you mean something similar to what I have on my forum?
(2014-01-04, 09:39 PM)Dean0bi Wrote: [ -> ]Thanks eefone, would you know whereabouts the file is located I can replace them in?

template:
forumbit_depth2_forum

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

Possible code replace operation hint:
jQuery .html();
(2014-01-04, 09:51 PM)marcus123 Wrote: [ -> ]Do you mean something similar to what I have on my forum?

Do you have a link to your forum Marcus?

Thanks effone I'll have a look.
Yes, it's http://letsforum.com take a look at threads list!!! It shows NEW every time there is a new post you have not seen!
(2014-01-05, 02:00 PM)marcus123 Wrote: [ -> ]Yes, it's http://letsforum.com take a look at threads list!!! It shows NEW every time there is a new post you have not seen!

Ah yes thats it, I would like to do that on my thread list and on the index with the forums
For threadslist in ./images find jump.gif and replace it with yours then open forumdisplay_thread_gotounread and add class if you need to adjust something!
Thanks Smile