The block class module allows people to add custom classes to blocks in Drupal 7. If people have done that, we should try to upgrade those custom classes to the class field provided by Backdrop core.
GitHub Issue #:
3682
The block class module allows people to add custom classes to blocks in Drupal 7. If people have done that, we should try to upgrade those custom classes to the class field provided by Backdrop core.
Posted 4 hours 36 min ago by (Mike Kettle) in Installation Questions
Posted 18 hours 10 min ago by (Mike Kettle) in How-To and Troubleshooting
Posted 1 day 19 hours ago by (geoma) in How-To and Troubleshooting
Recent comments
OK, add this: $databases = array ( 'default' => array ( 'default' => array ( 'database' => 'mrkdemom_back819', 'username' => 'username', '...
MySQL Database 4-byte UTF-8 support
Pasted in and added username & Password. Settings updated. Now get this when I browse to the site:
MySQL Database 4-byte UTF-8 support
Yes. Can you try switching to the "complex" syntax and see if that helps? In this case it will be: $databases = array ( 'default' => array ( 'default' => array ( '...
MySQL Database 4-byte UTF-8 support