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.
The site uses the eStore template and the eStore Frontpage module. On the main page there is a header with the text "BLOG AND LATEST NEWS" which I would like to change, but I just can’t figure out where it is, it doesn’t give any results in MySQL, I scanned all the files with Notepad++, found three files
Pretty simple question, is it possible to reference the user who initiated the deletion action of the content/node in the trigger/action email about it? I can reference plenty of things in the node, but not the user who pressed the delete button kind of thing.
Some research i've done says I can create a log entry in with a watchdog via PHP but, that doesn't quite work for my purposes, one because we already do that, but two, because our logs record far too much activity and only hold about 48 hours worth of logged events and there isn't really any way to search them.
I'm using a Drupal Bootstrap distribution (Varbase) and trying to create a secondary menu (navbar) that is full width.
At first, I just created a secondary menu and placed it where I desired. I made the navbar dark theme by applying the following classes to the menu via the block_class module.
navbar sticky-top navbar-dark bg-primary
That works great as a first attempt. Almost there. The menu is filling the horizontal space of its div.
Im trying to change the language switcher on my website to not be text but instead look like flags. I have no idea how to do it. I have languages set up using the language module.