TinyMCE 2.1.3 / IMCE browse to image
jeetn - May 21, 2008 - 08:30
Hi,
I have drupal 5.7. I installed TinyMCE and IMCE module developed for drupal 5.x
I had TinyMCE auto-config module config TinyMCE. IMCE is set to be enabled with TinyMCE.
Now, when I want to add an image to a page/story, I can't browse to the image. I have to give the path myself.
What am I doing wrong? I know I've missed something, just don't know what.
Thx :)

Not sure
I'm not sure whether I understood well what you were doing, but this is how it works for me:
When you are in the TinyMCE editor, you click on the picture button. Then a window pops up, that indeed asks you for an image URL, but behind the URL input, there's a button. And when you click that button, the IMCE window pops up, where you can choose to insert previously uploaded pictures, or upload new pictures. Et voila...
If this is not how it works for you, then I would think that there's still something wrong with your configurations.
Cheers
That is how it should work
That is how it should work for... But I don't see the button... That is my problem... I want to see that button :s
As far as I know my configurations seem correct...
Could you maybe tell me what you all did to install tinyMCE and IMCE?
What I did
I installed tinyMCE first (5.x-1.9), created a user profile for tinyMCE, enabled it to be used by all authenticated users, enabled almost all buttons and plugins. Not sure anymore whether I changed a lot other default settings, but don't think so.
Then I installed IMCE (5.x-1.2), enabled tinyMCE support in its settings, and I think that was it. I didn't change the user permissions for the IMCE yet, as I am using it only as administrator for the moment.
Further settings in IMCE: (probably doesn't matter, but anyway:)
Enable inline image... : blank
Dimensions for scaling : 500x500
Thumbnail: blank
upload: u1
Enable extras: yes
Hope this can be of any help?
Cheers
All I can think off is that
All I can think off is that I did not create a profile before installing IMCE. But don't think that can be the problem :s
Gonna test it to be sure though ;)
I'll let you know something ;)
Thx btw :)
Just Tried
I've just tried it... It doesn't work... That stupid browse image just won't show :(
Found it
I have found the problem.
We were working with our own theme, that's why we don't see it... Need to change something to make it work... Will let you know what it was ;)
Any news?
I am curious since I have the same problem.
I only have this problem with Drupal 6.2. I have no problems with a 5.7 installation.
tinymce, imce, custom theme
I saw this post somewhere earlier while looking for a similar problem. Be sure your page.tpl.php has the line for closure at the bottom.
<?phpprint $closure
?>
</body></html>