[phpbb] Problema con lo spoiler
salve ho installato phpBB ma nn essendoci lo spoiler sn andato ad aggiungerlo io mettendo queste indicazioni
BBCode:[spoiler]{TEXT1}[/spoiler]
HTML:<div id="spoiler"><div><font size="4"></font><input type="button" value="Spoiler" style="width:100px;font-size:12px;margin-left:10px;margin-bottom:3px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName(' div')['show'].style.display != '') { this.parentNode.parentNode.getElementsByTagName('d iv')['show'].style.display = ''; this.parentNode.parentNode.getElementsByTagName('d iv')['hide'].style.display = 'none'; this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('d iv')['show'].style.display = 'none'; this.parentNode.parentNode.getElementsByTagName('d iv')['hide'].style.display = ''; this.innerText = ''; this.value = 'Show Spoiler!'; }" />
<div id="show" style="display: none; background-color:transparent; background-repeat:repeat; margin: 0px;border-style:solid;border-width:1px; padding: 4px; width:98%">
{param}</div>
<div id="hide"></div></div></div>
Testo di aiuto: Spoiler: [spoiler]Message[/spoiler]
ma quando vado ad usarlo sul forum lo spoiler c'è ma nn c'è il testo che avevo inserito io,al posto del testo mi esce sta scritta: {param}
potete aiutarmi?magari mi date i codici precisi....