It is not an template edit but a database edit.
I have changed the types VARCHAR(255) of the colums NEWPOSTEMAIL and NEWTHREADEMAIL in the table Forum to LONGBLOB which stands for LONG BINARY LARGE OBJECTS !
A LONGBLOB-field can hold up to 4,294,967,295 characters .
You can have also other binary field types such as mediumblob (which can hold up to 16,777,215 bytes), blob (which can hold up to 65535 characters), and tinyblob (which can hold up to 255 characters).
Now it works fine......cya
|