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.
So I have a Drupal 8.5.5 with a View with a single Block display. This block has an exposed input set. I recently learned that the exposed form will not appear unless you configure the Block to use AJAX, which doesn't suit my purposes. Therefore I'd like a way to set the Exposed Input manually via a hook (or some other means).
I have tried populating the exposed input via several hooks, but none of them are influencing the results of the block, they just appear to be ignoring it. Enabling AJAX on the Block does work, but like I say this does not suit my purposes.
I recently updated Drupal 6 to 8 and I migrated a lot of posts from the old page to the new one.
Everything worked correctly, but if I edit an old article, it disappears from the list where it should appear. I can access it from the Contents page, but I don't know what to do for it to appear again on the website.
I am a novice in Drupal this is the first time I had to work in it.