i hope this isnt by design .. but i don't think content which as created prior to enabling the subscriptions module gets a subscibe link

see this post for more detail: http://drupal.org/node/107907

will check code but design SHOULD BE using nodeapi to imbed in EVERY node of type that matches what was set in admin settings

Comments

liquidcms’s picture

sorry wouldnt be nodeapi but hook_link() which i see is being used.. so there is a bug in this code.

i will take a look.

liquidcms’s picture

Status: Active » Closed (works as designed)

ok, i see now.. since the subscription module only worries about comments the link isnt there since no comments for that type was originally set.. and even if i change comment setting for that type. it doesnt update for the specific node - and therefore i also don't get subscription link

hmmm.. i guess a few changes i need to make then since i want to be notified of node updates as well as child additions to the node (being subscribed to)... and i actually will never have comments enabled...

but this module should be a pretty good start for what i need..