Closed (fixed)
Project:
Glossary
Version:
5.x-2.6
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2008 at 19:38 UTC
Updated:
3 Oct 2008 at 14:16 UTC
Jump to comment: Most recent file
Comments
Comment #1
nancydruIf the field is set up to be filtered, it might get them. Otherwise, this would have to be a CCK issue.
Comment #2
fluxline commentedfrom what i see in the help:
The Glossary module scans posts for glossary terms (and their synonyms) in the body.
and the little looking i did in the module, it appears that only the body text is acted on, not anything else. digging around in cck is a bit beyond me right now.
Comment #3
nancydruMe too, unfortunately. Glossary should get invoked in any content that is filtered.
Comment #4
alvinet commenteda solution is edit node.tpl.php add this line before "print $content"
$content =check_markup($content, 3);but there is a problem in layout... Does anyone have a different solution?
Comment #5
nancydruIn CCK, when you create a text field, you can specify that it is to be filtered. If the field is defined that way, it should go through Glossary.
Comment #6
fluxline commentedthank you nancy, i will give it a go.
Comment #7
nancydruComment #8
alvinet commentedI add text field but it work only if widget is set to text field. I'm using check boxes with filtered text and it don't work :(
Comment #9
nancydruWhen you are defining the widget, you will see a section titled "Text processing." Under that there is a radio labeled "Filtered text (user selects input format)" - select that and it should trigger Glossary as long as the input format you choose uses the Glossary filter.