Jump to content

editor area too small to use


Guest blake

Recommended Posts

Sorry, I'm sure this has been asked many times before but I couldn't find the thread (I did read the faq, really!)

How do I make the editor area larger in my new cubecart installation? At two lines tall I can hardly use it. Thanks ... I've been sniffing around shopping carts for far too long now, and I'm really excited that cubecart seems to do everything I need when you factor in some mods.

Oh, except the SEO mod ... looking forward to that. :rolly:

Anyhow, appreciate any hints on editing the word editor.

Link to comment
Share on other sites

OK M8 here's the fix:

admin/includes/rte/fckeditor.php

around line 36

$this->InstanceName = $instanceName ;

$this->BasePath = '/FCKeditor/' ;

$this->Width = '100%' ;

$this->Height = '200' ;

$this->ToolbarSet = 'Default' ;

$this->Value = '' ;

Here's what I changed mine to:

$this->InstanceName = $instanceName ;

$this->BasePath = '/FCKeditor/' ;

$this->Width = '750' ;

$this->Height = '800' ;

$this->ToolbarSet = 'Default' ;

$this->Value = '' ;

Link to comment
Share on other sites

robans solution is the proper one but try this

Open admin/includes/rte/fckeditor.php

Search for

$this->Height= '200' ;

Replace 200 (height) with a higher value. 400-500 is good.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...