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 have a paragraph and taxonomy field which is referenced to content type. i am able to index these fields(all content filed, paragraph and taxonomy field using add fields in search api config)
my question is how can i show search result to the user if they search with some paragraph filed or taxonomy field and redirect the user to original content(node detail page) from the search result view page.
I have added a js library and associated code to get all Location nodes onto a Map page
This code works fine if I paste it into the map.js file but if I use the drupalSettings variable, the code is appearing in the map.js file but doesn't appear to be executing
The map.js file
(function ($, Drupal, drupalSettings) {
'use strict';
Drupal.behaviors.mybehavior = {
attach: function (context, settings) {
Can someone recommend a way to install a local copy of Drupal 8 without using Vagrant? It doesn't seem to be compatible with my set up.
Should I use VMWare Player? And if so, should I get VMWare Workspace, Workspace ONE, Horizon, Mirage, Fusion? Also, should I then get the Bitnami Drupal Stack, or the Drubuntu VMWare Image?
I've just got a Windows 10 laptop and I just want to install Drupal locally to test an update to an existing website without damaging the live site.
I created a custom module that has a plugin text filter. The sole purpose of the text filter is to remove new line characters and replace them with a single space. I'd like to apply the filter to a long, plain text field. The module was successfully installed (and I flushed all caches) and the filter enabled for the "Plain text" filter. I find that the filter does not remove new line characters. I get no error messages anywhere. I figure something is wrong with my code (I am a total php noob). Here is my FilterWC_Validator.php file
For an intranet project I need to know if it's possible to have multiple books. I also need to archive books and restrict the access for some users. Is this possible?