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 am making a view to display a webform submissions count using Views aggregation functionnality. It works only for logged in users. How can I make this view available for anonymous users ?
Please, how do I copy the settings of the Paragraphs module, from one site to another? I would like to copy the module and all the settings from one site to another. Both sites are on the same server.
I have a view that pulls in fields from a content type. I am trying to print only the raw value of one of the fields. Since there doesn't appear to be any clear documentation on how to do this anywhere, I am forced to ask here.
I have a views-view-field--field-name.html.twig template file. I have tried multiple things to get the field to render, and aside from using {{ output -}} nothing works.