MyBB Community Forums

Full Version: Changing the "Forum contains new posts" icon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hiya, so I've been searching for quite a while to see if i could somehow change this icon. If you know how to do this it would  be great if you could tell me, thanks!
Templates > Your theme > Forumbit Templates > forumbit_depth2_cat and forumbit_depth2_forum

Looks like FontAwesome so look for the word "comments" and change it for one here https://fortawesome.github.io/Font-Awesome/cheatsheet/
(2016-04-29, 07:51 PM)iAndrew Wrote: [ -> ]Templates > Your theme > Forumbit Templates > forumbit_depth2_cat and forumbit_depth2_forum

Looks like FontAwesome so look for the word "comments" and change it for one here https://fortawesome.github.io/Font-Awesome/cheatsheet/

The theme is actually Flatty, sorry for not mentioning it. That's the file you mentioned

<tr>
<td class="{$bgcolor}" align="center" width="1"><div class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"><i class="fa fa-comments"></i></div></td>
<td class="{$bgcolor}">
	
<a href="{$forum_url}" class="ttip">{$forum['name']}<span class="ttbg">{$forum['description']}</span></a>{$forum_viewers_text}{$modlist}{$subforums} <br />

</td>
<td class="{$bgcolor}" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" align="right" style="white-space: nowrap;">{$lastpost}</td>
</tr>
Replace comments here <i class="fa fa-comments"></i> with one from https://fortawesome.github.io/Font-Awesome/cheatsheet/

Do the same in forumbit_depth2_cat
(2016-04-29, 10:00 PM)iAndrew Wrote: [ -> ]Replace comments here <i class="fa fa-comments"></i> with one from https://fortawesome.github.io/Font-Awesome/cheatsheet/

Do the same in forumbit_depth2_cat

Thanks this worked! Another question, is there a way to have 2 different icons? So one for "no new posts" and one for "new posts" because its slightly hard to see the difference here's how it looks atm: example.