Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Dec 25, 2012 11:22 PM by oned_gk
All-Star
31007 Points
6347 Posts
Dec 20, 2012 07:24 AM|LINK
Try set in web.config
<appSettings> <add key="FCKeditor:UserFilesPath" value="/UserFiles/"/> </appSettings>
and in dev try like this
<appSettings> <add key="FCKeditor:UserFilesPath" value="/Website1/UserFiles/"/> </appSettings>
This sample for FCKEditor, maybe for CKEditor is CKeditor.UserFilesPath Iam not sure
Member
117 Points
542 Posts
Dec 20, 2012 11:29 PM|LINK
I though since it says image link, all you have to do is enter the full url??
Dec 21, 2012 12:04 AM|LINK
I never enter url to image url except from deferent website. If the editor configured well, you can add image by klik
image icon -> upload ->browse -> send to server ->Ok
or
image icon -> browse server -> you can see image already uploaded in server and choose one
Dec 23, 2012 11:35 PM|LINK
do you know how I can remove some buttons from ckeditor?
Dec 23, 2012 11:43 PM|LINK
modify config.js
Dec 24, 2012 12:27 AM|LINK
I'm sorry but what code should I placed here to remove the buttons?
Dec 24, 2012 12:42 AM|LINK
http://docs.ckeditor.com/#!/guide/dev_toolbar
Dec 24, 2012 01:54 AM|LINK
Hello, I found the link to add the image upload in the image button, but I am confuse on wwhich example to follow:
http://docs.ckeditor.com/#!/guide/dev_file_browse_upload
Dec 24, 2012 02:31 AM|LINK
I found this code, possibly for fileupload, but where exaclt do I pace the code? Inside the file name config.js? or inside the file name ckeditor.js?
CKEDITOR.replace( 'editor1', { filebrowserBrowseUrl: '/browser/browse.php', filebrowserUploadUrl: '/uploader/upload.php' });
I cannot find the file browse.php and upload.php inside the folder I downloaded, do you know where to find these files?
Dec 25, 2012 11:11 PM|LINK
for the webconfig, do I need to create a UserFilesPath folder?
oned_gk
All-Star
31007 Points
6347 Posts
Re: Help in using ckeditor
Dec 20, 2012 07:24 AM|LINK
Try set in web.config
<appSettings> <add key="FCKeditor:UserFilesPath" value="/UserFiles/"/> </appSettings>and in dev try like this
<appSettings> <add key="FCKeditor:UserFilesPath" value="/Website1/UserFiles/"/> </appSettings>This sample for FCKEditor, maybe for CKEditor is CKeditor.UserFilesPath Iam not sure
colol
Member
117 Points
542 Posts
Re: Help in using ckeditor
Dec 20, 2012 11:29 PM|LINK
I though since it says image link, all you have to do is enter the full url??
oned_gk
All-Star
31007 Points
6347 Posts
Re: Help in using ckeditor
Dec 21, 2012 12:04 AM|LINK
I never enter url to image url except from deferent website. If the editor configured well, you can add image by klik
image icon -> upload ->browse -> send to server ->Ok
or
image icon -> browse server -> you can see image already uploaded in server and choose one
colol
Member
117 Points
542 Posts
Re: Help in using ckeditor
Dec 23, 2012 11:35 PM|LINK
do you know how I can remove some buttons from ckeditor?
oned_gk
All-Star
31007 Points
6347 Posts
Re: Help in using ckeditor
Dec 23, 2012 11:43 PM|LINK
modify config.js
colol
Member
117 Points
542 Posts
Re: Help in using ckeditor
Dec 24, 2012 12:27 AM|LINK
I'm sorry but what code should I placed here to remove the buttons?
oned_gk
All-Star
31007 Points
6347 Posts
Re: Help in using ckeditor
Dec 24, 2012 12:42 AM|LINK
http://docs.ckeditor.com/#!/guide/dev_toolbar
colol
Member
117 Points
542 Posts
Re: Help in using ckeditor
Dec 24, 2012 01:54 AM|LINK
Hello, I found the link to add the image upload in the image button, but I am confuse on wwhich example to follow:
colol
Member
117 Points
542 Posts
Re: Help in using ckeditor
Dec 24, 2012 02:31 AM|LINK
I found this code, possibly for fileupload, but where exaclt do I pace the code? Inside the file name config.js? or inside the file name ckeditor.js?
CKEDITOR.replace( 'editor1', { filebrowserBrowseUrl: '/browser/browse.php', filebrowserUploadUrl: '/uploader/upload.php' });I cannot find the file browse.php and upload.php inside the folder I downloaded, do you know where to find these files?
colol
Member
117 Points
542 Posts
Re: Help in using ckeditor
Dec 25, 2012 11:11 PM|LINK
for the webconfig, do I need to create a UserFilesPath folder?