Closed (fixed)
Project:
IMCE
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2007 at 08:04 UTC
Updated:
21 Feb 2007 at 03:45 UTC
i'm using tinymce & imce to upload and add image to node
everything works fine except when i view the node, the image doesn't display
but when i edit the node, the image is displayed in the description text form
i'm using a custom theme to display nodes and when i print_r($node) i can see the image in $node->body
but when i print($node->body) only the text description is shown but the image is not shown
my firebug shows this
<p>
<br/>
<a href=" imceFinitor('/files/uploaded/drupal_org.png', 264, 84, '3.99 KB')"/>
i tried to add the code below in my theme but it didnt work also
drupal_add_js(drupal_get_path('module', 'imce') . '/imce_browse.js');
what am i doing wrong?
Comments
Comment #1
ufku commenteddid you read the INSTALL.txt?
Comment #2
phoenixblue commented*blush*
just did.. works now with $closure
Comment #3
ufku commentedComment #4
(not verified) commented