The Project Management Committee for Backdrop CMS is considering 'initiative' proposals. Post your initiative ideas here and comment on others, one topic per initiative idea.
The Project Management Committee for Backdrop CMS is considering 'initiative' proposals. Post your initiative ideas here and comment on others, one topic per initiative idea.
Posted 1 day 22 min ago by (stpaultim) in How-To and Troubleshooting
Posted 2 days 9 min ago by (stpaultim) in How-To and Troubleshooting
Posted 2 days 7 hours ago by (stpaultim) in How-To and Troubleshooting
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)