If you are experiencing problems with WYSIWYG editor that is because i forgot to fix that in the release package
in the
journal_submitentry template find:
HTML Code:
return validate()
replace that with:
HTML Code:
return validatePost(this, this.title.value, 3, 2000);
in the
journal_startpage template find:
HTML Code:
return validate()
replace that with:
HTML Code:
return validatePost(this, this.etitle.value, 3, 2000);
in the
journal_edit_entryinfo template find:
HTML Code:
return validate()
replace that with:
HTML Code:
return validatePost(this, this.etitle.value, 3, 2000);
I have also attached the updated upgrade and install template xml files.
zip has been updated.