Hi all,
I open ckfinder in a popup, now i'd like to filter contet and show only images. how can i do ?
is there some setting that i have to put here ?
<%
' You can use the "CKFinder" class to render CKFinder in a page:
Dim oFinder
Set oFinder = New CKFinder
oFinder.BasePath = "/luna/userMedia/CKFinder/"
oFinder.SelectFunction = "ShowFileInfo"
oFinder.Create
%>
thank you all!
I open ckfinder in a popup, now i'd like to filter contet and show only images. how can i do ?
is there some setting that i have to put here ?
<%
' You can use the "CKFinder" class to render CKFinder in a page:
Dim oFinder
Set oFinder = New CKFinder
oFinder.BasePath = "/luna/userMedia/CKFinder/"
oFinder.SelectFunction = "ShowFileInfo"
oFinder.Create
%>
thank you all!
Re: Image filter in ckFinder standalone version
Adjust allowed/denied extensions settings in the configuration file, this way in each resource type you may apply your own filter based on file extensions.
By default "Image" resource type accepts only images.
http://docs.fckeditor.net/CKFinder/Deve ... s/Built-in
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+