Active
Project:
WYSIWYG image upload - Inline images for your WYSIWYG
Version:
6.x-2.9
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2011 at 02:54 UTC
Updated:
8 Jul 2011 at 17:56 UTC
Comments
Comment #1
eugenmayer commentedWell the submodule API and the submodules like lightbox / colorbox and the caption sub ( see issue queue ) should explain the needed steps
Comment #2
eugenmayer commentedComment #3
wickwood commentedI have not been able to figure out how I can determine the Image ID,
$iid, from ImageCache Actions Add Text.I can load the information for a given
$iidwith$img_obj = _wysiwyg_imageupload_load_inline_entity($iid);And from this I can get
$img_obj->titleto use with ImageCache Actions Add Text.But I need to give the ImageCache Actions Add Text php script
$iidfirst somehow.Any ideas on how I might do this or whether what I'm trying to do is impossible? I sure hope this possible, because we can do some pretty cool things with ImageCache Actions if we can load
$img_obj.Thanks in advance for any guidance and help!
Steve