drupalcckdrupal-computed-field

Alternative to Computed Field in Drupal 6


Is there an alternative to the Computed Field module for Drupal 6? I'm using it, but it causes lots of problems because it's not updating when a user makes changes in his data. (There is a patch, but its makes bugs.)


Solution

  • If you are comfortable programming in PHP, you could create a small module and then use hook_node_api in order to change the value of whatever field to whatever you'd like it to be.