Menu

#203 PloneGlossary don't highlight text

open
nobody
None
5
2006-04-11
2006-04-11
Anonymous
No

I install PloneGlossary and everything works as
planned, except the highlight of the glossary entry.
When I visit a page where the entry appears, it isn't
highlighted.

I use:
* Python 2.3.5
* Zope 2.8.6
* Plone 2.1.2
* Firefoz 1.5

Regards,
Erick

Discussion

  • Nobody/Anonymous

    Logged In: NO

    I had a similar problem:
    I had a customized main_template, there the javascript
    could not find the html element with the id
    "region-content".

    the corresponding javascript by ploneglossary which
    searches this element is
    var target_node =document.getElementById("region-content");

    If the element cannot be found --> too bad.

    so do a search in the html-code for region-content, if this
    one is _not_ found, you will have to add it somewhere.

     
  • Jeff Mathers

    Jeff Mathers - 2006-08-15

    Logged In: YES
    user_id=971951

    Did you make sure that object type is selected in the
    Glossay configlet in site setup? Do you see the portlet?

    finrod

     

Log in to post a comment.