I am using drupal 5.1. I have installed the tinymce and then the IMCE, When I click the insert image button. there is a image edit forum pop up. but there is only a image url area there. but no image browse button there. so I can't not browse a image from my computer,. anybody can tell me how can I insert a image into text area from my computer. thank you very much

Comments

ghankstef’s picture

I had this too so after some digging I found I needed to add this to the end of my page.tpl.php file:

<?php print $closure ?>

and then it worked

davidjmcq’s picture

Nice thought, but that line is already there on mine. I still don't have a browse button :(