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 am a newbie who installed Drupal 7.7 (Running MAMP 2.0.1 on Mac OSX 10.6.8)
modules I installed (following the course "Beginning Drupal 7" by Apress)
Backup_migrate
cck
ctools
nice_menus
panels
token
views
webform
wysiwyg
I hope you are able to help me with the following problem. I had a perfectly working drupal 7 site until suddenly the site itself wouldn't load any longer and would just view:
how do u recommend managing mailing lists in drupal?
now our lists are managed by mailman, but as far as i found all mailman modules are for drupal 6.x or below.. but at the same time i see that drupal.org itself uses mailman mailing lists - anyone has an idea how do they do it?
I recently spent an hour researching how to create a default value for a user reference field. I wanted to create a work history for my users which they would fill in themselves. Obviously, the work history needed to reference to the user filling in the form. For the work history content type I had created a user reference field and I was having difficulty working out how to automatically fill it in with the name of the user.
There seemed to be three approaches:
1. Use a PHP snippet in the default value field for the content type.
2. Use the Prepopulate module.
3. Use hook_form_alter.
The first option was not available to me because I'm using Drupal 7, and Drupal 7, as far as I know, doesn't allow PHP snippets in the default value field for fields unlike Drupal 6.