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.
After moving the site from an Ubuntu 16.04 LTS server with PHP 7.0 to Ubuntu 18.04 server with PHP 7.2, I'm getting this warning:
Warning: file_exists(): Unable to find the wrapper "translations" - did you forget to enable it when you configured PHP? in file_create_htaccess() (line 488 of /var/www/pvn-do-e.roztr.com/html/includes/file.inc).
I'm not sure if this warning is linked to the newer version of PHP or something else, but any advice on how to configure this wrapper will be appreciated.
I built a chart in views and it works fine in Views auto preview, but when users see his data displayed in Charts the last entry shows as zero despite it has a value.
I have several nodes from several authors, how can i let an authenticated user to select some of these nodes (currently im doing it with flag module) and by using a webform(the module) send the flagged node data and extra fields by email to the selected nodes individual authors?
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.