Drupal 6 administer nodes permission is ignoring content type permissions -


i'm needing set different 'create content' permissions different user roles. appears work when particular role has not been given "administer node" permission. however, without permission role not have permission control whether or not node published (which require) or view content management table (home › administer › content management).

for example, want user role able create new news items , able publish/unpublish them, not create new pages (but able edit existing pages).

does know way around this? or permissions should set?

administer nodes permission gives more access necessary, , modules use crutch permission since exists.

you might want switch off permission , implement override node options module let users publish unpublish content. these can work in conjunction create/edit/delete permissions @ content type level.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -