FCKEditor Edit Page Isssue

2010-01-07 Thread Uresh
or shows ::: http://localhost/bestgymdeal_parth/admin/contentedit/23 As i click on edit link myurl show above link contenetedit is action in controller and 23 is id of particular row. The page displays error like. /

Fckeditor and or ckfinder server error issues

2009-08-08 Thread Parris
Hi Everyone, I know this only partially applies here, but I was wondering if anyone was able to get the file/image loader working with fckeditor and hopefully with ckfinder. I think the same internal server error 500 xml is happening with both. Without ckeditor i get a similar message. Fckeditor

Re: Using FCKEditor in a Plugin

2009-06-29 Thread craig.kaminsky
Thanks, so much for that tip, Miles. This is really nice and definitely lighter weight than FCK & Tiny. Appreciate it! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send emai

Re: Using FCKEditor in a Plugin

2009-06-29 Thread Miles J
If you are using jQuery, I highly suggest you use MarkItUp. Its about 90% lighter and easier then Tiny MCE and FCK Edit. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send ema

RE: Using FCKEditor in a Plugin

2009-06-28 Thread Paul
ug-in anyway. HTH, Paul -Original Message- From: cake-php@googlegroups.com [mailto:cake-...@googlegroups.com] On Behalf Of mattalexx Sent: Monday, 29 June 2009 3:00 p.m. To: CakePHP Subject: Re: Using FCKEditor in a Plugin I wish I could figure this one out too. On May 30, 6:09 am, Da

Re: Using FCKEditor in a Plugin

2009-06-28 Thread Miles J
So weird, I was doing the same thing with MarkItUp 2 days ago. The answer I found out is no, you cant link to vendor js/css files. Only vendor css/js in the external vendors folder can be linked, not the app vendor. --~--~-~--~~~---~--~~ You received this message b

Re: Using FCKEditor in a Plugin

2009-06-28 Thread mattalexx
t;admin". I have been able to integrate FCK by placing all the JS (the > fckeditor folder) in webroot/js ... > > Now, I am wanting to make this plugin fully portable (the overall > point of a plugin?). So, I have tried putting the files in /app/ > plugins/admin/vendors/js/. I t

Using FCKEditor in a Plugin

2009-05-30 Thread Dashman
Hi guys I wasted my Friday evening and early Saturday morning trying to sort this one out, but to no avail. I have created a plugin to be used as a CMS, the plugin is called "admin". I have been able to integrate FCK by placing all the JS (the fckeditor folder) in webroot/js ...

Re: Sending config options to fckconfig.js in fckeditor

2008-10-23 Thread bartez
Can anyone help pleeease?? Thanks, alex --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [

Re: Sending config options to fckconfig.js in fckeditor

2008-10-17 Thread bartez
Anyone got any ideas? Cheers Alex --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL

Sending config options to fckconfig.js in fckeditor

2008-10-16 Thread bartez
Hey all, I've set up FCKeditor using the following code in my helper: webroot . 'js' . $jsDS . 'fckeditor' . $jsDS; $skinDir = $js . 'editor' . $jsDS . 'skins' . $jsDS; $templateDir = $skinDir . (is_dir( $skinDir . $template ) ? $

Problem with FCKEditor

2008-08-31 Thread Warringer
I want to add the FCKEditor to a Cake project. But with every FCKHelper I use, I run into the same problem... It appear to work, however the FCKEditor does not load correctly. The iframe does appear, but the fckeditor.html is not loaded. Apparently it does not exist... Looking at it with

Re: FCKeditor

2008-07-08 Thread Chris Hartjes
On Tue, Jul 8, 2008 at 8:47 AM, kaushik <[EMAIL PROTECTED]> wrote: > > I want to integrate fckeditor in one of cakephp page. How do it? where > I have to place the editor folder and how to integrate it? > --~--~-~--~~~---~--~~ Perhaps Google is n

FCKeditor

2008-07-08 Thread kaushik
I want to integrate fckeditor in one of cakephp page. How do it? where I have to place the editor folder and how to integrate it? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to

Problem with FCKEditor

2008-06-19 Thread Warringer
Hello. I'm a newb in Baking Cakes. :p And I have a problem setting up the FCKEditor in Cake 1.2. I have used the code for setting up FCK from the Bakery (http:// bakery.cakephp.org/articles/view/using-fckeditor-with-cakephp) the version for 1.2 of course. Now I have the problem tha

Re: Using $this->data in a helper (FckEditor)

2008-05-29 Thread clemos
Hi The Helper class has some good method for all that : http://api.cakephp.org/class_helper.html For exemple $helper->value(), which you can call, in your case, with $fckeditor->value(), as your helper likely extends the main Helper class... I often use $helper->__initInputField(&

Using $this->data in a helper (FckEditor)

2008-05-29 Thread Somesid
Ok, can't figure if it's wrong or not, so I'm gonna ask the question here: I made a new fckEditor helper to handle some problematic of our own. The thing it does is that it instantiate an fckEditor named after the field like any other cake field (data[model][field]). So w

Re: Has anyone integrated the fckeditor with the 1.2 version of CakePHP?

2008-02-12 Thread Adam Royle
rs\html.php, line 801] > > > which is why I asked about 1.2. > > > On Feb 4, 8:03 am, "[EMAIL PROTECTED]" > > > <[EMAIL PROTECTED]> wrote: > > > Lots of people! > > > >http://bakery.cakephp.org/articles/view/using-fckeditor-with-cakephp >

Re: Has anyone integrated the fckeditor with the 1.2 version of CakePHP?

2008-02-11 Thread Baz
I just used the lazy way and replaced all textareas instead of trying to determine specific IDs through a helper. I just restrict my usage to putting one text area on the form when I need to include the FCKEditor. On Feb 4, 2008 11:12 AM, Carl <[EMAIL PROTECTED]> wrote: > > ...and

Re: Has anyone integrated the fckeditor with the 1.2 version of CakePHP?

2008-02-04 Thread Carl
tice (1024): Method tagErrorMsg() is deprecated in HtmlHelper: see > FormHelper::error [CORE\cake\libs\view\helpers\html.php, line 801] > > which is why I asked about 1.2. > > On Feb 4, 8:03 am, "[EMAIL PROTECTED]" > > <[EMAIL PROTECTED]> wrote: > > Lots of pe

Re: Has anyone integrated the fckeditor with the 1.2 version of CakePHP?

2008-02-04 Thread Carl
AIL PROTECTED]> wrote: > Lots of people! > > http://bakery.cakephp.org/articles/view/using-fckeditor-with-cakephp > > works fine for me. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP

Re: Has anyone integrated the fckeditor with the 1.2 version of CakePHP?

2008-02-04 Thread [EMAIL PROTECTED]
Lots of people! http://bakery.cakephp.org/articles/view/using-fckeditor-with-cakephp works fine for me. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send ema

Has anyone integrated the fckeditor with the 1.2 version of CakePHP?

2008-02-04 Thread Carl
Has anyone integrated the fckeditor with the 1.2 version of CakePHP? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To u

Re: How to use "vendors" directory to share Fckeditor?

2007-11-12 Thread avairet
eal problem is that if I put "fckeditor.php" file (the class) in "cake/vendors", the class is not found in my Helper. But, if I put "fckeditor.php" in "app/vendors", that's OK. For only one app is good, but to share cake core between many app, thi

Re: How to use "vendors" directory to share Fckeditor?

2007-11-09 Thread chad
I have been unsuccessful with using fckeditor from the vendors directory as well. I think fckeditor servers html as well as js, so I don't think that the vendors dir is equiped for such a complex javascript app. I solved this buy writing a really simple rsync script to copy fckeditor to a

How to use "vendors" directory to share Fckeditor?

2007-11-09 Thread avairet
Hi, My Cake 1.2 installation: - "Cake core" and "vendors dir" are in 'C:/WEB/cake' - "App dir" is in 'C:/WEB/cake_apps/caketests' - "Webroot dir" is in 'C:/WEB/www/caketests' (in the web server document root). I wan

Re: Kae's filemanager - FCKeditor - $_SERVER['DOCUMENT_ROOT'] problem

2007-08-21 Thread double07
Nevermind, got this sorted out. On Aug 21, 9:02 am, double07 <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm trying to configure Kae's filemanager (http://kfm.verens.com/) for > FCKeditor and I'm having a problem with cake. You can see my post over > at the KFM

Kae's filemanager - FCKeditor - $_SERVER['DOCUMENT_ROOT'] problem

2007-08-20 Thread double07
Hi all, I'm trying to configure Kae's filemanager (http://kfm.verens.com/) for FCKeditor and I'm having a problem with cake. You can see my post over at the KFM forums (http://kfm.verens.com/phpBB3/viewtopic.php? f=2&t=152) that the developer is saying $_SERVER['DOCUMENT

Re: FCKEditor Problem

2007-05-23 Thread [EMAIL PROTECTED]
I have resolved using: $(field_name).value=field_value; --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group

Re: FCKEditor Problem

2007-05-23 Thread [EMAIL PROTECTED]
I have maked this modify but the problem is not resolved. But I've noticed that if I do a alert of ($('ni". $uniq."').getInputs(null,'data[Newsitem][text]') [0].value) I get only the tag . Instead if I do an alert of ( $F(field_name)) I get exactly the value in the tectarea before

Re: FCKEditor Problem

2007-05-22 Thread Jeremy David Pointer
Try something like the below : The key here is the 'before' section in the ajax submit, FCKEditor attaches itself to the forms submit action but that isn't used with an ajax submit, so you have to call the code to update the form field manually. I found this methodology s

Re: FCKEditor Problem

2007-05-22 Thread [EMAIL PROTECTED]
Can anyone help me to resolve this problem? Or can anyone suggests me a alternative method? Many thanks On 21 Mag, 12:15, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Instead if I used the $html->submit it works fine. > > On 21 Mag, 11:58, "[EMAIL PROTECTED]" > > > > <[EMAIL PROTECTED]> wro

Re: FCKEditor Problem

2007-05-21 Thread [EMAIL PROTECTED]
Instead if I used the $html->submit it works fine. On 21 Mag, 11:58, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I have to use FCKEditor to edit posts in my application. > I use a form with a textarea where I load FCKEditor. The form is > submitted with $ajax-&

FCKEditor Problem

2007-05-21 Thread [EMAIL PROTECTED]
I have to use FCKEditor to edit posts in my application. I use a form with a textarea where I load FCKEditor. The form is submitted with $ajax->submit. My problem is that the modifies that I do with FCKEditor is not passed to the controller. How and where must I use the "htmlspecialchars&

Re: editInPlace fckeditor

2006-11-17 Thread bingo
Hi Ismael, Thanks for the pointer..I think I saw it...and got fckeditor working...but now sure how to display FCKeditor when user double clicks on a paragraph... Bingo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: editInPlace fckeditor

2006-11-17 Thread Ismael S. Kafeltz
Maybe this helps: http://bakery.cakephp.org/articles/view/143 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from thi

editInPlace fckeditor

2006-11-17 Thread bingo
Hi, I am wondering did anyone try getting FCKEditor instead of regular textarea for editInPlaceI would like to have that functionality. But I am not very good with ajax and javascript. Please let me know if you guys have some interesting pointers for that Regards, bingo

Re: Problem with FCKEditor

2006-09-10 Thread John Zimmerman
cd314cb7597/22aa22e717f6e456?lnk=gst&q=fck&rnum=3#22aa22e717f6e456[EMAIL PROTECTED] wrote:> Hi, >> I am facing some problems with FCKeditor.>> I am trying to display the editor in my html page and I followed the> steps described in> http://wiki.cakephp.org/tutorials:online_editor-fc

Re: Problem with FCKEditor

2006-09-09 Thread Olivier Percebois-Garve
te: > Hi, > > I am facing some problems with FCKeditor. > > I am trying to display the editor in my html page and I followed the > steps described in > http://wiki.cakephp.org/tutorials:online_editor-fckeditor > > I have used the same code that they given. > After c

Re: Problem with FCKEditor

2006-09-09 Thread John Zimmerman
First upgrade to the current version of Cake so that more people will be better able to help troubleshoot.On 9/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:Thanks for the reply.. But  the textarea is not coming only the toolbar is coming .I am using cake 1.0.1.2708 version and I didn't use th

Re: Problem with FCKEditor

2006-09-09 Thread [EMAIL PROTECTED]
Thanks for the reply.. But the textarea is not coming only the toolbar is coming . I am using cake 1.0.1.2708 version and I didn't use the bake.php. Any help ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cak

Re: Problem with FCKEditor

2006-09-08 Thread [EMAIL PROTECTED]
Maybe is better to work with newer code I try to give you my solution. I use cakephp 1.1.7 I create the table. (see tutorial) I configure config/database.php (see tutorial) I copy the files in section "Installing FCKeditor" (see tutorial) *** use the folder /vendor/ in the root. I us

Problem with FCKEditor

2006-09-08 Thread [EMAIL PROTECTED]
Hi, I am facing some problems with FCKeditor. I am trying to display the editor in my html page and I followed the steps described in http://wiki.cakephp.org/tutorials:online_editor-fckeditor I have used the same code that they given. After changing the basepath in thtml file , I could able

Re: Image uploading in FCKeditor?

2006-09-02 Thread Olivier Percebois-Garve
Glad that you got it working. but I cant tell anything about your question... sorry [EMAIL PROTECTED] wrote: > Hi Olivier - I followed your instructions in your other post and I did > get it to work. Do you know why it works if you use > app/webroot/files/fck as the upload directory, but it doe

Re: Image uploading in FCKeditor?

2006-09-02 Thread [EMAIL PROTECTED]
Hi Olivier - I followed your instructions in your other post and I did get it to work. Do you know why it works if you use app/webroot/files/fck as the upload directory, but it doesn't work if you use app/webroot/img? --~--~-~--~~~---~--~~ You received this messa

Re: Image uploading in FCKeditor?

2006-09-02 Thread Olivier Percebois-Garve
did you looked at that ? http://groups.google.fr/group/cake-php/browse_thread/thread/de6ecd314cb7597/22aa22e717f6e456?lnk=gst&q=fck&rnum=2#22aa22e717f6e456 [EMAIL PROTECTED] wrote: > Does anyone have image uploading working with FCKeditor 2.3.1 and > CakePHP 1.1.7.3363?

Image uploading in FCKeditor?

2006-09-02 Thread [EMAIL PROTECTED]
Does anyone have image uploading working with FCKeditor 2.3.1 and CakePHP 1.1.7.3363? I followed the tutorial but it still doesn't work: http://wiki.cakephp.org/tutorials:online_editor-fckeditor?s=fckeditor The FCKeditor seems to work great with Cake except for image uplo

Re: FCKeditor & CakePHP: howto enable opera without having fckeditor.js

2006-08-22 Thread [EMAIL PROTECTED]
oh and for the record, i tried passing EnableOpera everywhere i could before altering the code. (in the view, after creating the object and before rendering it, in the constructorcode of the class, in the config.js ...) all to no avail. I also i forgot to mention that opera does show the toolbar

FCKeditor & CakePHP: howto enable opera without having fckeditor.js

2006-08-22 Thread [EMAIL PROTECTED]
Hello, on the wiki, there are 2 tutorials covering fckeditor: http://wiki.cakephp.org/tutorials:beginners_only?s=fckeditor#step_7rich_text_editing_with_fckeditor and: http://wiki.cakephp.org/tutorials:online_editor-fckeditor both of them tell you the same when it comes to copying files from the