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 want to filter post based on the year, so used Content: Authored on (grouped) and tried to find a way to collect all related posts but seems everything should be complicated in Drupal as usual!
Hello, I'm currently undergoing an internship, our task is to make a custom twig to display, for example a list of taxonomy terms, I've added a vocabulary with a few terms.
I did this in two ways, for reference the DB table and rows are: 'taxonomy_term_field_data' and there I have my name row with the name(genre) of the movies.
I have a view (page) for which I removed the title block (which outputs the view-title) because it doesn't allow me to implement the design as request (need a wrapper around the view title and the exposed filters).
So I need the view title _in_ the view and the code is there ...
to have more control on each radio button of my custom module also to add onclick action for each element i have to override form element template to prevent affect other elements, so i used