What I need to do is to setup specific users to be able to edit specific pages. However, when logging in as said user, the edit tab does not appear. The functionality of contentaccess appeared to be the most appropriate, but again, the actual implementation did not produce the desired results.
Comments
Comment #1
dshurett commentedFound out something else about this. This only effects pages that were created prior to the implementation of contentaccess. New pages work as expected.
Comment #2
joelstein commentedI think this issue still exists in the 6.x-1.1 version. I have assigned a node to be viewable and editable by the Director role. When a Director is signed in, they can view the node, but they do not see the "edit" tab. This seems like a bug.
Note, I do not have any other node access modules installed.
@dshurett: Regarding your comment, you probably just need to rebuild node permissions at admin/content/node-settings.
Comment #3
joelstein commentedI figured out what was wrong. The input format used to edit that node was not available to the Director role. I setup the proper access for the input filter (admin/settings/filters) and then everything worked great. I'm marking this as closed.