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

#2

Status:active» postponed

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

<?php
echo $content
?>
with
<?php
 
echo _inline_substitute_tags($comment, $content);
?>
in the comment.tpl.php
AttachmentSize
inline-comment_upload.tar_.gz 17.76 KB

#4

For D6 in comment.tpl.php

<?php
 
print _inline_substitute_tags($comment, 'comment');
?>
nobody click here