MyBB Plugin

Ti Skate

Onyx user!
Reputation
0
What is the announcement plugin on top of the forum called?
I can't seem to find it, I always end up getting a crappy one.

Cheers!
 
You can do it with some CSS and HTML :) Then place it in the HEADER TEMPLATE to appear on every page or INDEX TEMPLATE to appear only in the forums list.
 
The Elite said:
Ti Skate said:
What is the announcement plugin on top of the forum called?
I can't seem to find it, I always end up getting a crappy one.

Cheers!

It's a custom code of mine.

Will you be releasing it?
 
Yea Its pretty easy I would say because my friend Gpizzle the Coder for my old site He put that on the site and He said it wasn't that hard at all
Idk if you want his msn he might be able to help you
 
I know someone but I actually don't but I need to post this so I shall.

On-topic, I doubt you could manually code it like two people above have said, as in YOU, YOURSELF.

Maybe search around?
 
I didn't say he coded it but he might have
I really didn't care because It worked perfectly


But I know for a fact he custom coded a Chat box for the site Witch he still has
It is a work of art
 
Crysis said:
I know someone but I actually don't but I need to post this so I shall.

On-topic, I doubt you could manually code it like two people above have said, as in YOU, YOURSELF.

Maybe search around?

Of course you can....

o.o

Code:
<div class="news">YOUR NEWS HERE</div>

.news {
	background: #ADCBE7;
	border-top: 2px solid #0F5C8E;
	border-bottom: 2px solid #0F5C8E;
	padding: 5px;
	text-align: center;
	margin-bottom: 9px;
	text-decoration: none;
	font-weight: bold;
}
 
The Elite said:
Ti Skate said:
What is the announcement plugin on top of the forum called?
I can't seem to find it, I always end up getting a crappy one.

Cheers!

It's a custom code of mine.

Well it is very nice. Did you code it from scratch or modified another plugin?
 
Back
Top