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.
We have a content type called "store" and we plan to change the title of page to be "{title} review", something like if we put Amazon on the title, on the page it should be "Amazon Review"
We plan to use preprocess_page_title, and below are some of the code:
I recently ran an update of a couple of modules, the site put itself in maintenance mode and when I ran the status report, it provided the following message:
Failed to save file due to error "The specified file 'temporary://file665sUl' could not be copied because the destination directory is not properly configured. This may be caused by a problem with file or directory permissions."
Hi I'm working on a D8 site, developing a custom module that needs to show (required by client) 3 consecutive forms inside modals (one button in modal 1 triggers modal 2 and a button in modal 2 triggers modal 3) I'm using bootstrap theme and using Drupal Modal Dialog Api, all works fine in modals 1 and 2, but for some weird reason, when I try to execute any ajax callback on modal 2 form, modal 2 disappears and it only shows a modal backdrop with the body of modal 1 (without the bootstrap modal wrappers). Have someone faced the same issue with bootstrap modals and Drupal Modal Dialog Api?