Hello all

I'm a recent convert to drupal, and one feature I want to use is annotations. However, although I can add annotation nodes, they don't show up as either superscripts or icons. My settings:

Modules:
personal blog entry
book page
discussion forum
site page
story

Annotation indicator: icon
Annotation icon: misc/annotation.gif
Match type: any substring
case sensitive: case insensitive
minimum number of words: 0

No errors show up in my log, and I can view the created node. But when I show the page that was annotated, there is no inserted HTML in the body of the node.

I tried to determine whether or not the annotation_inject() function is being called. It seems not... Any hints?

Thanks!
Dave

Comments

Anonymous’s picture

The only module whichsupports aannotations at the moment is song.module (see Contrib). It is easy though to add annotation support to a module. just call annotation_inject() in the _view() function. See song.module for an example.

-moshe

- note to Admins. I can't seem to login at the moment. not sure if it drupal bug or not