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 would like to allow some users to have permission to 'administer users', but would like to make it impossible for them to edit the primary administrator account (uid 1).
I would also like to restrict these users so that they have access to the 'configure' tab, but only to adjust the 'settings' (and not access rules, permissions, profiles, or roles)
I hope this makes sense - any ideas would be appreciated. I have tried to modify the user.module without any success.
:)
This is Ankur Rishi here at CivicSpace Labs (http://www.civicspacelabs.org). I just wanted to announce that we are in the process of building a module for tying locative information to nodes (address.module). The plan is to implement it on top of an API in an include file also part of this project (address.inc).
For a while I've been wanting a feature similar to LiveJournal's "Listening to" feature to make Drupal an even better blogging platform for nerds like me. I finally finished a thrown together module that I call the "currently" module, because you can put what you're currently listening, reading, or watching in your blog. It integrates with the Amazon Search module to enable searching and showing cover art.
Hi, I am trying to redirect the user to a clean node after downloading a file to the user. It works but is producing the normal pre-empted header error in the watchdog log:
warning: Cannot modify header information - headers already sent by (output started at /home/james/public_html/drupal/modules/webform/webform.inc
I was recently reading about Ohmynews and they have a tipping 'service' which allows readers to make donations to individual authors. As I am aiming to have a similar 'citizen journalism' site, I would love to have this feature.
Is there any way to set up the donations or the paypal tip jar modules to do this? As far as I can tell, they only work sitewide with one account.
Alternatively, would it be possible to create a module to allow people to tip individual users and authors?