Drupal module to manipulate every node's body
Posted
by sutch
on Stack Overflow
See other posts from Stack Overflow
or by sutch
Published on 2010-03-16T15:08:49Z
Indexed on
2010/03/16
15:11 UTC
Read the original article
Hit count: 352
drupal
After importing content from a legacy website using the Feeds module, I'm left with node bodies that contains links back to the old website.
Is there a Drupal module that will perform a one-time process to iterate through each node, manipulating the content of nodes using some custom code?
© Stack Overflow or respective owner