I'm using Drupal 7 and Organic Groups 2.x For each group, I'd like to have a tab called "Files" that when clicked shows a CKFinder. The CKFinder would show all files for that specific group and no others. I do not have overall public content in my setup, all content is specific to a group and is private to the group members.
Is this possible?
Don't know Organic Groups,
Don't know Organic Groups, but you can read about setting access control in CKFinder Developer's Guide: http://docs.cksource.com/CKFinder_2.x/Developers_Guide/PHP/Configuration/Access_Control
You can use ACL settings to limit permissions in whatever ways you need.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Thanks Anna. I took a look
Thanks Anna. I took a look but I can't quite see how it will work for me. Maybe I'm missing something though.
Groups are created on the fly by authenticated users. Members are added and removed on the fly. If I'm understanding the documentation you linked to correctly, I'd need a role defined for every group created, but I'd need to create this role on the fly. And then I'd have to assign this role to the members of the group each time those members logged in? And if they are members of many groups, I'd have to give them multiple roles.
Is there any chance that CKFinder works with pre-exisiting Drupal roles?
For anyone else looking to
For anyone else looking to integerate without OG, it's not possible without writing a plugin yourself. For our project, we wanted something that more tightly integrated with OG and/or Drupal roles so looks like CKFinder isn't quite what we want at this time. Nice looking product though.