Plantilla(s) usuada(s): prosylver
MODs instalados: youtube, miniatura, spoiler
Versión de phpBB: 3.0.1
Servidor: de pago
Mi duda es esta tengo puesto un spoiler, pero me gustaria que al lado del spoiler, si un usuario no esta registrado pusiese: Solo usuarios registrador pueden ver el contenido oculto, gracias

Uso de BBCode
Código: Seleccionar todo
[spoiler]{TEXT}[/spoiler]
Código: Seleccionar todo
<table width="90%" cellpadding="6" cellspacing="0" align="center" class="spoiler">
<tr>
<td>
<span class="genmed" style="font-weight:bold;">Spoiler:</span> <input type="button" value="Mostrar" class="show_hide" onclick="if (this.parentNode.parentNode.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.parentNode.getElementsByTagName('div')[0].style.display = ''; this.value = 'Ocultar'; } else { this.parentNode.parentNode.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.value = 'Mostrar'; }"></td>
</tr>
<tr>
<td align="center">
<div style="display:none; width:90%; text-align:left; border:1px solid #aaa; background:#eee; padding:4px;">
{TEXT}
</div>
</td>
</tr>
</table>
Línea de ayuda
Código: Seleccionar todo
Spoiler]Tu texto aquí[/Spoiler]