Any time an action is executed on a node, every module gets the chance to say "no", or to modify the workflow in some way. Any module can add to a node, filter a node, decorate a node, etc.
etc. etc.
I've heard it's very hard to promote a user to a role programmatically because user.node (or something) will come in and overwrite your changes before it's saved.
ok so I have Ckk and Flexinode, however the new content types that I create actually display the name of what it is. EG if I call the field name Text, Text will be the heading.
What I want is just the title of the node and then what is in the node. No date, no who created it, nothing but the title and the info. I have looked but haven't really found an answer.
Would using a block, and creating a node and having the block only show up on that node be a way of doing what I want to do?
some of you may be able to shed some light on the following problem with the Yshout module
I am running drupal 4.7.3 bluemarine theme and have installed the Yshout module
I have enabled a block for the module in my righthand side bar, but this only appears correctly on either the homepage of the site or the administration page of the site on all other pages all that is displayed is the title of the block,
I have tried changing various access settings but nothing seems to make any difference
I have a 'job offer' CCK node which has the usual node title field (the position), followed by a descriptive 'Job details' field, after which there are several other smaller fields.
My problem: If I use contemplate to define the teaser, how do I break the descriptive 'job details' field that comes right at the top *and* ensure that some of the other fields below it also show up in the teaser view?
Has anyone else had problems implimenting Contemplate.module to create teasers for CCK? I can't figure out what I'm doing wrong here. The module is installed properly. I've created the templates. But when I look on my front page, or a taxonomy page which should display the teaser, I'm still getting the entire node. Can someone please help?