Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Customization Tutorial Colorful NewsBar
Author Message
Conor Calby Offline
Posting Freak
*****

Posts: 946
Joined: Jan 2010
Reputation: 15
Post: #1
Colorful NewsBar
If you go to MyBB's forum, you will notice the bright colorful newsbar. Well, you can easily make these as well. This tutorial will add these newsbars to every forum page, not just the index so please see the demo below.

Demo - Here

First, Go to
Quote:ACP>>Templates>>**Your Theme**>>Head Templates>>Header
and add
PHP Code:
<class="newsbar">Your Important Announcement Here</p
somewhere in the header (I recommend the bottom Wink)
Notice the <p class="newsbar"> This is the name of this newsbar. If you have more than one, you can name this to something like "Charlie" and then you can have more than 1 newsbar on your forum. Now save that template

Second, go to
Quote:ACP>>Templates>>**Your Theme**>>Ungrouped Templates>>HeaderInclude
At the bottom, add
PHP Code:
<style type="text/css">
.
newsbar {
    
background#00BFFF;
    
border-top2px solid #1E90FF;
    
border-bottom2px solid #1E90FF;
    
text-aligncenter;
    
margin10px auto;
    
padding5px 20px;
    
font-weightbold;
}
</
style
Again, notice the .newsbar { , if you are going to have another newsbar and use the name above for it (Charlie) you would replace newsbar with Charlie.
Save this template then check out your forum 001_smile

Regards,

--Conor

MyBBSource Support Team Member - MyBBSource Tutorials Team Leader
Official MyBB Support Tech
If I helped, why not rep me 001_smile
05-29-2010, 11:59 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Don+ Offline
Member
***

Posts: 68
Joined: Aug 2010
Reputation: 0
Post: #2
RE: Colorful NewsBar
If an screenshot added, it will be more good. Thanks any way 001_smile
08-21-2010, 10:21 AM
Find all posts by this user Quote this message in a reply
LiNUX Offline
Junior Member
**

Posts: 9
Joined: Nov 2010
Reputation: 0
Post: #3
RE: Colorful NewsBar
simple tutorial but nice..
thanks for this
12-21-2010, 05:01 AM
Find all posts by this user Quote this message in a reply
darkness Offline
Junior Member
**

Posts: 7
Joined: Jan 2011
Reputation: 0
Post: #4
RE: Colorful NewsBar
oh yes
thanks man
01-06-2011, 10:13 PM
Find all posts by this user Quote this message in a reply
members Offline
Junior Member
**

Posts: 42
Joined: Jan 2011
Reputation: 0
Post: #5
RE: Colorful NewsBar
A nice screen shot would be helpful, nice tut also.
01-07-2011, 05:44 AM
Find all posts by this user Quote this message in a reply
b0r1swh Offline
Junior Member
**

Posts: 14
Joined: Jan 2011
Reputation: 0
Post: #6
RE: Colorful NewsBar
nice one dude ^^
01-10-2011, 12:06 AM
Find all posts by this user Quote this message in a reply
RickyTheBest Offline
Junior Member
**

Posts: 5
Joined: Jan 2011
Reputation: 0
Post: #7
RE: Colorful NewsBar
Nice Big Grin
01-11-2011, 05:41 AM
Find all posts by this user Quote this message in a reply
Mazi1577 Offline
Junior Member
**

Posts: 33
Joined: Jun 2010
Reputation: 0
Post: #8
RE: Colorful NewsBar
Very nice Big Grin
01-17-2011, 06:59 AM
Find all posts by this user Quote this message in a reply
trial Offline
Junior Member
**

Posts: 21
Joined: Oct 2010
Reputation: 0
Post: #9
RE: Colorful NewsBar
will try it, thanks for your contribution!
01-18-2011, 06:09 AM
Find all posts by this user Quote this message in a reply
Elite Dash Offline
Junior Member
**

Posts: 4
Joined: Jan 2011
Reputation: 0
Post: #10
RE: Colorful NewsBar
Any screenshot mate?
01-18-2011, 05:49 PM
Find all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)