RE: Woops, I've F***ed up my rich text editor.

2008-01-02 Thread Rick Faircloth
Great!  Glad it worked...

Rick

> -Original Message-
> From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 02, 2008 7:53 AM
> To: CF-Talk
> Subject: RE: Woops, I've F***ed up my rich text editor.
> 
> Morning Rick,
> 
> That did indeed appear to be the main problem mate, along with some funny
> characters in the JS file which got copied across when I copied and pasted
> from the browser.
> 
> I've made those changes and it now appears to be working just peachy!
> 
> Thanks mate,
> 
> Rob
> 
> -Original Message-
> From: Rick Faircloth [mailto:[EMAIL PROTECTED]
> Sent: 01 January 2008 13:45
> To: CF-Talk
> Subject: RE: Woops, I've F***ed up my rich text editor.
> 
> Hi, Robert... and happy new year!
> 
> Your issue with the rich cftextarea and the file uploads
> sounds exactly like what happened with me.
> 
> The solution for me was to further modify the
> config.cfm file (FCKeditor\editor\filemanager\upload\cfm\config.cfm)
> on line 30.
> 
> I had to change the "config.serverPath" value to a hard coded value,
> since FCKeditor isn't running directly off the root of the application
> using it.  I found notes concerning this one line 30 of that file.
> I stumbled upon them while looking for a solution to the same problem
> you seem to be having.
> 
> You also have to change the "config.serverPath" value to the same
> value as above for the config.cfm file in
> FCKeditor\editor\filemanager\browser\default\connectors\cfm\config.cfm.
> 
> If your situation meets the criteria for changing the config.serverPath
> as mentioned on line 30 of both the config.cfm files mentioned above,
> trying hard coding the "config.serverPath" to a local system value such as
> E:\inetpub\webroot\userfiles\ or whatever path leads to the "userfiles"
> folders you're using.
> 
> Rick
> 




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295704
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Woops, I've F***ed up my rich text editor.

2008-01-02 Thread Robert Rawlins - Think Blue
Morning Rick,

That did indeed appear to be the main problem mate, along with some funny
characters in the JS file which got copied across when I copied and pasted
from the browser.

I've made those changes and it now appears to be working just peachy!

Thanks mate,

Rob

-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED] 
Sent: 01 January 2008 13:45
To: CF-Talk
Subject: RE: Woops, I've F***ed up my rich text editor.

Hi, Robert... and happy new year!

Your issue with the rich cftextarea and the file uploads
sounds exactly like what happened with me.

The solution for me was to further modify the
config.cfm file (FCKeditor\editor\filemanager\upload\cfm\config.cfm)
on line 30.

I had to change the "config.serverPath" value to a hard coded value,
since FCKeditor isn't running directly off the root of the application
using it.  I found notes concerning this one line 30 of that file.
I stumbled upon them while looking for a solution to the same problem
you seem to be having.

You also have to change the "config.serverPath" value to the same
value as above for the config.cfm file in
FCKeditor\editor\filemanager\browser\default\connectors\cfm\config.cfm.

If your situation meets the criteria for changing the config.serverPath
as mentioned on line 30 of both the config.cfm files mentioned above,
trying hard coding the "config.serverPath" to a local system value such as
E:\inetpub\webroot\userfiles\ or whatever path leads to the "userfiles"
folders you're using.

Rick


> -Original Message-
> From: Robert Rawlins - Think Blue
[mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 01, 2008 8:13 AM
> To: CF-Talk
> Subject: Woops, I've F***ed up my rich text editor.
> 
> Good morning guys! Happy new year to you all.
> 
> 
> 
> So, 2008 is already causing me stress and woe :-D I'm hoping you guys can
> give me a hand. This morning I've been working on a small dynamic CMS for
a
> friends site and took the new rich cftextarea out for the first time. It
> worked nicely!
> 
> 
> 
> I then followed the steps on Rakshith's blog to get file uploads working
on
> it, however I now seem to have broken the entire thing, after completing
all
> the steps in the post I went to the page with my editor on it to find the
> editor not loading, just an empty white container, and a JavaScript error
in
> the status bar of my browser.
> 
> 
> 
> http://www.rakshith.net/blog/?p=41
> 
> 
> 
> I've gone over and over the steps in that blog article and can't see what
it
> is that's causing me the issue, everything looks to be exactly as it
should
> be.
> 
> 
> 
> Has anyone got any ideas as to what's going wrong?
> 
> 
> 
> Thanks,
> 
> 
> 
> Rob
> 






~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295697
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Woops, I've F***ed up my rich text editor.

2008-01-01 Thread Will Tomlinson
>I guess I should switch to TinyMCE, huh Will? 
>
>Rick

Just tired of seeing everyone get FCK'ed up by the built-in when TinyMCE/CFFM 
is virtually painless.  :)


Will 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295657
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Woops, I've F***ed up my rich text editor.

2008-01-01 Thread Rick Faircloth
What's that buzzing noise?

Shoo fly!

Oh, never mind, it's only Will!  :o)

Hey, I just saw a demo of TinyMCE and it has a
"full-screen" toggle button! I want that!  Why
doesn't FCKeditor have one?

I guess I should switch to TinyMCE, huh Will? 

Rick

> -Original Message-
> From: Will Tomlinson [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 01, 2008 1:15 PM
> To: CF-Talk
> Subject: Re: Woops, I've F***ed up my rich text editor.
> 
> >Has anyone got any ideas as to what's going wrong?
> >
> >
> 
> Psst pssst
> 
> TinyMCE/CFFM will fix it.
> 
> Will
> 




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295650
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Woops, I've F***ed up my rich text editor.

2008-01-01 Thread Todd
Won't fixed what he did.  He modified his default  and it's not
working.  TimyMCE/CFFM will only fix it if he chooses to ignore what he just
modified.

On Jan 1, 2008 1:15 PM, Will Tomlinson <[EMAIL PROTECTED]> wrote:

> >Has anyone got any ideas as to what's going wrong?
> Psst pssst
>
> TinyMCE/CFFM will fix it.
>
> Will
>


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295647
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Woops, I've F***ed up my rich text editor.

2008-01-01 Thread Will Tomlinson
>Has anyone got any ideas as to what's going wrong?
>
> 

Psst pssst

TinyMCE/CFFM will fix it. 

Will


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295645
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Woops, I've F***ed up my rich text editor.

2008-01-01 Thread Rick Faircloth
Hi, Robert... and happy new year!

Your issue with the rich cftextarea and the file uploads
sounds exactly like what happened with me.

The solution for me was to further modify the
config.cfm file (FCKeditor\editor\filemanager\upload\cfm\config.cfm)
on line 30.

I had to change the "config.serverPath" value to a hard coded value,
since FCKeditor isn't running directly off the root of the application
using it.  I found notes concerning this one line 30 of that file.
I stumbled upon them while looking for a solution to the same problem
you seem to be having.

You also have to change the "config.serverPath" value to the same
value as above for the config.cfm file in
FCKeditor\editor\filemanager\browser\default\connectors\cfm\config.cfm.

If your situation meets the criteria for changing the config.serverPath
as mentioned on line 30 of both the config.cfm files mentioned above,
trying hard coding the "config.serverPath" to a local system value such as
E:\inetpub\webroot\userfiles\ or whatever path leads to the "userfiles"
folders you're using.

Rick


> -Original Message-
> From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 01, 2008 8:13 AM
> To: CF-Talk
> Subject: Woops, I've F***ed up my rich text editor.
> 
> Good morning guys! Happy new year to you all.
> 
> 
> 
> So, 2008 is already causing me stress and woe :-D I'm hoping you guys can
> give me a hand. This morning I've been working on a small dynamic CMS for a
> friends site and took the new rich cftextarea out for the first time. It
> worked nicely!
> 
> 
> 
> I then followed the steps on Rakshith's blog to get file uploads working on
> it, however I now seem to have broken the entire thing, after completing all
> the steps in the post I went to the page with my editor on it to find the
> editor not loading, just an empty white container, and a JavaScript error in
> the status bar of my browser.
> 
> 
> 
> http://www.rakshith.net/blog/?p=41
> 
> 
> 
> I've gone over and over the steps in that blog article and can't see what it
> is that's causing me the issue, everything looks to be exactly as it should
> be.
> 
> 
> 
> Has anyone got any ideas as to what's going wrong?
> 
> 
> 
> Thanks,
> 
> 
> 
> Rob
> 




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295639
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4