Want to chat with others in your geographic area about Backdrop CMS? Connect here.
Topics | Comments | Posted |
Last comment![]() |
---|---|---|---|
July 1, 2020 Weekly Dev Meeting | 4 | 1 year 9 months ago | 1 year 8 months ago |
Las Vegas, NV meetup | 1 | 4 years 7 months ago | 2 years 1 month ago |
Jan 5 - Virtual User Group - Contrib Modules Lightning Talks | 6 | 2 years 3 months ago | 2 years 2 months ago |
Backdrop Friendly Conferences | 2 | 3 years 2 months ago | 3 years 1 month ago |
Backdrop Birthday Party - Jan 15th, 2020 | 2 | 3 years 4 months ago | 3 years 2 months ago |
Nonprofit Technology Conference - Mar 24-26 2020 | 2 | 3 years 4 months ago | 3 years 4 months ago |
Oct. 29, 2019 - Virtual User Group - Porting Drupal 7 Themes to Backdrop CMS | 2 | 3 years 5 months ago | 3 years 4 months ago |
July 16, 2019 - Virtual User Group - Beautify your Backdrop CMS site without code | 1 | 3 years 8 months ago | 3 years 8 months ago |
August 6, 2019 - Virtual User Group - Contributing to Backdrop CMS | 0 | 3 years 8 months ago | 3 years 8 months ago |
Michigan User Group | 1 | 3 years 9 months ago | 3 years 9 months ago |
VUG topic suggestion | 2 | 3 years 9 months ago | 3 years 9 months ago |
DrupalCon 2019? | 0 | 3 years 11 months ago | 3 years 11 months ago |
Virtual User Group - Migrations | 0 | 4 years 1 week ago | 4 years 1 week ago |
Virtual BackdropCMS user group? | 12 | 4 years 3 months ago | 4 years 3 weeks ago |
Backdrop Birthday Party - Jan 15th, 2019 | 7 | 4 years 6 months ago | 4 years 2 months ago |
SF Bay Area Backdrop meetup | 9 | 4 years 7 months ago | 4 years 5 months ago |
BADCamp - Backdrop CMS Summit - Oct 24, 2018 | 3 | 4 years 7 months ago | 4 years 6 months ago |
Recent comments
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?
d'oh. Because of course it is reassigning. Don't mind me... the correct syntax is $form['#attached']['js'][] = backdrop_get_path('module', 'mymodule') . '/mymodule.js';
How do I diagnose Webform Conditionals failing?