All Categories | Topics | Comments | Last comment |
---|---|---|---|
How-To and Troubleshooting Help with getting things done and fixing problems. |
670 | 4,148 | 23 hours 7 min ago |
Requests and Feedback Tell us what you think about Backdrop and how we can improve. |
109 | 588 | 1 month 2 weeks ago |
Help Wanted (Job Listings) Are you looking to hire someone in the Backdrop community to help with a project, port a Drupal 7 module, or work full time in your company? Post your needs here. |
3 | 13 | 1 month 4 weeks ago |
Installation Questions Questions about installing Backdrop, and issues after installation. |
65 | 331 | 2 days 18 hours ago |
Meet-Ups and Events Want to chat with others in your geographic area about Backdrop CMS? Connect here. |
60 | 160 | 1 month 1 day ago |
Backdrop Translations Help translate the Backdrop User Interface. Use this forum for collaboration. |
5 | 16 | 1 year 2 months ago |
Usability Studies Help us make improvements to Backdrop community websites and resources. Try one of the following scenarios and report back to us. |
4 | 4 | 2 years 6 months ago |
Initiatives 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. |
11 | 68 | 4 weeks 1 day ago |
Other Issues which do not fit into any of the other categories. |
64 | 222 | 4 days 15 hours 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)