I've just recently started using Drupal and added the combination TinyMCE + IMCE to my installation.
The modules seem to have been installed fine and they appear when I start to edit text content, I also manage to upload images to the server. BUT I can NOT add uploaded files/images to the content. In the IMCE “Image/File Brower” I have no ‘add link’ I ONLY have a ‘delete link’ in the ‘operations’ field.
On this following url I have a screen shot of what I am talking about.
http://www.pasoft.se/imce_error.gif
Since I am new to Drupal I’m not sure if this is an error or a configuration matter. I have searched for this ‘condition’ everywhere in forums and ‘web wide’ but I have not been able to find any other posts concerning this.
Versions:
- ‘Drupal 5.1’, (installed using ‘Fantastico’ at my web host).
- ‘tinymce_2_1_2’ and ‘tinymce-5.x-1.9’
- 'imce-5.x-1.0'
Comments
Did you ever get this fixed?
I'm having the same problem and this is the only post I've found anywhere about it.
...
It's a bug. You should file a bug report in IMCE's issue queue. The issue queue is where the developer of a module sees bug reports.
Possible workaround
I had the same problem and pinned it down to the fact that I'm overriding theme_table() in my theme's template.php.
I haven't got time to figure out exactly what my theme function is doing to the table to upset IMCE, but I've worked around it by putting the following code at the start of the function:
Seems to do the job but it's a bit of a kludge.