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
Como agregar spoiler y otros botones en mi foro
Angar   7 Jan, 2011, 5:12 pm
#1
http://soul-maker.com/foro/
Version: Mybb 1.6.1

Como agrego la opcion para poner spoiler

[spoiler][/spoiler]

En mi foro

Tambien la opcion para cambiar de formato de BB a redactar osea sin codigo todo se muestra en el mensaje

Muchas gracias
Himura   7 Jan, 2011, 5:43 pm
#2
puedes poner el spoiler usando un MyCode personalizado agreagalo desde el panel de administracion - MyCode personalizado.
Exprecion regular:
Código:
\[spoiler\](.*?)\[/spoiler\]
cambiar por:
Código:
<div style="margin:20px; margin-top:5px"><div class="quotetitle"><b>Spoiler:</b> <input type="button" value="Ver" style="width:45px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Ocultar'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Ver'; }" /></div><div class="quotecontent"><div style="display: none;">$1</div></div></div>
Angar   7 Jan, 2011, 6:25 pm
#3
(7 Jan, 2011, 5:43 pm)Himura escribió: puedes poner el spoiler usando un MyCode personalizado agreagalo desde el panel de administracion - MyCode personalizado.
Exprecion regular:
Código:
\[spoiler\](.*?)\[/spoiler\]
cambiar por:
Código:
<div style="margin:20px; margin-top:5px"><div class="quotetitle"><b>Spoiler:</b> <input type="button" value="Ver" style="width:45px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Ocultar'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Ver'; }" /></div><div class="quotecontent"><div style="display: none;">$1</div></div></div>

Muchas gracias pero como ago para q el boton aparesca arriba en las herramientas del mensaje

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