FCKeditorX textarea too short

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
1dMN

FCKeditorX textarea too short

Post 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.
Piratos

Re: FCKeditorX textarea too short

Post 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.
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

Re: FCKeditorX textarea too short

Post 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..
Last edited by megabob3 on Fri Nov 11, 2005 1:44 pm, edited 1 time in total.
1dMN

Re: FCKeditorX textarea too short

Post 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...
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

Re: FCKeditorX textarea too short

Post 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.
jumpvideo

Re: FCKeditorX textarea too short

Post 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.
pishkus

Re: FCKeditorX textarea too short

Post 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! ;)
jumpvideo

Re: FCKeditorX textarea too short

Post by jumpvideo »

Installed FCKeditorX but now I get File Not Found error where content box should be. Any ideas?
Locked

Return to “CMSMS Core”