Scott, Thanks for the reply. I forgot to post back yesterday but I am almost complete. While I have not gotten into plugins yet I was able to figure out how to customize the folders that it uses and now understand how link works
Thanks! On 7/27/07, Scott Weikert <[EMAIL PROTECTED]> wrote: > > Dan Vega wrote: > > I am looking for some people who have used the FCKEditor along with the > > ColdFusion capabilities that come with it. Right now our cms system only > has > > ActiveEdit built into it and I would like to change that because users > are > > limited to IE (boo). I have everything setup in our cms so that the > editor > > works great and uses a specific folder that is controlled on a per > > application basis using the following > > > > <!--- fckEditor ---> > > <cfset application.FCKeditor = StructNew()> > > <cfset application.FCKeditor.userFilesPath = > > "#application.ApplicationName#/myfolder"> > > > > Now that the editor is working and I have been able to configure the > > filebrowser and image uploader I have a couple of questions. > > > > 1.) If a user wanted to add an image they can just click on the image > icon. > > This works great but what if they wanted to link to > > a pdf document, where is a general filebrowser button? > > > Highlight your text to use as a link, click the "link" button, and click > "browse server" at the bottom of that popup to get at the "file" area > (as opposed to the "image" area via the image browser). > > > 2.) When you get to the filebrowser there is a drop down of folders. > > Image,Flash,Media,File. Does anyone know how to customize this list? If > i > > just change the list > > below it does not work, I have also tried in a couple other places but > can > > not find the answer. > > > > > Do a search on your FCKEditor folder for the word "media". You'll find > some references to it, including spots in the code where it's > references. There's a few spots you'd have to change to get this sort of > thing to work. Good luck on that one! :D > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284717 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

