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 a Drupal 10.2.7 site that's up and running.
I have a View as a page based on the content type Photograph which has (for simplicity) fields Description of Photo and Person in Photo (where multiple people can be listed for a given photograph. i.e., Allowed number of values = Unlimited). Person is a content type where the field Name of Person is the link to the Person in Photo field in Photograph.
In the View, I have:
1) a relationship defined between Photograph and Person; and
Using Drupal 10, Smart Date field and the Add to Calendar Date Augmentor module.
The Add to Calendar Date Augemter works great for all events, unless the "All Day" checkbox is selected, and this only affects Outlook and iCal. When "All Day" is selected, the event imported in Outlook and iCal spans over two days (google calendar works correctly). For example: an event is created on July 4, with "all day" selected (so the time would be 12:00AM - 11:59PM), Outlook will import the event starting on July 4 at 12:00AM and ending on July 5 at 11:59PM (iCal is doing the same thing).
I work for an msp and one of our clients sites is in Drupal 8, I received an alert from our hosting provider saying that the site is vulnerable to the relatively recent CVE-2024-4577. I wondered if there is any information of which versions of drupal are vulnerable, or if there is any info on steps I could take to remediate the issue / plans to patch it out from the drupal side of things.
I have created a view of nodes with geofields using Leaflet– the geometries are showing correctly, but how do I set the bounds of the map so that the map automatically zooms to fit the screen size? I can't find anything in the Leaflet view settings, and I'm not sure how to go about adding custom javascript to a view to make this happen.
In my Drupal 10.2.7 site, I have a content type Photograph which (for simplicity has 2 fields: Date Taken and Person in Photo. The Person in Photo field is tied to a Taxonomy item Person.
For simplicity, let's say my taxonomy Person has the values Aaron, Barbara, and Cathy.
I'm creating a view (page) where I want there to be an exposed filter on Person in Photo.