Right now, I have a website where people can post artwork and scripts, and others can comment on them. I am currently working on making my own custom user profile. I would like to have either a link to another page, or to have displayed right on the profile, a list of all the things that this specific user has contributed. And so, that's simple enough, if you just use the filter "author is current user" on the view. BUT, I would also like other users to be able to browse the lists of what other users have submitted.
I'm having a bear of a time figuring this out. I'm creating an intranet site for my company, using organic groups to create private work spaces for a variety of teams.
My problem is that an authenticated user who is not a member of a group can still see the content of groups that he is not a member of. And I can't find a place to turn that access off. What am I missing?
I'm using core 5.1, and downloaded the head version of OG today to make sure I was using the most recent code.
For the past few weeks, I have been planning my next Drupal build. This one wil be a multisite. As i research, I keep track of the pages and posts here on Drupal.org that I wish to return to for reference.
This is the second time I am posting as I wasn't able to understand the previous time properly and the thread kinda died. Here was the question http://drupal.org/node/110720 Anyway so let me again ask it -
I'm using CCK to create a new node type (call it "listing") and I want users to have access to their listings but not to anyone else's. I'd like to have a tab in their profiles or a link in their menu to go to their authored listings for editing but I don't know how to do this without giving them access to other people's listings. I know there's a way to do this but I'm stymied and searching the archives isn't helping.