I would like to delegate adding/removing users from a specific user role to specific power users. I do not want them to have full admin privileges and thus I would like to be able to specify exactly which user role they can add and remove people from. They should not be allowed to change any other user role or change the actual permissions of that user role.
I found a module called RoleAssign but this is only for 6.x and earlier.
Hello, this is kind of a general question for the more experienced developpers.
I'm currently working on a project, and i find myself using global variable a lot so i can transfer information from one template to another, or from one themable function to another...
It all works fine, but i'm kinda wondering if this is considering "dirty" and if so if there s a cleaner way to do it?
I'm relatively new to Drupal, and thusfar haven't had to delve too far into writing custom code, having managed to get most of the functionality from contributed modules. However, my client requires the ability to have a [EDIT:] product registration form which allows the customer to "add another" text area to the form so they can register an unlimited number of products at once.
I am intending to create e-portfolio system where students can upload their e-portfolio such as resume, past projects, images etc. I am new to drupal and I am finding it difficult to find a good starting point.
Could anyone advise me on what modules I should be looking at or any relevant tutorials?