(For Drupal 6) I would like to create a page that displays all the pages a particular user has permissions to.
I assume this would be done by somehow creating a view that looks at the user's roles, and then displays all the nodes that those roles have permissions to.
Anyone have any ideas if such a module exists? I've seen a few content/node access modules, but none seem to create this view that i'm looking for. Essentially, what i'm looking for is a very similar page to what the 'My Pages' node displays. Except that instead of displaying just the pages I have authored, i want it to display the full list of pages that i can edit.
Thanks in advance for any assistance, Nick