I'll like to know how to use inline filter in comments, apparently it's only works for the node's body.
Please if somebody can give some ideas.
Thank you in advance.

Comments

Mojah’s picture

May I add comments.module with comment_upload.module running.

Thnx

sun’s picture

Component: Code » Miscellaneous

Inline currently processes the teaser and body of a node. Since comments are not (yet) nodes, processing of comment_upload enabled comments is not possible without major customizations to the code of Inline module.

sun’s picture

Version: 5.x-1.1 » 6.x-2.x-dev
Component: Miscellaneous » Code
Category: support » feature
Status: Active » Postponed

This request depends on http://drupal.org/node/172613

You might have a look at Node Comment module which turns Comments into real nodes.