Hi, I am looking at the MySite module as it looks like a great solution for the type of site I want to create. I have a few questions that I was not able to find straight answers for in the documentation and the existing posts on the forum.
1) I would like users to be able to create their own image galleries (at least one per user) and for them to be able to "edit own gallery", but for others to only be able to "access gallery". I would like this feature to happen automatically for each user. That is, I can't be bothered to create a gallery and access rules for each user. Automatic!
2) The same type of permissions should exist on all the user's pages. Similar to a blog's permissions, only the user can create/edit their content, but other users would be able to access/read the content.
Does anyone know the answer to these questions? Thanks in advance!
Comments
Answers
The two questions that you ask really don't apoply to the MySite module itself. MySite simply lets users aggregate content published by other Drupal modules, It does not itself handle the creation or upload of content or images.
Before diving in to the individual module documentation, you might start with the Handbook documents here: http://drupal.org/node/258, because I think you're missing some basic Drupal concepts.
For question #1, check the modules repository for image gallery tools. There is currently no image support in MySite, though it could be built to handle images or gallery loaded through another module.
For question #2, this is handled by the core node.module and is generally explained at http://drupal.org/node/22275.
--
http://ken.blufftontoday.com/
http://new.savannahnow.com/user/2
Search first, ask good questions later.