drupal
Blag Got Blaggier
While everyone out there is getting their beauty sleep in preparation for black Friday madness, I’m rebuilding this blag. In fact, I just finished. There are still a few things to polish here and there, and of course most likely I will never fix them. (That’s the end of that sentence.)
How to build a node in Drupal programmatically
Sometimes you want to create a page or a story, or any other node-based piece of content (but not content-type) programmatically. I’ve searched for explanation, and once again, when I can’t find something fast, I share it here. In this case I had to have some conversations.
It’s quite simple. Turns out Drupal uses php standard [...]