AYUDA CON EL MOD HIDE Y BBCode Box V5.0.0
Publicado: 06 Nov 2007, 23:40
BUENO HERMANOS ESTE ES MI PROBLEMA, ESTOY TRATANDO DE INSTALAR EL MOD HIDE PARA EL FORO:
ESTE ES EL MOD QUE ME BAJE: ESTE ES EL MOD HIDE QUE UTILIZO
BUENO TODO IBA BIEN ,ENCONTRABA LAS LINEAS QUE QUERIA Y HACIA LAS ORDENES HASTA EL ULTIMO ARCHIVO PARA MODIFICAR..(EL 7MO)AQUI LES DEJO LAS LINEAS ESPECIFICAS QUE NO LLEGO A COMPRENDER PARA MODIFICAR:
','
','','','
Find
<td><span class="genmed">
<input type="button" class="button" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onClick="bbstyle(16)" onMouseOver="helpline('w')" />
</span></td>
Add Below : (Don't forget to adapt the "addbbcode" numbers if neccesary ! (exemple: addbbcode18 -> addbbcode20, 20 -> 22, etc)
<td><span class="genmed">
<input type="button" class="button" accesskey="h" name="addbbcode18" value="Hide" style="width: 40px" onClick="bbstyle(18)" onMouseOver="helpline('h')" />
</span></td>
Next, you need to modify all the "addbbcodexx" in the rest of the file. (exemple : addbbcode20 -> addbbcode22)[/code]
BUENO Y AQUI LES DEJO EL CODIGO DE MI ARCHIVO AL CUAL LE TENGO QUE HACER LAS MODIFICACIONES SEGUN LAS INDICACIONES DE ESTE MOD:
EDITO (SuperNovato). Como indican las normas, para más de 50 líneas de código úsese Pastebin (o similar) por favor. Gracias. Qué es Pastebin se ve pinchando en Pastebin
...............
OJALA ME PUEDAN AYUDAR PORFAVOR . DIGANME QUE TENGO QUE HACER YA QUE NO LLEGUE A COMPRENSER LAS ULTIMAS INDICACIONES .BENDIZIONES Y QUE EL FORO SIGA CRECIENDO.
DATOS DEL FORO:
URL: http://www.zionperuclub.net/phpBB2/index.php
Plantilla(s) usuada(s): xaND_NARANJA
MODs instalados: BBCode Box v5.0.0
Versión de phpBB: 2.0.22
Servidor: DE PAGO
Si es una actualización desde otra versión: NO
Si es una conversión desde otro tipo de Foro: NO
ESTE ES EL MOD QUE ME BAJE: ESTE ES EL MOD HIDE QUE UTILIZO
BUENO TODO IBA BIEN ,ENCONTRABA LAS LINEAS QUE QUERIA Y HACIA LAS ORDENES HASTA EL ULTIMO ARCHIVO PARA MODIFICAR..(EL 7MO)AQUI LES DEJO LAS LINEAS ESPECIFICAS QUE NO LLEGO A COMPRENDER PARA MODIFICAR:
Código: Seleccionar todo
-----------------------
7 - In posting_body.tpl // in the Templates/{Used template}/ directory
-----------------------
This part add a button in the dialog box (newtopic,...).
In the list of "// Helpline messages", add :
h_help = "Hide: [hide]message[/hide] (alt+h)";
Find this line :
bbtags = new Array('[b]','[/b]'...
And add at the end :
'[hide]' and '[/hide]'
You will obtain something like this :
bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quoteicy]','[code]','
- ','
- ','
','
');Find
<td><span class="genmed">
<input type="button" class="button" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onClick="bbstyle(16)" onMouseOver="helpline('w')" />
</span></td>
Add Below : (Don't forget to adapt the "addbbcode" numbers if neccesary ! (exemple: addbbcode18 -> addbbcode20, 20 -> 22, etc)
<td><span class="genmed">
<input type="button" class="button" accesskey="h" name="addbbcode18" value="Hide" style="width: 40px" onClick="bbstyle(18)" onMouseOver="helpline('h')" />
</span></td>
Next, you need to modify all the "addbbcodexx" in the rest of the file. (exemple : addbbcode20 -> addbbcode22)[/code]
BUENO Y AQUI LES DEJO EL CODIGO DE MI ARCHIVO AL CUAL LE TENGO QUE HACER LAS MODIFICACIONES SEGUN LAS INDICACIONES DE ESTE MOD:
EDITO (SuperNovato). Como indican las normas, para más de 50 líneas de código úsese Pastebin (o similar) por favor. Gracias. Qué es Pastebin se ve pinchando en Pastebin

...............
OJALA ME PUEDAN AYUDAR PORFAVOR . DIGANME QUE TENGO QUE HACER YA QUE NO LLEGUE A COMPRENSER LAS ULTIMAS INDICACIONES .BENDIZIONES Y QUE EL FORO SIGA CRECIENDO.
DATOS DEL FORO:
URL: http://www.zionperuclub.net/phpBB2/index.php
Plantilla(s) usuada(s): xaND_NARANJA
MODs instalados: BBCode Box v5.0.0
Versión de phpBB: 2.0.22
Servidor: DE PAGO
Si es una actualización desde otra versión: NO
Si es una conversión desde otro tipo de Foro: NO