Question

I need dotnetnuke fck editor's source code. Can you please give me directions for editing the fck editors source?

I need to add images to portal root folder externally.after uploading image it cannot select from the image manager. Image manager only show files uploaded from image manager.

Was it helpful?

Solution

working: the dnn source editor image gallery is working from the database.ie.if you manually copy a file into the portal folder it does not visible in the fck editor gallery.the file listing is done from the databese.

so the solution is,you should make a uploader section for uploading images and give an entry in nuke's file table.then it will visible in gallery.

OTHER TIPS

FCKeditor provider is not a part of the DNN source package anymore, but you can find it at:

http://dnnfckeditor.codeplex.com

Image gallery checks that the portal has read permissions to the folder, and filters the files by extension, allowing only image files. But you should see all the image files, regardless if they show up in the DNN file manager.

But still, I would check if the files are visible in the DNN file manager, and if not, run "Synchronize Files" from the root level.

There's a source package for the editor provider at http://dnnfckeditor.codeplex.com/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top