well, I find nothing about this need :
how do you change a title or body value from a computed field ?
$node->title = $x;
$node->body = $x;
drupal_set_title(check_plain( $x )) ;does not work. is it overriden at some point ?
well, I find nothing about this need :
how do you change a title or body value from a computed field ?
$node->title = $x;
$node->body = $x;
drupal_set_title(check_plain( $x )) ;does not work. is it overriden at some point ?
Comments
Comment #1
dqdDue to the Drupal core life cycle policy and security support advisery, Drupal 6 is no longer supported. So issues for Drupal 6 cannot be longer maintained. The project maintainer has asked for closing all D6 issues to clean up the issue queue. Feel free to reopen the issue if required or set it to "needs to be ported" and latest D8 dev version, if the issue discusses a still missing feature which can be implemented in the D8 version.