Ouch! That hurt!
Quote:
Yes put it to all three files, but you have to change the template names. That should be logic.
|
I took out the code for setting the option for the editor in my registeradult template and put this code in it instead like you instructed.
Quote:
you put this to your registration template called : registeradult and if you use the coppa form also put it in registercoppa.
Just have a look to this templates and put it right behind the other similar fields, e.g.
<input type="hidden" name="showavatars" value="yes">
|
And done!

Thank you very much for all of the help.
Quote:
in phpmyadmin run this query to set it off!
PHP Code:
alter table user
alter column enablewysiwyg set default '0';
:classic:
|