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 building a small website for a friend who has a flight simulator club. After each flight they collect data such as start/end time of flight, the number of kills, etc. in a custom content type, which collects the data and afterwards displays it in a table.
Now they would like a table for each player's profile with the total amount of flight hours, missions, kills, etc., but I have no idea how to collect and calculate the data and to transfer it to another table.
I have created content using the Paragraphs module but when I got to:
Structure > Content types > My Content Type > Manage display > Teaser
The individual fields do not appear as they do with Content created without using Paragraphs. There is just one field listed and all the paragraphs are contained within it.
If I have Content using Paragraphs and I want to control the fields I want to display in Teaser display what do I do?
yesterday, I updated Drupal from 8.4.x (?) to 8.5.1. Since this update, the relative date function seems to be broken.
For example, I definied a content type with fields that show the dates of every day of the next week. I managed this by choosing "relative date" with values "Monday next week", "Tuesday next week" and so on.
This worked fine for a while. But since yesterday the fields show the date of the previous day, e.g. Monday shows Sunday and Tuesday shows Monday. Even if I active the calender views next to the date fields the wrong date is highlighted.
I need to perform a very simple task, but do not know how. On my Drupal 8.4 site I have a very popular page where people comment on daily. My users are asking for a shortcut button on the website to take them to the very last page where content was posted.
How do I make a link or URL to automatically take me to the last page of the node where content was posted?
Thank you. Any help or advice is much appreciated.