( ! ) Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/inc/plugins/google_seo/redirect.php on line 298
Call Stack
#TimeMemoryFunctionLocation
10.0001378552{main}( ).../showthread.php:0
20.0002403480require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00561729168pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00571729200google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00581729952preg_replace( $pattern = '/\\?([^&?=]+)([=&])/u', $replacement = '&$1$2', $subject = NULL ).../redirect.php:298

( ! ) Deprecated: parse_str(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/mybb-es.com/inc/plugins/google_seo/redirect.php on line 315
Call Stack
#TimeMemoryFunctionLocation
10.0001378552{main}( ).../showthread.php:0
20.0002403480require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00561729168pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00571729200google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00681730832parse_str( $string = NULL, $result = NULL ).../redirect.php:315
Consulta: Problema con plugin "Newsbar"

Consulta: Problema con plugin "Newsbar"

Hola chicos, soy nuevo por aqui y espero llevarme bien con ustedes.
Bueno quería hacerle una preguntita:

Verán, he instalado el plugin "Newsbar" en el foro de mi web (al cual pueden acceder haciendo click aquí), pero ...

¡¿Cómo ****** se coloca la noticia en la barra?!

Les agradesco de antemano resolver mi duda Smile
Vas a Panel Admin/Plantillas y Estilos/Plantillas/Index.php o portal.php(segun en cual quieres que salga)
Y ahi pones

Busca:
Código:
$headerinclude}
Y una linea después añade:

Código:

<style type="text/css">
.newsbar {
    background: #fff6bf;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
    text-align: center;
    margin: 10px auto;
    padding: 5px 20px;
    font-weight: bold;
}
</style>
Busca:

Código:

{$header}
Y Añade una linea después:

Código:

<p class="newsbar">TU ANUNCIO IMPORTANTE AQUI</p>

Saludos Tongue
Esto esta explicado en otro post:
http://www.mybb-es.com/showthread.php?tid=6 Por Invanit
Jeje gracias aeroxis, es mejor hacerlo asi Big Grin