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.
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
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.)