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

Heine - September 29, 2007 - 12:49

#2

Heine - September 29, 2007 - 12:52
Status:active» postponed

This depends upon a v3 of the inline module. Postponed until then.

#3

aries - August 22, 2008 - 20:23

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
 
 

Drupal is a registered trademark of Dries Buytaert.