Page 1 of 1

FCKeditorX textarea too short

Posted: Fri Nov 11, 2005 11:22 am
by 1dMN
Hi,
I installed FCKeditorX_0_9_7b8 but still remains this problem: the textarea where I edit contents is too short, so text and images (with right alignment) finish under the textarea, and there's no horizontal scrollbar.
I cannot view all text edited and images enclosed. Who can help me?

Thank you.

Re: FCKeditorX textarea too short

Posted: Fri Nov 11, 2005 12:08 pm
by Piratos
I have the same problem only with IE.
If you click in the text and use the cursor you can scroll.

With Firefox i have the problem that i cannot edit sometimes a content (i only can add words but nothing delete).

The Optic between Firefox and IE is very different.

Re: FCKeditorX textarea too short

Posted: Fri Nov 11, 2005 1:35 pm
by megabob3
1dMN wrote: Hi,
I installed FCKeditorX_0_9_7b8 but still remains this problem: the textarea where I edit contents is too short, so text and images (with right alignment) finish under the textarea, and there's no horizontal scrollbar.
I cannot view all text edited and images enclosed. Who can help me?

Thank you.
I founded the BUG :), wait beta10. Was a stupid thing.

If you wanna do yourself do this:

go into "FCKeditorX.module.php"

find this function

function WYSIWYGTextarea ($name='textarea', $columns='80', $rows='15', $encoding='', $content='', $stylesheet='' )


and insert this line code as first instruction:

echo " ";


You can see it here:
http://www.awakening.it/cmsms_dl/admin/

User: admin
Pass: admin


Bye Roberto..

Re: FCKeditorX textarea too short

Posted: Fri Nov 11, 2005 1:48 pm
by 1dMN
megabob3 wrote:
1dMN wrote: Hi,
I installed FCKeditorX_0_9_7b8 but still remains this problem: the textarea where I edit contents is too short, so text and images (with right alignment) finish under the textarea, and there's no horizontal scrollbar.
I cannot view all text edited and images enclosed. Who can help me?

Thank you.
I founded the BUG :), wait beta10. Was a stupid thing.

If you wanna do yourself do this:

go into "FCKeditorX.module.php"

find this function

function WYSIWYGTextarea ($name='textarea', $columns='80', $rows='15', $encoding='', $content='', $stylesheet='' )


and insert this line code as first instruction:

echo " ";


Bye Roberto..
YESSSS!!!!! Roberto you're great! One beer waits you here at my office.
Però mi sembri italiano, quindi ti saluto con ciao, grazie e a presto!
P.S.: magari ti scrivo via mail...

Re: FCKeditorX textarea too short

Posted: Fri Nov 11, 2005 1:51 pm
by megabob3
Piratos wrote: .....
With Firefox i have the problem that i cannot edit sometimes a content (i only can add words but nothing delete).
......
This happen also to me, but non always.

By the way.

After ADDED something you can DELETE.

See You Roberto.

Re: FCKeditorX textarea too short

Posted: Mon Nov 28, 2005 7:48 am
by jumpvideo
I have just installed CMS and have this same problem. I downloaded FCKeditorX but can find no instructions on installation. Where can I find instructions on installing FCKeditorX.

Re: FCKeditorX textarea too short

Posted: Mon Nov 28, 2005 8:41 am
by pishkus
using any FTP client copy the unarchived FCKeditor folder to Your cms instal dir modules folder.
then go to admin and in upper menu choose Extensions/Modules and click install near to FCKeditor name. then go to Site Admin/User Preferences and choose fck as your default wysiwyg editor.

enjoy! ;)

Re: FCKeditorX textarea too short

Posted: Mon Nov 28, 2005 4:23 pm
by jumpvideo
Installed FCKeditorX but now I get File Not Found error where content box should be. Any ideas?