I'm sick of trying to get the Bootstrap navbar dropdowns working for my site. I have spent way too much time testing various methods I found by googling so it's time to look for a better solution. How can I remove just the navbar from the theme so I can still use all the other Bootstrap goodies please?
I would like users to be able to create new versions of existing content in my Drupal 7 site. Not replacing this original content but adding another content item which just takes the old content as the starting point. I have looked into the Revisioning module but it appears that only one version of the content will be accessible on the site whereas I would like the original and revised versions (and revised versions of revised versions) to all be accessible. Does anyone know how I might achieve this?
I have been running with PHP 7.1 and today decided to upgrade to 7.2 or 7.3. With both 7.2 and 7.3, I experienced the WSOD so I enabled display_errors and see the following:
Fatal error: Uncaught Error: Class 'DatabaseConnection' not found in
I need to be able to query the Drupal database with sql. I thought I would be clever and use the Views generated query where I could, but the Views query cannot be copy/pasted into an SQL query tool like PHPMyAdmin. I have tried the query using little chunks at a time but at some point it just starts throwing errors. Is there a tool that will convert Views query syntax to regular MySQL query language?
Appreciate your thoughts and if you can help me get the correct mysql query string I would be grateful.