Comment upload with inline filter
mauro72 - June 4, 2007 - 20:43
| Project: | Comment Upload |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Description
At this moment the inline filter is not working with comments. I placed a support request with this issue in the inline module section, but I wonder if someone knows a way of intagrate comment upload with the inline module.
Congratulations for this module!

#1
Cross ref: http://drupal.org/node/149300
#2
This depends upon a v3 of the inline module. Postponed until then.
#3
I've modified. It works both nodes and comments, but you have to change the simple
<?phpecho $content
?>
<?phpecho _inline_substitute_tags($comment, $content);
?>