Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/mybb-es.com/html/inc/functions.php on line 7422

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/mybb-es.com/html/inc/functions.php on line 7422

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/mybb-es.com/html/inc/functions.php on line 7422

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/mybb-es.com/html/inc/functions.php on line 7422

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/mybb-es.com/html/inc/functions.php on line 7422

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/mybb-es.com/html/inc/functions.php on line 7422
[Tutorial] Barras de Anuncions Como en MyBBSource - MyBB-Es.com
Contrata servicios web en ougcNetwork.
El código es algo así, yo lo tenía cuando tenía foro xD



.anunciobar {
    background: url(images/anunciobar_img.png) no-repeat -6% 58% #e8ffed;
    padding: 15px 80px;
    border: 2px solid #9acb9c;
    margin-bottom: 15px;
    font-size: 14px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;

Espero que te sirva. Ahí solamente le cambias el color.

Este es pal texto:

.anunciobar label {
    color: #309652;
    cursor: default;
    font-weight: bold;
    padding-right: 10px;
}
Equipo de Desarrollo de Skylium Network


[Image: PROMO-DOMINIO.png]



Donde estan las imagenes que adjuntas?
http://vvcap.net/db/36RZT-st1usUyeXr9cGW.htp

Está al pie del mensaje xD

http://mybb-es.com/attachment.php?aid=1240
Equipo de Desarrollo de Skylium Network


[Image: PROMO-DOMINIO.png]



Faltan las imágenes a subir Tongue
No lo he utilizado mucho pero sí se que se puede degradado con CSS Wink
Tengo un problema! agregue al header eso, y ahora no se me ve el foro (osea el header , hize algo mal) te dejo el codigo.

<a name="top" id="top"></a>	
<div id="golge">
	<div id="container">
		<div id="header">                        
			<div class="logo">
				<a href="{$mybb->settings['bburl']}/index.php">{$mybb->settings['bbname']}</a>
			</div>
			<div id="menu">
				<ul>
					<li><a href="{$mybb->settings['bburl']}/portal.php">Principal</a></li>
					<li class="active"><a href="{$mybb->settings['bburl']}/index.php">Forum</a></li>
					<li><a href="{$mybb->settings['bburl']}/search.php">{$lang->toplinks_search}</a></li>
					<li><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a></li>
					<li><a href="{$mybb->settings['bburl']}/calendar.php">{$lang->toplinks_calendar}</a></li>
					<li><a href="{$mybb->settings['bburl']}/misc.php?action=help">{$lang->toplinks_help}</a></li>
				</ul>
			</div>
			{$welcomeblock}
		</div>
		<div id="content">
			{$pm_notice}
			{$bannedwarning}{$imgflotante}
			{$bbclosedwarning}
			{$unreadreports}
			{$pending_joinrequests}
			<navigation>
			<br />
<style type="text/css">

Asi es como esta normalmente, agregue lo del tuto, despues lo saque y ya no me anda mas!
Muy bueno, Gracias por el Tuto, funciona a la Perfecion,

Smile