I'm using FCKEditor with asp.net and have to say it is great product. The problem I have : when user clicks insert link (new popup window will open) and then when he clicks "browse server" it will open "resource browser" with 4 types to choose from: flash, file, image, media (folders are located in "domain.com/upfiles/").
What I would like to do is add 5th type "ASPX" - so he could click on file and create link. The aspx files are stored in "domain.com/ASPX/" folder.
So how do I :
- add extra type to resource browser (folder outside structure where all other file types are stored)
- how do I make it default selection - so when user click on insert link/browse server the ASPX type will be selected as default ?
What I would like to do is add 5th type "ASPX" - so he could click on file and create link. The aspx files are stored in "domain.com/ASPX/" folder.
So how do I :
- add extra type to resource browser (folder outside structure where all other file types are stored)
- how do I make it default selection - so when user click on insert link/browse server the ASPX type will be selected as default ?
Re: insert link+ file browser
Ok , here is what i have :
I changed config.ascx (in /filemanager/connectors/aspx/)
and
Now when i test it :
http://localhost:1769/FCKeditor/editor/ ... 2723528410
works perfect - it shows all files in folder
BUT when i click insert link in FCKEditor, and in new windows "browse server" the ASPX - is not visible in "Resource type" drop down list - WHAT ELSE MUST BE CHANGED ?
Re: insert link+ file browser
It started to work
- the additional change i was missing :
in filemanager/browser/default there is frameresourcefile.html
edit it , find
and add your new resource type