Hi,

I've been on a lookout for a module that automatically converts node inline text into internal links to taxonomies or nodes.
For example, I've got the following text:

Microsoft is a great company and they launched Microsoft Office 2007 recently.

would become the following after saving this node:

<a href="/taxonomy/Microsoft">Microsoft</a> is a great company and they launched <a href="/nodes/microsoft-office-2007">Microsoft Office 2007</a> recently.

Is there any module that can do this right now for Drupal 6?

Thanks,
BB

Comments

WorldFallz’s picture

IIRC, there's one for node links, but I'm not sure about taxonomy though. A quick browse of the filters category will show you what's available.

Also, if a specific filter doesn't exist, you can probably create what you need with either the http://drupal.org/project/flexifilter or http://drupal.org/project/reptag tags modules.

===
"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." - Ben Franklin
"Search is your best friend." - Worldfallz

mediamash’s picture

have you found a working solution for this?