Help translate the Backdrop User Interface. Use this forum for collaboration.
Topics | Comments | Posted |
Last comment![]() |
---|---|---|---|
Install new language | 1 | 3 years 1 month ago | 3 years 1 month ago |
I am doing french translation | 6 | 2 years 11 months ago | 2 years 11 months ago |
Spanish language Forum and Documentation | 5 | 2 years 7 months ago | 1 year 8 months ago |
Russian language forum and translations | 0 | 1 year 3 months ago | 1 year 3 months ago |
Scandinavian translations? | 2 | 1 year 2 months ago | 1 year 2 months ago |
Recent comments
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)
My difficulties were not so much around entity references or the specifics of creating content nodes for Organic Groups. I was dealing with another unresolved conflict between creating content types...
How to add en entity reference (organic groups) programmatically to create group content