TinyPortal
Development => Feedback => Bugs/Errors => Topic started by: owvvwo on February 01, 2009, 10:38:25 AM
i am using FCKeditor
in blocks i cant use <textarea></textarea>codes
if used blocks goes wrongly
That's the editor, which is used by TP, but we don't make it. I'm sure we are either using, or going to be using a different editor.. I'm not sure as I don't use it, I have it switched off.. because of things like what you found.
Just what Zetan say, FCKeditor is no longer supported as it's going to be changed in the next release of to to another editor thats a lot lighter and better to IMHO :)
Quote from: owvvwo on February 01, 2009, 10:38:25 AM
i am using FCKeditor
in blocks i cant use <textarea></textarea>codes
if used blocks goes wrongly
In the mean time you can use this work around in PHP to get <textarea> to work
echo '<text'.'area>';