( ! ) 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.0001378408{main}( ).../showthread.php:0
20.0001403336require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00431732768pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00431732800google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00451733520preg_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.0001378408{main}( ).../showthread.php:0
20.0001403336require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00431732768pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00431732800google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00471734400parse_str( $string = NULL, $result = NULL ).../redirect.php:315
Como editar el portal?

Como editar el portal?
-Url: http://www.modgsm.net -Version: 1.4 -Actualizacion: No -Informacion del Problema: Estuve leyendo el siguiente tema creado en el foro pero no...

-Url: http://www.modgsm.net
-Version: 1.4
-Actualizacion: No
-Informacion del Problema: Estuve leyendo el siguiente tema creado en el foro pero no logro saber como pegarlo, alguien me explicaria?

Saludos AlanB!
Simplemente pega este código en la plantilla de portal:
Y edita donde dice "titulo de tu bloque" por el titulo de tu bloque. Y tambien "Contenido de tu bloque" por el contenido de tu bloque Smile
Código:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>"Título de tu bloque"</strong></td>
</tr>
<tr>
<td class="trow1">
"Contenido de tu bloque"
</td>
</tr>
</table>
<br />
Solucionado Wink Gracias! Antes de que cierren este post, como hago para que aparezca el nombre del foro al que pertenece el tema? es decir como se hace el llamado a la url del foro?

Probe con {$forum['name']} pero no aparece...

Saludos!