I am using timymce. I have installed nodeauto to control viewing and editing access across the site. I can set grants on a node to allow a user to view a node, but I cannot get it to allow the page to be edited. I can open the editor to create a new page but the editor never appears for the page with edit and delete granted. I can grant the user every permission except to be able to edit a page.
Emery Gordon
Comments
Comment #1
emerygjr commentedThe above problem was using drupal 5.1. When I switched to drupal 5.2 it worked without a problem.
Comment #2
emerygjr commentedThe real problem is that I cannot get it to control an existing page. It works for new pages created after the installation of nodeaccess. Set the role to have use the editor and view content. Then the role control or the user control works for all newly created nodes. You can control viewing of new modules but not edit. Edit control will only work on new pages. This means that the node will have to be deleted and recreated to be able to control editing by role or user.
Emery Gordon
Comment #3
talktozee commentedI'm having the same problem. Thoughts, anyone?
Comment #4
talktozee commentedI, however, am using FCKEditor. WYSIWYG problems?
Comment #5
talktozee commentedNope, same as "emerygjr"; if I create a new node everything works like a charm.
Comment #6
talktozee commentedCould it be that parts of the "nodeaccess.module" are accessing the {nodeaccess} table while others are accessing the {node_access} table? Just shooting in the dark here as it's been a long day for me.
Comment #7
emerygjr commented