Posted by p0732658 on April 28, 2007 at 2:21am
7 followers
| Project: | Taxonomy context |
| Version: | master |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
It would be nice if this module could display synomyms and related terms on certain page and for certain vocabulary.
Comments
#1
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.
#2
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
#3
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.
#4
Slight fix, so that the carriage return happens in the HTML that's generated.
#5
@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.
#6
Subscribing.
#7
@p0732658: The Glossary module does exactly what you want.
#8
Committed to 6.x-2.x-dev.
#9
Automatically closed -- issue fixed for 2 weeks with no activity.