I needed two modifications of this module to make it a little more generic:
1. Change the configuration settings to allow the selection of field used to make replacements, some people don't use "body", this will be better if could be selected per content type, but I didn't have time to do it.
2. Use a function to add the links to the database in order of being used by other modules or scripts.

I made a patch with these modifications.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Greg Boggs’s picture

Hi Santi,

Thanks for the patch. This feature comes up from time to time. I do think we should expand the feature as you suggest before we add it to the stable release, but this could go in the dev release shortly to give people a chance to test it out.

santiwww’s picture

FileSize
5.1 KB

I checked the patch and there was a variable missing, now it is correct. I hope some others will find this useful.