Im trying to set a custom message that gets shown to users after they submit a new node.开发者_开发百科This message is going replace the standard \'@type %title has been created.\'
I have a content type (A) that references a single node of a different content type (B). The node referenced (B) can be programmatically determined using the information for the user creating this new
I am creating a \"sticky\" checkbox for my content type \"news\". this means that one news node is sticky, and is used in a banner like box.
I would like to set some values开发者_StackOverflow in the node before actually writing the data to the DB. I already have it working by modifying book_nodeapi but I would like to do it from outside t
I want to extend Nodes with the title of the parentnode so I can display a hierarchy link. I have a solution that sometimes works:
I have module that implements custom content type via NodeAPI hooks (hook_insert, hook_update etc). I want to add CCK field to this content type and populate it via hook_nodeapi calls like create or u