I am using Search API and Search API SOLR modules to search with SOLR. Now I would to change the query and I already learned how to do it. Last thing I need is to allow user change query through some selection in checkboxes.
So what I need is:
1. Add checkboxes to search form (they cannot change the query, I want to it manually)
2. Find which cb are checked and manually changed the query.
I'm getting trouble doing this simple task and after hours diving into forums, I can't find any answer. Here it is :
I've created a custom block via the UI. This block has id number 2, as seen in the URL and is placed in the header.It's sole purpose is to show a string depending on the current user data on user login.
I've created a custom module which invokes the MY_MODULE_user_login hook, in order to get the string I need to show in the previous block :
I am trying to use the EU Cookie Compliance (GDPR Compliance) module.
I wish to have seperate cataegories which users can agree/decline and for javasscripts associated with each category to be loaded or not loaded accordingly.
However this is not working, the module is not adding the javascripts which have been consented to
Currently working on a digital resources page for a library. Like many libraries, this library has a digital library, with multiple online resources that link out. Each digital library resource has its own clickable icon in a grid format. Each digital resource is its own node, and they have been placed in a view. There has also been a separate view placed on the digital library page which is a flickity carousel with a view placed inside, with each individual resource node filter placed in each slide of the carousel.