| Author |
Message |
tracey Hangin' Around

Joined: Oct 03, 2004 Posts: 25
|
Posted:
Fri Mar 17, 2006 8:48 am |
|
i love the editor, but the tool bar takes up so much room, that i'd like to make the overall text box larger ... so, I changed
| Code: | | wysiwyg_textarea("add_content", "", "PHPNukeAdmin", "60", "15"); |
to
| Code: | | wysiwyg_textarea("add_content", "", "PHPNukeAdmin", "60", "50"); |
and yet, nothing changes (i'm testing on editing the admin/modules/messages.php file)
any clues what i'm doing wrong?
~tracer |
|
|
|
 |
fondy Regular


Joined: Sep 12, 2003 Posts: 55
|
Posted:
Fri Mar 17, 2006 10:19 am |
|
Hi
you have to edit the file fckeditor.php in \includes\FCKeditor, change the parameter Height.
fondy |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 9133 Location: Arizona
|
Posted:
Fri Mar 17, 2006 6:48 pm |
|
tracey, try downloading the latest from Kguske has fixed this in the latest download there I believe. It will also be fixed in the 2.02.02 patch of RavenNuke76... being actively worked. |
|
|
|
 |
kguske Site Admin

Joined: Jun 04, 2004 Posts: 6044
|
Posted:
Fri Mar 17, 2006 10:05 pm |
|
Actually, the change to allow this is in a mainfile.php function. It's detailed .
As montego pointed out, it should be correct in the latest download from nukeSEO, and will be included in the next update of RavenNuke. |
|
|
|
 |
tracey Hangin' Around

Joined: Oct 03, 2004 Posts: 25
|
Posted:
Sat Mar 18, 2006 5:58 am |
|
thanks guys! you all rock!! that was totally it!
fixing the function in mainfile.php was the cleanest easiest thing...
funny how that thread didn't come up when i did my search in the forums (i so hate posting questions to things that've been answered b4)  |
|
|
|
 |
kguske Site Admin

Joined: Jun 04, 2004 Posts: 6044
|
Posted:
Sat Mar 18, 2006 7:26 am |
|
I know what you mean about not finding things, but I'm glad it's working they way you wanted. |
|
|
|
 |
tommyb Hangin' Around

Joined: May 31, 2006 Posts: 49
|
Posted:
Tue Jun 27, 2006 4:52 am |
|
I followed the link to try and edit the size of th wysiwyg editor and changed the sizes but this has not worked for me. I am using a fixed width theme and it is cutting off the edge of the editor. Does anyone know of a solution to this?
thanks
EDIT* It is only when I try to add a new html block using the editor that I get this problem. |
|
|
|
 |
kguske Site Admin

Joined: Jun 04, 2004 Posts: 6044
|
Posted:
Tue Jun 27, 2006 5:53 am |
|
The width is really not configurable (it's set to 100%, if I remember correctly). It's included as a parameter in case the editor is turned off.
However, you should be able to add rows, and the tool bar should automatically wrap given the space it has. What is your fixed width size? |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 9133 Location: Arizona
|
Posted:
Tue Jun 27, 2006 6:39 am |
|
If you can give us a screen shot of the issue with the block editor, that would be great too. Thanks. |
|
|
|
 |
tommyb Hangin' Around

Joined: May 31, 2006 Posts: 49
|
Posted:
Tue Jun 27, 2006 6:57 am |
|
the width is around 750px + borders. and this is the image .
It is cutting off the right hand side of the editor as you can see |
|
|
|
 |
|
|
|
|