|
|
|
PabloAM
|
|
|
Enviado: 08/01/2007 a las 00:01 |
|
Novato
Karma: 0 (0 Votos)
Registrado: 05/10/05
Mensajes: 12
Estado: Desconectado Ultima visita: 12/01/07 |
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
|
|
|
Enviado: 08/01/2007 a las 01:01 |
|
Novato
Karma: 0 (0 Votos)
Registrado: 05/10/05
Mensajes: 12
Estado: Desconectado Ultima visita: 12/01/07 |
To sum up what you need to do (just wanted to ref the source ) 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.
|
|
|
|
|
|
|