Glossify works only if content parsing by <?php print $content ?> in node.tpl.php
I want Glossify to work with <?php print $node->content['body']['#value'] ?> because of my complex node template and for capability to other CCK fields.
Glossify works only if content parsing by <?php print $content ?> in node.tpl.php
I want Glossify to work with <?php print $node->content['body']['#value'] ?> because of my complex node template and for capability to other CCK fields.
Comments
Comment #1
rsvelko commentedplease see this task #643844: Decide what to use $node->content['body']['#value'] or $node->body ??? - marking this issue as a duplicate
Please comment there
1. Why is it a bug?
2. Why is it critical?
It seems easy to fix but I do not understand the problem ...