Welcome, Guest. Please login or register.
Did you miss your activation email?
February 09, 2012, 01:20:03 AM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
149398 Posts in 21080 Topics by 7528 Members
Latest Member: ronse
* Home Help Search Login Register
Pages: 1 ... 15 16 [17]   Go Down
Print
Author Topic: FCKEditor Modul  (Read 108589 times)
Stefek
WebsiteBaker Org e.V.

Offline Offline

Posts: 4715



« Reply #400 on: December 14, 2009, 05:05:50 PM »

Hello,

is there any attempt yet to port the CKEditor into websitebaker?
Is there any news on this?

Regards,
Stefek
Logged

"In a time of universal deceit, telling the truth becomes a revolutionary act."
- George Orwell, Nineteen eighty-four (1984)
erpe

Offline Offline

Posts: 2077


WWW
« Reply #401 on: December 14, 2009, 05:30:36 PM »

Yes
and
no  smiley
http://www.websitebakers.com/pages/upcoming-items/under-construction/ckeditor.php

rgds

erpe
Logged

WebBird
Guest
« Reply #402 on: February 16, 2010, 07:13:03 PM »

FCK 2.9.4, WB 2.8.1, include.php:

require_once(WB_PATH.'/modules/fckeditor/fckeditor/fckeditor.php');

This file is missing in the ZIP?!?
Logged
cmolina
Development Team
*****
Offline Offline

Posts: 19


« Reply #403 on: February 26, 2010, 06:50:50 PM »

Hi.

I'm using WB 2.8.1 and I'm "translating" a new HTML template to WB. Easy job. The main problem that I have is that fckeditor don't catch styles properly. Here is the content of editor.css (on the same template directory)

.grueso {
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:bold;
   text-align:left;
   color:#000;
   margin-top:0px;
}            
.textos {
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#000;
   text-align:justify;
   margin-left:0px;
   margin-top:0px;
   }

On fckeditor I got this 2 styles, but I got another one without name. The main issue is that fckeditor editing area background color is using web page background color. Here some file contents.

wb_fckeditorarea.cs s


/*
 #########################################################################################
 # Configure FCKEditor according your needs
 # ---------------------------------------------------------------------------------------
 #  Copy all CSS definitions of your WebsiteBaker template here enables FCKEditor to
 #  display the contents in the textarea field as shown in the frontend of websitebaker
 # 
 #  Note: The "body" styles should match your editor web site, mainly regarding
 #  background color and font family and size.
 # 
 #########################################################################################
*/


.grueso {
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:bold;
   text-align:left;
   color:#000;
   margin-top:0px;
}            
.textos {

   color:#000;
   text-align:justify;
   margin-left:0px;
   margin-top:0px;
   font-style: none;
   }

How Can I solve it ?

Thanks in advance.
   

Logged
WDStudio

Offline Offline

Posts: 14



WWW
« Reply #404 on: April 16, 2010, 09:41:50 PM »

Hello.

I have a problem when I try to browse my pc for images (pages - images - browse).
In the pop-up window where I should select the image, I get the following error:

Code:
Forbidden

You don't have permission to access /modules/fckeditor/fckeditor/editor/filemanager/browser/default/browser.html on this server.

the url is:

Code:
http://domain.com/modules/fckeditor/fckeditor/editor/filemanager/browser/default/browser.html?Connector=http://domain.com/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/connector.php

Any help ?
Logged
WDStudio

Offline Offline

Posts: 14



WWW
« Reply #405 on: April 17, 2010, 03:33:23 PM »

Hello,

if the question above was for me
I use the latest WB and FCKeditor, and also I'm using the admin account.

Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7654



WWW
« Reply #406 on: May 15, 2010, 09:57:51 AM »

Modul-Version 2.9.5 released wich is based on FCKEditor 2.6.6

Text from developpers homepage:
A new bug fix release of FCKeditor is available. Although we encourage everyone to upgrade to CKEditor, we still know that many people are using the good and old FCKeditor 2.x. We have fixed important issues affecting FCKeditor users, including Safari 3 compatibility, Firefox 3.6 compatibility (under ColdFusion) and a problem with infinite loops in IE.

This modul is based on the latest 2.9.4 modul from SVN, wich means all fixes, changes, additions and adaptions wich are made especially for WB are included.

Have fun

Matthias
« Last Edit: May 15, 2010, 10:00:26 AM by ruebenwurzel » Logged
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6817


WWW
« Reply #407 on: May 15, 2010, 03:40:52 PM »

Thanks Matthias, updated the download on our homepage.

cheers

Klaus
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

Xagone
AddOn Development
*
Offline Offline

Posts: 453



WWW
« Reply #408 on: May 15, 2010, 08:56:24 PM »

my fault! i'd tested the module standalone and have knowed the issue, just forgot to repaired it before zipping, thanks ruebenwurzel!
Logged

Xagone Inc. (formerly VotreEspace)
http://www.xagone.com/
masarin

Offline Offline

Posts: 51


« Reply #409 on: June 04, 2010, 03:14:44 PM »

YAML Sub templates

For those of you that are using the YAML CSS framework.

I have made a sub template file for the FCK editor with all the different sub templates for the YAML framework.
There is the wb_fcktemplates.xml and a gif image inkluded.

Removed the sub templates that wasn't YAML related.

I have put the files in the wb directory structure, so it's easy to see where the files should be copied.
Logged
mjm4842

Offline Offline

Posts: 227


« Reply #410 on: August 31, 2010, 05:07:59 AM »

Can anyone tell me why these three settings are disabled by default in WebsiteBaker 2.8.1 in the wb_fckconfig.js file? I tried enabling both the FCKConfig.LinkUploa d and the FCKConfig.ImageUplo ad and both features seem to work fine. It would certainly make things easier if they were enabled.

According to posts under this thread, there was possibly some compatibility issues identified back in 2005. In 2010, I am unable to reproduce any such issue with the default FCKEditor with these options set to true.

I have tested it with Internet Explorer 8.0 only.

With best regards,

Michael

Hello!

You can remove the upload tabs by changing the following settings i the fckconfig.js file from true to false:

Code:
FCKConfig.LinkUpload = false;
...
FCKConfig.ImageUpload = false;
...
FCKConfig.FlashUpload = false;

Fjord
« Last Edit: August 31, 2010, 05:19:03 AM by mjm4842 » Logged

Frustrated? Spending too much time developing when all you really want is a working website? Contact me directly if I can be of services to you.
___________________ ________


www.tngconsulting.c a
mjm4842

Offline Offline

Posts: 227


« Reply #411 on: September 01, 2010, 04:36:57 AM »

There is a cool template feature in FCKEditor and CKEditor enables you to insert preconfigured formatting into a webpage. For example two or three columns of text or an image and text. Using this feature can be a real time saver.

Unfortunately, by default, it doesn't work because the styles are not defined anywhere.

You can correct this problem by adding the following code to your templates CSS file as well as the editor.css file, also located in you template folder:

/* --- Support for FCKEditor and CKEditor Templates --- */
.subcolumns { width: 100%; overflow:hidden; }
.subcolumns_oldgeck o { width: 100%; float:left; }
.subc { padding: 0 0.5em 0 0.5em; overflow: hidden; }
.subcl { padding: 0 1em 0 0; overflow: hidden; }
.subcr { padding: 0 0 0 1em; overflow: hidden; }
.c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l {float: left; }
.c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r {float: right; margin-left: -5px; }
.c20l, .c20r { width: 20%; }
.c40l, .c40r { width: 40%; }
.c60l, .c60r { width: 60%; }
.c80l, .c80r { width: 80%; }
.c25l, .c25r { width: 25%; }
.c33l, .c33r { width: 33.333%; }
.c50l, .c50r { width: 50%; }
.c66l, .c66r { width: 66.666%; }
.c75l, .c75r { width: 75%; }
.c38l, .c38r { width: 38.2%; }
.c62l, .c62r { width: 61.8%; }

By the way, you can create additional templates for often used html as follows:

FCKEditor: Editing the file called wb_fcktemplates.xml located in your fckeditor/wb_config folder.

CKEditor: Edit the file called custom.editor.templ ates.js located in the ckeditor/wb_config/custom or the ckeditor/wb_config/default folder (anyone know which one is the active one?).

Hope this helps!

Michael
Logged

Frustrated? Spending too much time developing when all you really want is a working website? Contact me directly if I can be of services to you.
___________________ ________


www.tngconsulting.c a
mjm4842

Offline Offline

Posts: 227


« Reply #412 on: September 01, 2010, 04:39:14 AM »

Did you know? There are many plugins available for FCKEditor. A couple of my favourites are the Table One-Click and the insertHtml plug-ins although the Sort Table plug-in could be very useful too. You'll find these and many more at:

http://sourceforge.net/tracker/?group_id=75348&atid=737639

Please note that some of these FCKEditor plug-ins may not be compatible with websitebaker.

If you try some of the others, let us know which ones work and which don't.

With best regards,


Michael
« Last Edit: September 01, 2010, 06:10:35 AM by mjm4842 » Logged

Frustrated? Spending too much time developing when all you really want is a working website? Contact me directly if I can be of services to you.
___________________ ________


www.tngconsulting.c a
mjm4842

Offline Offline

Posts: 227


« Reply #413 on: September 22, 2010, 01:49:24 PM »

Time has passed since the post quoted below and I guess bugs have been fixed in Website Baker, FCKEditor and web browsers. I added the CreateDiv (Create DIV Container) icon to the toolbar in both FCKEditor v2.6.5 (for WB module 2.9.4) and v2.6.6 (for WB module 2.9.5) under WebsiteBaker 2.8.1 by adding 'CreateDiv' to the FCKConfig.ToolbarSe ts["WBToolbar"] section in the modules/fckeditor/wb_config/wb_fckconfig.js file.

I have tested it in IE8, IE8 compatibility mode and Firefox 3.6.3 and it works great. I find it very useful for creating shaded boxes on my pages however am not sure how to populate the Style pulldown in the Genera tab.

According to the source code for FCKEditor, it should be looking in three places including a default location, a custom location and an XML file. What escapes me is the name of these files.

Anyone have a suggestion? Preferably I would like to include these "styles" as part of my template instead of having to modify pre-installed core files.

With best regards,

Michael

I'm working with last version of FCKEditor 2.88. Is there any problem with the CreateDiv toolbar? if i add the option in wb_fckconfig.js ('CreateDiv)' the icon appears, it opens the dialog box but theres is no response. Is it a reported bug? Can WebsiteBaker works with CreateDiv option?
Logged

Frustrated? Spending too much time developing when all you really want is a working website? Contact me directly if I can be of services to you.
___________________ ________


www.tngconsulting.c a
anduffy

Offline Offline

Posts: 1


« Reply #414 on: March 11, 2011, 08:16:10 PM »

Hi All,

Regarding the "You don't have permission to access /modules/fckeditor/fckeditor/editor/filemanager/browser/default/browser.html on this server" error that many people continue to have.

I just moved my WB site from one host to another. On the new host I got this error. After much researching and testing I came upon this: If used the Admin area via my domain name (ie. http://domain.com/admin/) I would get this error. If I accessed my admin via my IP (ie. http://168.168.168.168/admin), everything worked fine.

So this error is not caused by permissions on individual files. There must be something in the code that generates an issued with paths. I don't have the knowledge to dig into this, but hopefully this can help someone that does. And it must be related to how the server is setup since it worked fine at my last host.

So for me, I have my WB config set to use my domain for the website, and then my IP for the admin area. So far, this works fine.

Also, just to note I have a dedicated IP, but it also worked if I used my account username with the IP. (ie. http://ip/~usename). Just thought I would mention that for the folks that don't have a dedicated IP.

Hope that helps.

Cheers,

Andrew
Logged
freeSbee

Offline Offline

Posts: 729


WWW
« Reply #415 on: September 03, 2011, 04:14:57 PM »

Hi all

In this post
http://www.websitebaker2.org/forum/index.php/topic,1670.msg72241.html#msg72241
Viny explained how to set the FCKEditor width as same as the frontend content width by setting the body width in the editor.css stylesheet.

But what about if a page uses more than one block, each block with different width?
Is it possible to address different widths to eg main_block and right_block?

Regards Christoph
Logged
Pages: 1 ... 15 16 [17]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!