By rzachary on
Hello,
I have a drupal site with three roles authenticated user anonymous user and an admin user. The problem lies in when i give the admin users the permission to view the administration panel, using administer.module they cannot add any sort of node ( blog entrys, events, pages). Is this something with the users or the administer module.
Thanks
Comments
Have you explicitly check
Have you explicitly check off for the admin user "add blog content" and "edit blog content"? You probably have to do that.
The roles are exclusive. Admin users won't automatically get the privileges you gave to authenticated users. YOu have explicitly give each user group the permissions you want them to have.