TinyPortal

Development => Feedback => Bugs/Errors => Topic started by: owvvwo on February 01, 2009, 10:38:25 AM

Title: [bugtracker] block text box error
Post 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


Title: Re: [bugtracker] block text box error
Post by: Zetan on February 01, 2009, 10:56:10 AM
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.
Title: Re: [bugtracker] block text box error
Post by: G6Cad on February 01, 2009, 11:10:14 AM
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  :)
Title: Re: [bugtracker] block text box error
Post by: IchBin on February 01, 2009, 06:02:20 PM
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>';