Jump to content

Increasing Input Box size in CPA Homepage


Guest stephen71

Recommended Posts

Guest stephen71

Hi,

I'm sure this has been answered before ( but i can't find it ).

Is it possible to increase the rich text input box in the admin section to allow me to see more of the input area ?

I'm finding it a bit frustrating zipping up and down the scroll bar.

Version 3.0.8 ( which is superb !!! )

Thanks

Link to comment
Share on other sites

Hi there and welcome,

i also searched for it but couldnt find it :D

Well i saved it on my PC so here it is :D

Go to:

admin/includes/rte

open both fckeditor.js and fckeditor.php

change the width and height to your requirements and upload.

Hope this helps :D

Link to comment
Share on other sites

From a new tutorial I'm working on . . .

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Change Window Size for FCKEditor (Rich Text Editor)

- With Help from EvilHomer http://www.316designs.co.uk/

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Is the window size for the Rich Text Editor you use in your

ACP too small? Here are some settings to enlarge it.

1. OPEN admin/includes/rte/fckeditor.php

2. FIND the following line of code at about line 39:

$this->Height = '200' ;

3. CHANGE THE VALUE from 200 to 400, or some other value until

the window is of a size to suit you. You can test the setting by

saving and uploading the file, and viewing the editor on the add

or edit products page.

4. SAVE and UPLOAD the file to your webserver.

5. OPEN admin/includes/rte/fckeditor.js

6. FIND the following line of code at about line 31:

this.Height = height || '200' ;

7. CHANGE THE VALUE from 200 to the same value you set in step 3

above for fckeditor.php.

8. SAVE and UPLOAD the file to your webserver.

END of mod.

// I'm looking forward to publishing this one; it will be sort of an FAQ full of minor mods and tweaks for frequently resolved issues :D

Link to comment
Share on other sites

LOL :D

No my friend, just so happens I'm working on a publication today that will have 25 minor mods and tweaks, and that just happens to be one of them.

These will be simple mods that folk have asked about, some of it very elementary stuff, and hopefully easy to understand regardless of skill level :D

Link to comment
Share on other sites

  • 1 month later...
Guest DocRocks

Mark - let me add my thanks. And to make it even better, the topic I was looking for was on the first page of Search results.

Link to comment
Share on other sites

  • 9 months later...
Guest jamie750

just what i was looking for, cheers Mark

From a new tutorial I'm working on . . .

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Change Window Size for FCKEditor (Rich Text Editor)

- With Help from EvilHomer http://www.316designs.co.uk/

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Is the window size for the Rich Text Editor you use in your

ACP too small? Here are some settings to enlarge it.

1. OPEN admin/includes/rte/fckeditor.php

2. FIND the following line of code at about line 39:

$this->Height = '200' ;

3. CHANGE THE VALUE from 200 to 400, or some other value until

the window is of a size to suit you. You can test the setting by

saving and uploading the file, and viewing the editor on the add

or edit products page.

4. SAVE and UPLOAD the file to your webserver.

5. OPEN admin/includes/rte/fckeditor.js

6. FIND the following line of code at about line 31:

this.Height = height || '200' ;

7. CHANGE THE VALUE from 200 to the same value you set in step 3

above for fckeditor.php.

8. SAVE and UPLOAD the file to your webserver.

END of mod.

// I'm looking forward to publishing this one; it will be sort of an FAQ full of minor mods and tweaks for frequently resolved issues :dizzy:

Link to comment
Share on other sites

Is the window size for the Rich Text Editor you use in your

ACP too small? Here are some settings to enlarge it.

1. OPEN admin/includes/rte/fckeditor.php

2. FIND the following line of code at about line 39:

$this->Height = '200' ;

3. CHANGE THE VALUE from 200 to 400, or some other value until

the window is of a size to suit you. You can test the setting by

saving and uploading the file, and viewing the editor on the add

or edit products page.

4. SAVE and UPLOAD the file to your webserver.

5. OPEN admin/includes/rte/fckeditor.js

6. FIND the following line of code at about line 31:

this.Height = height || '200' ;

7. CHANGE THE VALUE from 200 to the same value you set in step 3

above for fckeditor.php.

8. SAVE and UPLOAD the file to your webserver.

END of mod.

Working 100% .. exactly what i needed

Thank you so much

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