Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
Tutorial: Borrar la opción de invisible
Aeroxis   25 Oct, 2009, 10:06 am
#1
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:
<?php 
UPDATE
`mybb_users` SET `invisible` = '0' WHERE `invisible` = '1'

Créditos: LearnMyBB
http://www.learnmybb.com/forums/Thread-H...ble-option
Cluster   25 Oct, 2009, 10:49 am
#2
xd pero solo dices que hay que ir

pon si se tienen que eliminar o cambiar

:)
Angelbg   25 Oct, 2009, 4:16 pm
#3
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
Chava   25 Oct, 2009, 6:19 pm
#4
bueno no es mala onda pero esque esto es copia y pega, expecifica mas aroix
Cluster   26 Oct, 2009, 8:27 am
#5
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

:)
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.