Forum

Guest  

Show or hide header
Welcome Guest, posting in this forum require registration.




Fahlstad Design » WP-Forum » Support » Editor too large

Pages: [1]
Author Topic: Editor too large
schmidt
Member
Posts: 1
Post Editor too large
on: November 19, 2008, 21:44

I just installed WP Forum 2.2 and lokk quite good. Only if I like to write a new topic or answer, the editor is too big and shots the screen, due the editor design comes into my sidebar.

Is there any possibility to change the size of this ?

thx

as

curtis07
Member
Posts: 6
Post Re: Editor too large
on: November 20, 2008, 16:19

I know that version 2.1 had an edit you could do in the CSS stylesheet. It involved a line with something like:

col=”80″

that you had to change to something smaller (to fit with your theme). I can’t remember exactly, but if you go back to 2.1 and mess with the code in the CSS, you can figure something out. That is, if you can go back to 2.1 safely.

I actually made a custom template for mine without sidebars, and it works well for me. I prefer having the larger forum.

curtis07
Member
Posts: 6
Post Re: Editor too large
on: November 20, 2008, 20:36

I think it’s interesting that this forum is too wide. Perhaps there needs to be some documentation on this in the next release.

Thomas
Member
Posts: 1
Post Re: Editor too large
on: January 28, 2009, 20:11

Hi,

had the same problem and for me it helped to modify the value:

define(“ROW_COL”, “rows=’20′ cols=’80′”);

to

define(“ROW_COL”, “rows=’20′ cols=’50′”);

in the wpf_define.php file.

I guess you have to try a bit around, but maybe this helps :-) .

Cheers
- Thomas

Pages: [1]
WP-Forum by: Fredrik Fahlstad, Version: 2.4
Page loaded in: 0.644 seconds.

Comments

No comments yet.

Comments are closed at this time.