By neablo on
Hi!
Is there a module, which can recognize words (for example "art")
and can automatically convert this word to a link (for example a page/node with the latest art news) ??
Thanks
neablo
Hi!
Is there a module, which can recognize words (for example "art")
and can automatically convert this word to a link (for example a page/node with the latest art news) ??
Thanks
neablo
Comments
freelinking
Try the freelinking module. This gives wiki like possibilities, but you have to setup the links manually.
thanks
thanks, that was helpful for the first.
But I'm still trying to find an automatic replacing module, which can do this in the style of the smileys-module
The freelinking module is a bit too free :-D
ive found sth
i have found an old topic about the same problem, its here:
http://drupal.org/node/22513
but I dont know where to post the code in there
create a module
The last comment in the post that you found explains that you need to create a new module file. Follow these basic instructions:
1. create a blank text file
2. paste in the code that is supplied here http://drupal.org/node/22513
3. name the file textreplacer.module (or whatever you want)
4. upload the file to the modules directory of your drupal installation.
5. go to your drupal administration>modules page and activate your new module.
That should work, although I've not tested it.
smile
yeah, this is what i wrote there.
but thanks for posting it here again for everyone else!