Does there exist a module for Drupal 6.x that searches and replaces text in nodes' content when they're created by users?

eg. an user insert a body node which contains "Drupal" and the module converts it in "<a href="http://www.drupal.org">Drupal</a>"

Comments

WorldFallz’s picture

those are called filters in drupal-speak, see http://drupal.org/project/Modules/category/63

===
"Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime."
-- Lao Tzu
"God helps those who help themselves." -- Benjamin Franklin
"Search is your best friend." -- Worldfallz

Antinoo’s picture

Could you give me any hint to choose the one I need?
I can't see which filter will do that simple replace task...

Will wordfilter save the replaced text into the db or will it replace words "on the fly" (when displaying a node content)?

Thanks!

Antinoo’s picture

It seems that wordfilter does not stores the filtered version into the db.
For performance reasons, I'd like to replace the text only on node insert time.
Must I create a module to do that?

WorldFallz’s picture

it's been a while since i browsed the filter modules but the ones that spring to mind are customfilter, flexifilter, and reptag.

===
"Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime."
-- Lao Tzu
"God helps those who help themselves." -- Benjamin Franklin
"Search is your best friend." -- Worldfallz