node_save is a drupal core function in node module which save the actual node.

learn more… | top users | synonyms

7
votes
1answer
274 views

What is the best choice to create a node through code?

The scenario goes this way, I have a node type which has lot of Taxonomy term fields in it. It does also have other fields like text, date etc but 90% of it is a taxonomy field. I am aware that a node ...
0
votes
1answer
140 views

Is there a reliable autosave function for nodes?

We're working with dirty forms to at least warn users before they leave an unfinished page before they save. It kind of works. Would enabling revisions control work? At least in that case an admin ...