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

ufku’s picture

did you read the INSTALL.txt?

phoenixblue’s picture

*blush*

just did.. works now with $closure

ufku’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)