Forums / General / Trouble loading glossary operator in 3.5.1
Tim Dickinson
Thursday 31 March 2005 6:29:41 am
Hi all,
I just can't get the glossary operator to work on a new site I'm working on (using Exponential 3.5.1).
I've activated the extension in site.ini.php
I've added the following to the template of the class I want the glossary to work with (ad_network.tpl)with node 109 as the folder containing all my glossary definitions:
{glossary(<false>,<109>, <"replace">)} {$var|glossary(<false>,<109>, <"replace">, <"normal">)}
I've then cleared all the caches, and no links to definitions are being added to the relevant articles.
Any help would be appreciated,
Tim
http://www.AdBalance.com - Ad network news and reviews http://www.DevPublisher.com - Website publisher guides, tools and news http://www.AudioMelody.com - Make better music
Ekkehard Dörre
Thursday 31 March 2005 9:58:25 am
Hi Tim,
this should work:
{$var|glossary(false,109,replace,normal)}
Greetings ekke
http://www.coolscreen.de - Over 40 years of certified eZ Publish know-how: http://www.cjw-network.com CJW Newsletter: http://projects.ez.no/cjw_newsletter - http://cjw-network.com/en/ez-publ...w-newsletter-multi-channel-marketing
Thursday 31 March 2005 10:20:49 am
Thanks for your quick reply.
So all I need to do is add that to my override template correct?
I did that and it still doesn't seem to work.
Does it need to be in page layout or something?
Thanks again,
Thursday 31 March 2005 11:16:31 pm
testet in 3.3.x I made an override templatedesign/YOURS/override/templates/content/datatype/view/ezxmltags/paragraph.tpl
<p> {$content|glossary(false,,replace,normal)} </p>
(my node is in ini)put your template debug on
Greetings, ekke