( ! ) 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.0002378584{main}( ).../showthread.php:0
20.0002403512require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00461726560pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00461726592google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00471727344preg_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.0002378584{main}( ).../showthread.php:0
20.0002403512require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00461726560pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00461726592google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00501728224parse_str( $string = NULL, $result = NULL ).../redirect.php:315
Tutorial: Borrar la opción de invisible

Tutorial: Borrar la opción de invisible
El otro día hicieron un post para que solucionar esto, y aquí traigo el tutorial. Que se necesita: Cerebro, y 3 minutos libres. Dificultad: 2/10 ...

El otro día hicieron un post para que solucionar esto, y aquí traigo el tutorial.

Que se necesita: Cerebro, y 3 minutos libres.
Dificultad: 2/10


Primero:
Ves a ACP --> Estilos y Plantillas --> Plantillas --> Tu theme --> Control de panel de usuario templates --> usercp_options'. Ahora, busca este código y bórralo:
Código:
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="1" {$invisiblecheck} /></td>
<td><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td>
</tr>

Ahora, ves a 'ACP --> Estilos y Plantillas --> Plantillas --> Tu theme --> Plantillas de miembro --> member_register'. Busca y borra:
Código:
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="1" {$invisiblecheck} /></td>
<td valign="top"><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td>
</tr>

Ahora los usuarios no pueden elegir la opción invisible. Ahora, acciona esta "query" por decirlo así en el PHPMyAdmin:
Código PHP:
UPDATE `mybb_usersSET `invisible` = '0' WHERE `invisible` = '1' 

Créditos: LearnMyBB
http://www.learnmybb.com/forums/Thread-H...ble-option
xd pero solo dices que hay que ir

pon si se tienen que eliminar o cambiar
:)
lol es muy cierto...

Qué se tiene que hacer con ese código?

Dejo el Tutorial por si acaso, en caso de que ya me hayan desesperado los invisibles. xD
bueno no es mala onda pero esque esto es copia y pega, expecifica mas aroix
ok (Si Quieres Edita El Primer post)


Miren Solo Hay Que Eliminar El Contenido Indicado Por Aeroxis

y Luego Correr El Query Para Que Todos Los Invisibles Esten Visibles
:)