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.
Governing a province like Utrecht can benefit from a veritable, digital ecosystem. Multiple websites fit for the various purposes a province wants to serve, all of them recognisable and interconnected through branding. This is what the Utrecht province asked us to build.
Our main tool: Drupal. Multiple websites, united by a single codebase.
I have a content-type (house) with a date field "field_visiting_date" to indicate when a house can be visited.
Instead of just display the date, I also show how many days there are left until it's visiting day,
so in short, the difference in days between the visiting_day date and today. I currently have in my node display "teaser" twig file:
I need help with a menu item I want to create programmatically through (this is a piece of extra information) a presave hook. In particular, I want to make a menu item that is a child of a menu item created by a view (in the view administration page).
Also: I listed all children of a specific menu item (that is the parent of the menu item created by the view) and, of course, it wasn't listed with the other *basic* menu items.
How I can create a menu item that is a child of the view menu item?
Im having a problem with some of my views only when Im using Firefox both on mac and windows.
When I load the page the view with a grid option doesn't load and instead shows a loading icon, however if I resize the window even slightly it loads fine.
I'm using nginx web server, drupal 8.
Please could you help as I need it to load straight away. Thank you in advance for any help.