1
ockley
FCKeditor cut's in various modules.
  • 2009/6/5 21:47

  • ockley

  • Just popping in

  • Posts: 11

  • Since: 2005/10/6


I have an issue with FCKeditor that makes it virtually impossible for me to use. I hope some of you have an idea to point me in the right direction.

When the editor loads, it cuts the right part of the editor. In smartsection it look like this:
Resized Image

Using XOOPS 2.3.3 and Smartsection 2.14 final but its also in Article and AMS

Thanks in advance
ockley

2
tcnet
Re: FCKeditor cut's in various modules.
  • 2009/6/6 0:19

  • tcnet

  • Friend of XOOPS

  • Posts: 297

  • Since: 2006/5/12


You may have to modify the modules submit forms. Look for the "new XoopsFormEditor" config settings and adjust the width from 100% to 400-500px to suit you page format. This example is from webshow/include/submitform.inc.php
// options for the editor
      //optional configs
      
$options['rows'] = 25// default value = 5
      
$options['cols'] = 60// default value = 50
      
$options['width'] = '550px'// default value = 100%
      
$options['height'] = '400px'// default value = 400px
      
$editor_configs $options;
      
$sform->addElement(new XoopsFormEditor(_MD_LINKTEXTC$editor$editor_configs$nohtml false$onfailure "textarea"), false);

3
ghia
Re: FCKeditor cut's in various modules.
  • 2009/6/6 7:11

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


I think its problem is more the width of the second column or the overfow of that second or center theme column.

4
ockley
Re: FCKeditor cut's in various modules.
  • 2009/6/7 19:47

  • ockley

  • Just popping in

  • Posts: 11

  • Since: 2005/10/6


Since it happens modulewise (across several modules) i suspect FCK-editor to be the problem.

I'm not sure at all, but i think it happend when updated to 2.3.3.

Can anyone point me in the right direction. What is the best approach to uninstall and reinstall FCK editor - i guess it's not enough to just remove the folder and grab a new from the installation package ... or is it?

Thanks in advance
Karsten

5
Xend
Re: FCKeditor cut's in various modules.
  • 2009/6/7 20:26

  • Xend

  • Friend of XOOPS

  • Posts: 37

  • Since: 2001/12/13


I dont think its the FCKeditor, it looks like html code that dont work together, and maybe a smale screen on 1024 px.

"Learn from the mistakes of others; you can't live long enough to make them all yourself."

6
ockley
Re: FCKeditor cut's in various modules.
  • 2009/6/7 21:25

  • ockley

  • Just popping in

  • Posts: 11

  • Since: 2005/10/6


I have 1440 pixel wide. In Smart section i see the left column resize and the column that has the editor is at fixed with.

I may be able to track down all form-pages on my modules, newbb, lexikon, smartsection etc. but I don't think it is the right solution to the problem.

Is there a default template used by modules for that sort of forms?

7
ockley
Re: FCKeditor cut's in various modules.
  • 2009/6/7 21:56

  • ockley

  • Just popping in

  • Posts: 11

  • Since: 2005/10/6


Another thing to notice is that I remember FCKeditor as an editor that "wraps around" and distributes icons on the space that is available. That is not working at the moment on these modules.

Just a thought. Although I know a bit of PHP, I'm not that skilled, so I can grasp the inner working on the modules. Any help in the right direction is apreciated

/ockley

Login

Who's Online

223 user(s) are online (128 user(s) are browsing Support Forums)


Members: 0


Guests: 223


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits