MyBB Community Forums

Full Version: New style announcement
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Producer: SoniQuake

[Image: 2gv2bz8.png]

Add this, bottom of the global.css
.info {
	background: url(images/info_background.png) 4px 8px no-repeat #fbf8f4;
	padding: 1em 1em 1em 4em;
	margin: 0.5em auto 0 auto;
	border: solid 1px #ddd;
	font-weight: bold;
}

And then add this code to Templates - Your theme's templates - Index Page Templates - index. bottom of the {$header}
<p class="info"><span style="color: #993300;"><strong>Announcement:</strong></span> <a href="THREAD LINK">Your announcement is here.</a> (Announcement date)</p><br />

Sorry for the section. Please move to the correct section. Undecided
What about the image?
info_background.png
(2009-09-15, 01:02 PM)Gordie Wrote: [ -> ]What about the image?

It's now added.
Thanks man!
Well developed.
I have to manually edit the code to get the announcements up there :'( still looks good though. Thanks.
It looks okay, thanks for this Smile