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'm considering writing a module to track search engine referrals, specifically the keywords used in the search engine query that resulted in the referral. Has anyone written code for Drupal to extract the query strings and maintain counts of the keywords resulting in queries?
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