Thursday 21 September 2006 8:25:28 am
Hello Claudia, Thanks for your reply, I use ezpublish 3.6.11 (the upgrade from 3.6.* to 3.8.* will be realised in few month).
What i've done :
Copy the "glossary extension package" in the "extension" directory of my website (test).
Add this to site.ini.append(.php) in the override directory (settings/override)
[ExtensionSettings] ActiveExtensions[]=glossary The extension is active in admin of my website.
I've created an ovveride of
design/MySite/override/templates/content/datatype/view/ezxmltags/paragraph.tpl with the following code :
<p>
{$content|glossary(false,109,replace,normal)}
</p>
109 is the node_id of a folder named TheGlossary in my website tree. and now ... what must i do ? No error messages in the debug output.
Sorry not to be able to give you more good information. In What TheGlossary folder consist of ? a folder where glossary function put keywords and links to articles or something like that ? I'm not sure to understand how this extension works and therefor it's difficult to speak about .
I walk in the dark .... and no ligth to know where i must go ...
Patrice
|