Tema: ¿Como desactivar el "Visual Mode" ?
PabloAM

Novato
Novato
Mensajes: 12

Enviado:
8.ene 2007 - 00:41

Buenas, esa es mi pregunta ^_^

A ver como se puede descativar esta funcion tan """util"""...

Ya que mi foro pnphpBB2 no se traga NADA de html y el post nuke si.

Un saludo
PabloAM

Novato
Novato
Mensajes: 12

Enviado:
8.ene 2007 - 01:33

To sum up what you need to do (just wanted to ref the source tongue ) you need to modify your header documents, found in /modules/AutoTheme/templates/postnuke. Edit the file you selected in the "DOCTYPE Template" option in the theme configuration. If you have left that option blank, edit them all... b/c i do not know which is referenced by default.

You are looking to remove the following lines

Code

VISUAL=0; FULLCTRL=1; SECURE=1; USETABLE=1;
USEFORM=1; LANGUAGE="language.js";




They were around line 30, not that the docs are long enough for it to be hard to find >.<

this will keep the pop up from occuring.