If I select icon within settings, the icon forces a line break and appears at the beginning of the next line.
Moreover, multiple icons appear for several entries, linking to up to four different glossary terms. The same thing happens with 'superscript' setting.
If I select 'acronym link' it works much better, but the "replace only first match" is not working with some terms and the links are associating with the wrong terms and providing the wrong term in the 'tooltips.'
I have noted in the read me file the following point: ensure _head() hooks is called in the theme file. I have no idea what this means. Could this be the source of the problem?
Could it be because several of the terms are two word terms, the second word of which is common to several terms (ie. frontier mission, intercultural mission, etc.)?
Finally, can someone explain what the "match type" settings refer to and how to use them correctly?
thanks
Comments
Comment #1
killes@www.drop.org commentedCan you try a new download? It will be re-packaged about at midnight GMT.
Comment #2
joe lombardo commentedI'm have the same problem with line breaks. I'm using the 4.4 version of glossary and 4.4.1 of drupal. Another post said not to mix and match versions, so I am hesitant to grab the latest CVS for glossary.
As has been said elsewhere. This is a really sweet module. The contextual ever present glossary is sure to help newbies get up to speed quickly.
Thanks!
- Joe
You can see the line break here --> http://www.boatbloggers.com/?q=taxonomy/page/or/41
Comment #3
killes@www.drop.org commentedI think this is an css issue. Pushbutton has the following css:
img {
display: block;
border: 0;
}
which causes this. We probably need to add some extra css class and some sample css.
Comment #4
moshe weitzman commented