Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I want to restrict users to create pages and links in the navigation manu.
I have a navigation menu like this:
Depart
- Devel
- Sales
- Ecomonics
- HQ
then I have created access rules for every department (DevelUsers, SalesUsers, ...), and I want when a user from Sales group is creating a new page, he would be able to create a submenu (link) only in the Depart->Sales-> part.
Is it possible?
I am a web designer about to build a drupal site for a client's annual conference. The site is mainly designed to show news and information about the conference. However, it now needs to accept conference registration: everything from taking online payment (credit card or check!) to reporting on invitees to handling group registrants to printing nametags.
I'm working on maintaining a rather large Drupal-driven website and I need some suggestions. I currently have two environments running- development (for experimentation/new features- private use) and live (features that are fully implemented and running smoothly- public use).