Drupal is up and running but how do I ...?

404 response module on non-existent view pages

Which module will help solve the following problem?

Pagination, for example, on this page

Getting a weather widget to work in a content block

I've pasted the code in the content block, selected FULL HTML and the code appears instead of the widget! everytime!

Everything is set right in the settings (according to Co-Pilot AI)

Add new tag to <article> HTML5 semantic tag

How to add a tag to <article>... ...node--view-mode-full</article> semantic tag in a node--article--full.html.twig?

It seems more complicated than i thought

Thanks to all 

Content display hierarchy in Olivero

I am using Display Suite to better manage the layout of different content types.
I don't understand the mechanism, considering that both ‘default’ and ‘full content’ displays are active, of how the theme knows whether I want to use one or the other. Is there perhaps a hierarchy of priorities among the various content type displays? 
Thanks to anyone who can explain the process.

VBO Pass ids as arguments to a page

Hello everybody,

there was a features in vbo 7.x that allowed to pass ids as arguments to a page in views. Unfortunately I cannot find this function in the 4.x version for drupal 11.

Any idea of how to obtain this result? I would like to select one or more rows of the results of a view for pass the nids of the row to an url appending nids comma separated ex. mysite/custom-url?nids=5,6,99,55

thank you 

Which PHP files need to be publicly accessible?

Update: For anyone else trying to handle spurious requests for non-existent files before bootstrap, I've since had success with the following rule, which also catches other filetypes which were often being fished for. It has also reduced the number of requests, so perhaps some bots may take note of 410s and move on. (This code must be placed above Drupal's own mod rewrite rules.)

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} \.(bak|json|log|php|yml)$ [NC]
RewriteRule .* - [G,L]

—————

Pages

Subscribe with RSS Subscribe to RSS - Post installation