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 understand that the Statistics module available in Drupal 10 core would not be included in Drupal 11 core (but will be available as a contrib module).
Whatever happens,
Is there any way to calculate what is the most viewed node without the Statistics module?
Any information or measure available to Views module that can even incline in that direction?
Hi, after many searches and tests, I am asking here for kind suggestions on what seems to me quite a common scenario but for which I haven't found a way (without writing php code).
Scenario: a content type PARENT and related content type CHILD, where n children are related to 1 parent.
The issue: how to pass dynamically a value from the parent to the child form? For example a field value in the child is a concatenation of a field value in the parent and an input string typed by the user in the child form.
Sorry if this isn't the right place to post feedback on the release candidate. I've updated to Drupal 10.3-RC1 and am getting the following error with my theme that uses contrib Classy and Stable as base themes:
TypeError: array_key_first(): Argument #1 ($array) must be of type array, string given in array_key_first() (line 455 of /app/web/core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php).
I maintain a blog using Drupal 10.2.7 using CKEditor 5. I recently had an issue where a blog post promoted to the front page showed the image from the post but no text. I had not defined any Summary text, expecting Drupal to apply its default behaviour. I recreated the problem on a test site https://drupal10test.sinet.ca/.
I have created a view of nodes of a certain content type and I wish to present a view-page or a view-block of this view inside a pop up (simple JavaScript popup).