Greetings!
I’m investigating EE2 for a new project and there’s one functional hurdle I’m trying to figure out before I commit to either EE or a custom CodeIgniter build. Is it possible to allow a specific member access to edit only one channel entry?
What I’m attempting to achieve is this: Certain invited users can register on the site as a member and then (once approved, etc) can log in and create/edit their own profile in the form of an entry with lots of custom fields within a channel. The profiles are then searchable and viewable by any front-end user.
Is this possible or is there a simpler way to achieve this? One important piece is that each profile will contain many custom fields and must also be able to have up to 3 uploaded images.
Any comments, thoughts or ideas will be greatly appreciated!