MyBB Community Forums

Full Version: Phenomenons plugins for MyBB 1.4 *UPDATED: Language files*
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7
This plugin is incompatible with MyBB 1.4
whats new in 1.1?
@Azagthoth:

No problem. In your source I found two css definitions of newsbar. The first is for my News Bar plugin and the second is for your WIKI modification. The second will overwrite the first! Rename one and you're fine!

This piece of code will load newsbar.css from themes (within newsbar definition):
<link type="text/css" rel="stylesheet" href="http://www.animemaniax.uni.cc/css.php?stylesheet=24" />

This piece of code is yours for the WIKI modification (This will overwrite the definition from newsbar.css!):
<style type="text/css">
.newsbar {
	background: #D6ECA6;
	border-top: 2px solid #8DC93E;
	border-bottom: 2px solid #8DC93E;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	font-weight: bold;
}
</style>

Simply rename it to newsbar2 and change the class of your second news bar:
<style type="text/css">
.newsbar2 {
	background: #D6ECA6;
	border-top: 2px solid #8DC93E;
	border-bottom: 2px solid #8DC93E;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	font-weight: bold;
}

...

<p class="newsbar2">Actualizando Mensaje</p>

@clocktower:

Sorry, I can't reproduce your error on my MyBB installation. I'm running MyBB 1.4.1 and it works fine for me.

@KiLLMasTer:

This version is full configurable. You can choose to use the portal settings to pull the anouncements from or your own settings. You can display the news bar globally and you can define the date and time formats. I added also a default stylesheet to the theme.
Thanks Problem solved

Salutes!!!
RELEASED: Username Style Plugin

This plugin will add the username style to your portal, forum index and thread index page.

Download link for Username Style Plugin in first post updated! =)
Username style 1.0 works like a charm! Thanks! Can I request one thing though - can you make it work on subforums too?
There is an error after activating the newsbar plugin

.../inc/languages/Sprachauswahlbox/board_messages.lang.php does not exist

This message is shown instead of the plugin list.

It seems that there is some link to a german language variable.

After renaming newsbar.php to newsbar.php.orig all is ok.

This error didn't happen with version 1.0
Loving the username styles plugin, been wanting that for so long!! Big Grin
@Snorlaxative: Thanks! I'll have a look on the subforums routine!

@Jorgo: Looks like you have a problem with the Board Messages Plugin from Musicalmidget. Try to put a copy of the language files into each language directory you have!

@Matt_: Thanks Matt_! =)

*UPDATE*

There's an updated version available! This will fix the bug that removed the moderators line on subforum display. Thanks Snorlaxative!

Updated file is currently awaiting validation!
News Bar plugin updated to version 1.1.1. Read here!
Pages: 1 2 3 4 5 6 7