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.
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?
A third-party who holds data for the company I'm helping, says they can run a script on the website I'm working on, every time the data I need to access changes.
The data can only be accessed via FTP, so I need to use FTP to store all the data in a database (or flat text file as the data is fairly small) every time the script is called.
In theory, I can do this as a standalone PHP script outside of Drupal, however, it seems more sensible to use Drupal as it will be more secure and I can use the FTP libraries etc.
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.