Closed (fixed)
Project:
Taxonomy context
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2007 at 02:21 UTC
Updated:
27 Oct 2009 at 02:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
nedjoCan 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.
Comment #2
p0732658 commentedThank 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
Comment #3
sillygwailoHere'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.
Comment #4
sillygwailoSlight fix, so that the carriage return happens in the HTML that's generated.
Comment #5
lee20 commented@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.
Comment #6
Leeteq commentedSubscribing.
Comment #7
nancydru@p0732658: The Glossary module does exactly what you want.
Comment #8
nancydruCommitted to 6.x-2.x-dev.