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.
Hi! I'm new to HTACCESS and all it's power, and I'm trying to set up SSL on some of my Drupal 7 site. This requires a little rework of the HTACCESS file that's provided. So far, I got SSL to work on all pages, but there are some paths I'd like to keep regular HTTP and not secure them. Most of these are "outside" my typical Drupal install, but still on the same domain.
I have a view that displays the number of submissions of a certain webform using a [webform_submission_count_node] field. That works fine. After filtering for the specific webform the number of submissions is displayed.
I have a view that displays the number of submissions of a certain webform using a [webform_submission_count_node] field. That works fine. After filtering for the specific webform the number of submissions is displayed.
I'm using MailChimp (MC) in Drupal 7 and some of the merge fields I have in the MC list I've created cannot be provided during the initial subscription of the user to that list. When my registration form calls user_save(), I do have the user email, creation date, username, etc. But, later, I might have them provide more information about themselves and when I do I'd like to be able to programmatically send that new information up to MC as one of the merge fields.
I am creating a photo gallery site. We want to allow 50 to 100 images upload per node. This can be done in DRUPAL 8 but how can we do this in DRUPAL 7 as we do not wish to allow unlimited.
I am not a drupal expert or coder, hence a easier option will help