MyBB Community Forums

Full Version: Forum Announcements
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I was looking to add a small icon next to forum announcements and go from this http://i.imgur.com/ygaDx.jpg to something like this http://i.imgur.com/43FR4.jpg in hopes of drawing a little more attention to it.

Is there anyway in which to do this for announcements? My Forums can be found here.

Thanks!
In template 'forumdisplay_announcements_announcement', replace
<img src="{$theme['imgdir']}/{$folder}.gif" alt=""/>
with
<img src="{$theme['imgdir']}/announcement.gif" alt=""/>

You'll need to upload the announcement.gif image to the theme image dir.
(2011-06-22, 02:56 PM)Aries-Belgium Wrote: [ -> ]In template 'forumdisplay_announcements_announcement', replace
<img src="{$theme['imgdir']}/{$folder}.gif" alt=""/>
with
<img src="{$theme['imgdir']}/announcement.gif" alt=""/>

You'll need to upload the announcement.gif image to the theme image dir.

Thanks! That was what I needed!