Posted by mauro72 on June 4, 2007 at 8:43pm
| Project: | Comment Upload |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Issue Summary
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!
Comments
#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);
?>
#4
For D6 in comment.tpl.php
<?phpprint _inline_substitute_tags($comment, 'comment');
?>