Want to chat with others in your geographic area about Backdrop CMS? Connect here.
Topics | Comments | Posted |
Last comment![]() |
---|---|---|---|
July 16, 2019 - Virtual User Group - Beautify your Backdrop CMS site without code | 1 | 2 years 10 months ago | 2 years 10 months ago |
August 6, 2019 - Virtual User Group - Contributing to Backdrop CMS | 0 | 2 years 10 months ago | 2 years 10 months ago |
Michigan User Group | 1 | 2 years 11 months ago | 2 years 11 months ago |
VUG topic suggestion | 2 | 2 years 12 months ago | 2 years 12 months ago |
DrupalCon 2019? | 0 | 3 years 1 month ago | 3 years 1 month ago |
Virtual User Group - Migrations | 0 | 3 years 2 months ago | 3 years 2 months ago |
Virtual BackdropCMS user group? | 12 | 3 years 5 months ago | 3 years 2 months ago |
Backdrop Birthday Party - Jan 15th, 2019 | 7 | 3 years 8 months ago | 3 years 4 months ago |
SF Bay Area Backdrop meetup | 9 | 3 years 9 months ago | 3 years 7 months ago |
BADCamp - Backdrop CMS Summit - Oct 24, 2018 | 3 | 3 years 9 months ago | 3 years 8 months ago |
Recent comments
My initial goal was to create a menu item that linked to a view that I had configured and that was being created on installation of the module, by including the view config file. To do this, I just...
How to programmatically create a menu link
Yep, node_save() is just a wrapper for $node->save(). This is because the latter is Object-Oriented Programming (OOP), and a lot of people aren't as familiar with that. So the former can be used...
Difference between node->save() and node_save($node)
Seems that they must be the same thing. https://docs.backdropcms.org/api/backdrop/core%21modules%21node%21node.m... I am wondering now if the different behavior I experienced was impacted by other...
Difference between node->save() and node_save($node)