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 got some problems with timezones on my custom entity with a datetime field. After importing the entities (directly to the database), e.g. the datetime field for one entity is filled with "2016-09-08T16:00:00". When I'm editing this entity via the entity edit form, I'm getting 18:00:00 as the time prefilled in the form element.
So this seems to be a timezone problem, as the Drupal setting for the timezone is Europe/Berlin (+2?). Is there any way to completely disable the timezone feature either for Drupal at all or at least for this specific field?
hi
sorri.perhaps the question is not asked where you want
please tell me. whether there are modules for version 8 next assignment
1. notifications on events in the topics or blogs where comments are left ... but not by mail and received on the site
2. private messages received on the site, too,
users should be free to choose whether to receive all mail
PS. I'm not a programmer))))
PSS. We do a site for communication
I have problem translate menu link item. I go to /admin/config/regional/content-language and check true "Custom menu link” click Save configuration then reload page but check box not save "Custom menu link”
I have a custom form created in Drupal 8 and all it does is accept a date range which I use to fetch data from a custom table, format it into a CSV file and download the file. My final code is as follows:
I'd like to know if there is any way to make a field editable from a view in Drupal 8. What I would like is for each node to have a select field named Status. Then in a view (Table of Fields display), I'd like a column to have the select fields drop down to change the value. I found the Editable Views module but it's not compatible with Drupal 8.
On my webhoster's drupal instance, I cannot upload files to file or image fields that use the private file system. The reason seems to be that creating directories fails - see dblog:
"The upload directory private://album-image for the file field field_album_image could not be created or is not accessible. A newly uploaded file could not be saved in this directory as a consequence, and the upload was canceled."