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'm starting to program with Drupal 8 (a real rookie) and I need a bit of your experience.
I need to update two views with ajax on the same page (I do not want to update the entire page and I do not want the parameters in the url). Since the filtering criteria are dependent and peculiar, I do not see how to do it through exposed filters or any existing module.
I'm just starting to dabble with TWIG, and I've encountered a question.
I have a PAGE.HTML.TWIG file, which makes my home page display just how I want it. However, of course, the problem is, this content displays on EVERY page. If I want this to ONLY be for the HOME page, I tried changing the filename to front.html.twig but it didn't display right, like it wasn't seeing the TWIG file at all. So I'm wondering, is front.html.twig not the right name, or is there something more I need to do?
I am using sarnia in D7 to view the results from solr. I am trying to implement same functionality in d8. I am able to see the documents in the server and the documents are not indexing to the Drupal 8.Screenshots are uploaded below. Any Possible Solution for this.
I have implemented simplesamlphp/simplesamlphp_auth with shibboleth on our Drupal 8 site. Now every time a user successfully authenticated, that user name is automatically added into Drupal. Is there a way to disable this feature so that the user can still authenticate fine but do not add to Drupal.