Página 1 de 1

Porque no se me pone el Spoiler

Publicado: 09 Abr 2011, 16:44
por Prince Royce
URL: http://ndslife.webege.com/index.php
Versión phpBB: phpBB3 (3.0.8)
MODs Instalados: Adaptive Hide BBcodes
Full Quick Reply Editor
Last Posts Titles
Latest Post In Profile
Smile middle
Tabbed Profiles
Top Posters on Index
board3 Portal
jQuery Quick Edit
Prime BBCode Spoiler
Plantilla(s) usada(s): Prosilver
Servidor: gratuito
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No

Pues si, nose porque en los bbcodes no se me pone el Spoiler, tambien lo hago asi para ver si se puso:

Código: Seleccionar todo

[spoiler]prueba[/spoiler] o [spoil]Prueba[/spoil]
Y ninguno de los dos me funciona, y ven que tengo el Prime BBCode Spoiler instalado :S

Re: Porque no se me pone el Spoiler  Tema Solucionado

Publicado: 09 Abr 2011, 16:48
por zoby
Prince Royce escribió:Y ninguno de los dos me funciona, y ven que tengo el Prime BBCode Spoiler instalado :S
Si te fijas, las instrucciones del MOD dicen
Install MOD escribió:Go to the Administration Control Panel and navigate to the "Posting" tab, then
to the "BBCodes" section. Click the "Add a new BBCode" button. The following
page is where you are to enter the information for the new BBCode.

(1) In the "BBCode usage" area, enter the following:
{TEXT1}
{TEXT2}
(2) In the "HTML replacement" area, enter the following:
<div class="spoiler"><div class="spoiler-top"><a href="#toggle_spoiler" class="spoiler-link" onclick="return(spoilerToggle(this));">{L_PRIME_BBCODE_SPOILER_SHOW}</a> {L_PRIME_BBCODE_SPOILER}: <span class="spoiler-title">{TEXT1}</span></div><div class="spoiler-box" onclick="spoilerToggle(this);"><div class="spoiler-hidden">{TEXT2}</div></div></div>

(3) In the "Help line" area, enter the following:
Note:
optional title
hidden text
(4) In the "Settings" area, check the box for "Display on posting page" if
you want a "spoiler=" button placed alongside the other BBCode buttons.

When that's all filled out, click "Submit". Now, we're going to create one more version of
this BBCode, so create a new BBCode and enter this information:

(1) In the "BBCode usage" area, enter the following:
Spoiler
{TEXT}
(2) In the "HTML replacement" area, enter the following:
<span class="spoiler"><span class="spoiler-box" onclick="spoilerToggle(this);"><span class="spoiler-hidden">{TEXT}</span></span></span>

(3) In the "Help line" area, enter the following:
Note:
Spoiler
hidden text
(4) In the "Settings" area, check the box for "Display on posting page" if
you want a "spoiler" button placed alongside the other BBCode buttons.

When that's all filled out, click "Submit". Now, if you want the spoiler box
height to shrink when the text is hidden, then open the included JavaScript
file "prime_bbcode_spoiler.js", find "spoiler_collapse = false", and change the value
to "true". Note that only the block-level spoilers will collapse; inline
spoilers will not.
Como seguramente lo has añadido con Automod, no se te abran añadido los bbcodes, así que debes de instalar los BBCodes :chulo:
Off Topic

Muevo el tema a soporte de modificaciones

Re: Porque no se me pone el Spoiler

Publicado: 09 Abr 2011, 17:00
por Prince Royce
Oh Zoby te amo xDD
Muchas gracias :D
Duda resuelta