Welcome, Guest. Please login or register.
March 20, 2010, 09:44:06 PM

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.
110555 Posts in 15966 Topics by 9310 Members
Latest Member: stevenris10
* Home Help Search Login Register
+  WebsiteBaker Community Forum
|-+  English
| |-+  Modules (Moderators: Argos, BerndJM)
| | |-+  FCKEditor Modul
Pages: 1 ... 15 16 [17] Go Down Print
Author Topic: FCKEditor Modul  (Read 82972 times)
Stefek
Backend Theme Team
******
Offline Offline

Posts: 3202



WWW
« 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

Bowling in Kiel Halle Aschaffenburg

"Es gibt viele Pfade am Fuße des Berges,
doch von der Spitze aus, erblicken wir alle den selben Mond."
jap. Sprichwort
erpe

Offline Offline

Posts: 1738



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

Offline Offline

Posts: 1714



WWW
« 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

I wanna go back to find the innocent days that I left behind... I still believe they're holding ground... behind the battle lines... (John Wetton)
cmolina

Offline Offline

Posts: 4


« 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 Website Baker template here enables FCKEditor to
 #  display the contents in the textarea field as shown in the frontend of Website Baker
 # 
 #  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
Pages: 1 ... 15 16 [17] Go Up Print 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!