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 develop my websites on a Lamp server that I installed on my local ubuntu. Since a few weeks I had slowdowns especially when I work on the backoffice of Drupal 7. For example it can take up to 5-6 seconds to add a field or a type of content, or when I save or edit a new node. I have more than 70 Drupal sites on my computer, would that be it? On the other hand, on the front end it is always fast. I also have sites on wordpress but those are not too slow.
I want to show for each taxonomy term separated filter options with an exposed view filter. The result listing is always the same. Filters should appear in left column as a block.
What is a good way to realise this?
It would be easy to create a different view for each term but would get messy... because it is going to be 200+ terms.
I really would need some help with contextual filter.
I have a content type I use for products, different kind of security cabinets. In this particulary case it is aboyt burglary safes. They have a classification of 0,1,2,3,4,5, S1 or S2. So all burglary safes has one of these classes. To give them the class I have created a Vocabulary with the name "Burglary Classes" and there I have created the classes 0,1,2,3,4,5, S1 or S2 as terms.
There are separate web forms created on the basis of the Webform module (Drupal 7), sending by default goes to the required e-mail. Everything is within the module.
In addition, there was a need to send the data of the webform application (field) to various CRM (custom) based on JSON.
im using views_show_more module for loading more products on a drupal7 website. if i load more products with the "load more button" at the bottom of the page and click on one of these new products, i come to the products detail page. if i click on the back button im not coming back to the original content from before. instead im coming back to the overview site, but the product i clicked on before is not loaded yet.