It would be nice if this module could display synomyms and related terms on certain page and for certain vocabulary.

Comments

nedjo’s picture

Can you give details of what you would like to see? Screenshots? Are you thinking this would be in a block? I'm not promising I'll find time to implement this, but more details would be great.

p0732658’s picture

Thank for your reply ! I wish to build a lexicon on my Web site ( a.k.a : a list of specialize terms with their definition, related terms and synonyms ). At the moment, I'm using a php snippet inspired by the glossary module (not yet updated for Drupal 5) and provided to me by a good soul (corey_1 : http://drupal.org/node/139798) ! This snippet enebled me to display a liste with of all terms in a vocabulary in this form :

Name of the Term 1
Description of term
See also : Term1, Term2, Term3

Name of the Term 2
Description of term
See also : Term1, Term2, Term3

etc.

The result I would like :

Description of term
See also : Term1, Term2, Term3
Synonyms : Term1, Term2, Term3

etc.

With the help of the taxonomy context module and the taxonomy list module, it is possible to display list of terms with the descriptions and related terms. Adding code for synonyms in the taxonomy context module would give the possibily to build complet lexicon.

Thank you !

Denis

sillygwailo’s picture

StatusFileSize
new741 bytes

Here's a patch with that uses the code in the link above, i.e. http://drupal.org/node/139798

It's only for the term display page, though, just below the description. It's against DRUPAL-5--1-0, with some changes around CSS class names and quotes in the code.

sillygwailo’s picture

StatusFileSize
new741 bytes

Slight fix, so that the carriage return happens in the HTML that's generated.

lee20’s picture

@Richard,

Thanks for the patch(es) and the work you've put into this. If you could add an option in the Taxonomy Settings form for deciding whether to display related terms I would commit this patch to the release as it is certainly a great feature.

Leeteq’s picture

Subscribing.

nancydru’s picture

@p0732658: The Glossary module does exactly what you want.

nancydru’s picture

Status: Active » Fixed

Committed to 6.x-2.x-dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.