I am building a site that needs to automatically create hyperlinks for certain words in the pages body. For example, every occurrence of the word "impeller" in the pages body needs to be hyperlinked to a node or view of impellers. Glossary and taxonomy_redirect come 99% of the way to being able to do this.

The problem I have is that, by design, glossary will output the hyperlinks to /glossary/term/id if the term is not associated with any node. However, I need it to always output to /taxonomy/term/id so that taxonmony_redirect can rewrite the hyperlink to point to the node or view that I want shown.

I created the following patches to add a new option to the General Tab of the Glossary Settings tab and to force Glossary to write the hyperlinks to the taxonomy term.

CommentFileSizeAuthor
glossary.module.patch541 bytessmaier
glossary.admin_.inc_.patch686 bytessmaier
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

smaier’s picture

Assigned: smaier » Unassigned
gobinathm’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)

Closing the issue. It was inactive for a long time & it's related to a Drupal Version which is not supported anymore