Can glossify work with contemplate? When I changed the template for a content type and printed $node->content['body']['#value'] it broke Glossify. Is there a solution to this?
Can glossify work with contemplate? When I changed the template for a content type and printed $node->content['body']['#value'] it broke Glossify. Is there a solution to this?
Comments
Comment #1
rsvelko commentedglossify modifies the $node->body via hook_nodeapi $op:alter currently
the latest version parses html correctly but I noticed that despite $node->body we have this $node->content... stuff
maybe we need to modify node->content instead of node->body .....
Comment #2
krisrobinson commentedDoes anyone know if this is going to go anywhere?
Comment #3
rsvelko commentedI the maintainer do not have enough info on that matter.
Does anybody has an informed proposal?
My guess here is that since glossify does not save the links into the node but rather creates the links when you view the nodes ONLY, it does not seem to work with contemplate... Maybe also cause contemplate bypasses somehow the core drupal way of displaying a node...
In other words - for some reason Contemplate does things to a node that prevent glossify's autolinking...
Comment #4
Anonymous (not verified) commentedrsvelko
I know very little of this module, but as you have shown interest in alinks, and it has got me interested in your merger idea, maybe the following may give ideas for a possible solution, its one that was provided for CCK fields in alinks. In general alinks auto applies to body
In alinks if I want to affect a CCK field I use the following
In use example
Not sure if its of use
Comment #5
WorldFallz commentedunsupported version