Help with getting things done and fixing problems.
Topics | Comments | Posted |
Last comment![]() |
---|---|---|---|
layout icons | 1 | 4 years 3 months ago | 4 years 2 months ago |
Cannot create a vocabulary | 5 | 4 years 2 months ago | 4 years 2 months ago |
Mailchimp library | 7 | 4 years 9 months ago | 4 years 2 months ago |
Forum Topic Subscription | 6 | 4 years 3 months ago | 4 years 2 months ago |
How to localize registration emails? | 7 | 4 years 5 months ago | 4 years 3 months ago |
Get Started with a Local Dev Environment Quickly | 2 | 5 years 4 months ago | 4 years 3 months ago |
Problem adding styles using additional style sheets | 16 | 4 years 7 months ago | 4 years 3 months ago |
How to apply custom CSS to blocks? Accepted answer | 2 | 4 years 3 months ago | 4 years 3 months ago |
Need help for core update Accepted answer | 6 | 4 years 3 months ago | 4 years 3 months ago |
User_Profile - It should be that simple... | 2 | 4 years 3 months ago | 4 years 3 months ago |
Difference between what is in config vs database | 3 | 4 years 3 months ago | 4 years 3 months ago |
Additional uncaught exception thrown while handling exception | 3 | 4 years 3 months ago | 4 years 3 months ago |
How do I test a pull request Accepted answer | 5 | 4 years 3 months ago | 4 years 3 months ago |
Using Backdrop and other repositories in your own installation | 2 | 4 years 3 months ago | 4 years 3 months ago |
menu blocks | 3 | 4 years 4 months ago | 4 years 3 months ago |
Mass User table Importation & Field Expansion | 7 | 4 years 4 months ago | 4 years 3 months ago |
No thumbnails in library | 9 | 4 years 5 months ago | 4 years 4 months ago |
Title block keeps disappearing Accepted answer | 1 | 4 years 4 months ago | 4 years 4 months ago |
Can't get hook_views_query_alter to work... | 0 | 4 years 4 months ago | 4 years 4 months ago |
Clash between regpath module and profile module. | 2 | 4 years 4 months ago | 4 years 4 months ago |
How do breadcrumbs work in BackdropCMS core? Accepted answer | 2 | 4 years 8 months ago | 4 years 4 months ago |
Login toboggan clashes with profile module | 0 | 4 years 4 months ago | 4 years 4 months ago |
hook on before every page view? | 2 | 4 years 4 months ago | 4 years 4 months ago |
Exactly how are user password fields supposed to work? | 5 | 4 years 4 months ago | 4 years 4 months ago |
Tokens missing? | 2 | 4 years 4 months ago | 4 years 4 months ago |
Recent comments
Thanks for the guide, let me do just that. I hope there is still a chance of these seeing a backdrop port.
Station and Community Media
The block system and API in Backdrop is very different from Drupal's. In Backdrop, as in Drupal, modules can define blocks in code (in fact some of the API at this level is the same, with...
Drupal block module conversion
This was from examining line 2463- of the webform.module, where // Attach necessary JavaScript and CSS. $form['#attached'] = array( 'css' => array(backdrop_get_path('module', 'webform...
How do I diagnose Webform Conditionals failing?