I need a mod that will replace a specific word if it's exist in the article and transform it to a link.
If you can do it, please send replay here.

Comments

mm167’s picture

my way to do it:

1. a new module with a admin page
a. allow admin to input the word->link mapping
i.e. drupal -> drupal.org, php -> php.net
b. allow admin to select the content types which this feature will apply to

2. for those content types selected
apply the word->link conversion to the content "body" before save to database.

Does it fit your request?
Do u want to see a demo?

S2eve’s picture

sound great.
do you have an email? for privacy

jbrown’s picture

It would be better to implement it as an input filter so changes to the mappings take effect on already submitted content.

--
Jonathan Brown
http://jonathanpatrick.me/