So this may sound a little complicated but I need some help.
I am trying to create a sort of project management functionality for my clients.
So far I have created a new content type called 'client project'. I also installed the ACL and Content Access module so I can allow certain users to view certain projects.
I then created a view that displays a table listing that shows the thumbnail of any proofs and other information.
My question, is it possible to make it so the view only lists projects related only to the user that has permission to view those projects?
For instance User A has permissions to view projects 1, 2, and 3. However the view lists all 10 projects. Is it possible to make it so User A can only view Projects 1, 2, and 3 in table view I set up?
Is it also possible to embed the view in the user account page?
Comments
As for the first question,
As for the first question, I'm sure someone who is more versed in this would have a better answer. My only top-of-the-head thought is to use taxonomy to categorize projects, but somehow this seems like it may be less than ideal somehow. Seems as though it would work, though.
To embed the view into a profile simply use the Insert View module and you can throw a view into any content field on your site easily. Define a special view and/or css classes to make the view unique to the profile page, if you so desire.
I figured it out. All I
I figured it out.
All I needed was node access user reference.