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 having trouble with an external service, timezones and daylight saving time, where nodes are authored at midnight (eg 00:00:00)
What is the best way to query and update the Authored On field of all nodes authored on any day but at zero hours? I'd just want to add 4 hours to the clock!
Even if I can just get a list of node IDs that would help. I can not see how to do this in views, so I think I'll need to write some custom code or run some sql via Drush?
I'm adapting an existing Drupal 7 site to Drupal 10.
I have many images that were in the D7 site that I have uploaded to the D10 site but I can't find a way to use in pages. The insert module only allows me to upload via URL or uploaded.
Is there any way I can insert an existing image into a page?
I get an error when I use drush to create a new field on a content type called 'configuration' . Please see below for the current fields in the content type and the command that fails when creating a new field. Any help on why the command fails is very welcome.
On the internet I found documentation on how to use the To-Do list button in the CKEditor but in my Drupal 10 CKEditer 5 installation the To-Do button isn't available in the Available buttons toolbar. As a result I can't drag it to the Active toolbar to make it available in the CKEditor.
Any suggestions how to add the To-Do list button into the Available buttons toolbar.
I'm looking for a solution so that the user gets X points for every news content created, and for every comment the user loses Y points.
Is it possible to do this on Drupal 10.3 using modules Points and ECA?
Can anyone give me some advice?