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.