( ! ) 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.0001378440{main}( ).../showthread.php:0
20.0001403368require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00861732688pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00861732720google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00881733440preg_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.0001378440{main}( ).../showthread.php:0
20.0001403368require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00861732688pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00861732720google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00911734320parse_str( $string = NULL, $result = NULL ).../redirect.php:315
Ayuda para Cambiar Esto..

Ayuda para Cambiar Esto..
Buenas resulta que he querido Cambiar esto [ align=center ] [/ align] [ align=right ] [/ align] [ align=left ] [/ align] Reemplazarlo por: [cent...

Buenas resulta que he querido Cambiar esto

[ align=center ] [/ align]
[ align=right ] [/ align]
[ align=left ] [/ align]

Reemplazarlo por:
[center] [/center]
[right] [/right]
[left] [/left]

Yo tengo agregado un MyCode para que funcione sin el Align que es
Expresion Regular:
\[(left|center|right)\](.*?)\[/\1\]

Remplazar Por:
<div style="text-align: $1;">$2</div>

Yo quiero que en el Editor Utilize por defecto sin el Align.
Espero que me puedan ayudar
YA LO HICEE.. TEMA SOLUCIONADO