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 have pages in a view that I want to display during a season and there is a field that is a taxonomy of {summer, fall, winter, spring}. My problem is that I cannot figure out how to get the current season and compare it to the field in my pages. I can calculate the season using php:
$value = '';
$today = new DateTime();
echo 'Today is: ' . $today->format('m-d-Y') . '<br />';
I have a site that uses leaflet map and geofied. I found it to be a headache to set up as it required composer to install some files somewhere. I say somewhere as I am a bit of a novice with regards to Drupal. I found a post that mentioned 2 composer requirements
Hello all - first post and new Drupal admin. I just set up Drupal on a Linode VPS and used Composer to download the core and dependencies. I tried to make sure user permissions are all set correctly. I basically have everything owned by a non-webserver user and the permissions are 755. The webserver user is a member of the group so it gives the webserver read/execute access on all of the files but no write permissions. I did have to temporarily grant write permissions to the settings.php file for the web based installer to run and complete and per it's instruction removed the write acc