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 gone through every piece of documentation and tutorial and for the life of me I can not get clean URL's enabled!
Could someone please provide some guidance or assistance?
Our organization is considering from making the switch from Ektron to Drupal so we really want to test it out. This feature is important to us, and a decision making factor so it's crucial we get it working.
I am new to Drupal and stuck with something I thought would be rather trivial.
I have created a view that lists all related entities to a given taxonomy term: movies grouped by genre. The path for this view is /review/%genre.
Now I want to create a view (/review) that lists all genres and links them to the movies grouped by genre page. However, the taxonomy terms link to /taxonomy/term/ID and I have not found a way to adjust that path. I read that a module called Entity Path was helpful for that, but it is Drupal 7 only as far as I can tell.
I am continuing to explore Drupal. It is really powerful. But I can't find the right way to build a custom page.
I wan't to create a completely custom page with custom data.
Now I have following structure.
I've created the page--front.html.twig template file. And defined it like that
Recently I faced a problem where I needed to add some properties to the EntityReference field type. Inspired on this article I decided to created a custom field type that extends EntityReference and adds the properties there. Everything works fine.. The custom type, the custom widget and the custom formatter, that inherit from there corresponding of EntityReference classes.