Right now it seems to remember which folder I had selected the last time I opened the finder. Instead of it remembering, or in addition to, I would like to be able to define which folder to select when the finder loads. For example, let's say I have a bunch of football teams as folder names. Within my admin, they click edit to edit the football team and then they click on the "open image browser" link which would then open CKFinder with that football team folder selected. Is there a way of doing that with the API? I couldn't seem to find anything.
Thu, 07/21/2011 - 21:19
#1
Re: Open CKFinder to a default folder
Ok nevermind, unless you have a way of doing it through the API. I found out that the info is stored in a cookie, so I just modified the cookie and it looks like it is working
Re: Open CKFinder to a default folder
Another way would be to:
- set rememberLastFolder to false
- and set the startupPath
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Open CKFinder to a default folder