Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mybb Announcement
#1
How do I make an announcement with that colored banner that looks like a PM notification?
Robert Picard
http://www.rpicard.net
Reply
#2
http://mods.mybboard.net/view/emergency-message-system

I like that mod the most, but it's just css with a little html ;).
Reply
#3
Thanks, if it works +rep. Thumbsup
Robert Picard
http://www.rpicard.net
Reply
#4
There is another one but this one has multiple colors so I usually recommend it over the other one.
Reply
#5
Ha ha thanks, I've been looking for that forever. +rep is on the way.
Robert Picard
http://www.rpicard.net
Reply
#6
I agree with EMS, I'm using it on one of my forums, it's great if you have different announcements to make.
Do you know how to make games? Do you know 3d Modeling? If so then visit
[Image: logo.png]
Reply
#7
Yeah I'm using it now.
Robert Picard
http://www.rpicard.net
Reply
#8
You are better off just adding manual html to the header template. Adding plugins to do someone a template edit can do is a waste of resources.
Superman I am here to rescue you.
This is Support Forums not Support PMs.  Do not PM me for support unless it's private and site related.
Reply
#9
IMHO I love the one on mybb source I wonder how you get that gradient effect....
[Image: signature.php?uid=1]
Reply
#10
When adding the CSS you would just make the image and depending on your template, you could make an image, and then add a CSS property (then adding the Div id to your header template) something like:
Code:
.message {
    background: url(images/image.png) top left repeat-x;
    width: 200px;
    color: #000000;
    border: 1px solid #000000;
    border-top: 0;
    margin: auto auto;
    text-align: left;

Then add it to your header template where you want it. Edit width as you want it. You could also remove top left repeat-x if you made the image the actual size you want it to be, I usually do 1px wide by however tall I want it and have the repeat.

You can add a gradient to it. This may not be the exact proper way, but, it works, and if you compress the image when you make it, you wouldn't have much of an added load time/bandwidth usage.
Do you know how to make games? Do you know 3d Modeling? If so then visit
[Image: logo.png]
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to Make your MYBB Central Plugin Compatible with new Mybb Billy Mays 3 1,894 07-12-2011, 06:40 PM
Last Post: Billy Mays

Forum Jump:


Users browsing this thread: 1 Guest(s)