By ooter02 on
I'm setting up a site in drupal, but I don't have a way for users to be able to view a list of all their content (nodes) so that they can effictively link them etc.
I'm trying to give them each their own "homepage" of sorts and keep them from being able to edit the entire site.
What permissions can I get them so they can get into the administer menu and view/change only their own content?
Comments
Simple approach is to enable
Simple approach is to enable the tracker. You can also use views and make a page that lists content belonging to the current user.
Thank you, that is exactly
Thank you, that is exactly what I needed!
I missed it when setting up.
re: Allow Users to see their own content in a list
...to view a list of all their content
(View a list of nodes created by a User)
...to keep them from being able to edit the entire site
(Control who can edit content type nodes)
...view/change only their own menu items
tracked helped me
the track core module has helped me .
Do we need View or by default is possible?
I need to show all content list which a user created. i gave him rights to add and view own content already but when i logged in with that user i cant see any listing. i only seeing add content option.
how to show listing of own content for that user. kindly advice me i am new to drupal