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'm showing a view with exposed filters in a modal dialog. As form actions are placed in the footer by default, the exposed filter submit button appears in the footer. We want it to show the submit button (form actions) above the view content in alignment with the filter input elements.
Anyone know a nice approach to prevent a modal dialog from placing form actions in the modal dialog footer?
I need to upgrade Bootstrap 7.x-3.12 to 7.x-3.22. Drupal 7.x was not installed with Composer. I don't have access to the server to install Drush or Composer. Without these developer tools, how do I upgrade to the current Bootstrap? Can I use the Admin UI, Reports > Available Updates > Install New Module or Theme? Or use ftp to copy unzipped Bootstrap directory on my PC to the server directory /drupal/sites/all/themes/bootstrap/?
With the code below, if the user is online, the status is online. But if the user has been offline for more than an hour, the status is missing. Normally it should be offline.
What would be the quick way to change the bootstrap 8.x-3.15 default horizontal menu to a vertical left side menu. The example I found, uses navbar-fixed-left. What would be the recommended way to implement this in a bootstrap sub-theme with minimal changes from the base theme?
On Drupal 8, there is a page on /node/add. I want to customize this page by replacing the links with buttons, but I have not found a template to do that.
I have also enabled the debug mode, but there is no template suggestion.