I have recently updated to the latest versions and now I can't see links the to upload, resize, etc.
And I can't even use images already uploaded.

Drupal 6.12
IMCE 6.x-1.2
IMCE Wysiwyg API bridge 6.x-1.0
Wysiwyg API 6.x-2.0

Any ideas?

CommentFileSizeAuthor
imce_issue.jpg46.99 KBmichalczernik

Comments

ufku’s picture

Status: Active » Closed (duplicate)
grasmash’s picture

I'm having the same issue! Where are the upload buttons?

knalstaaf’s picture

Version: 6.x-1.2 » 7.x-1.x-dev
Issue summary: View changes
Related issues: +#2357871: Permit IMCE to use the Administration Theme

Sometimes the issue arises because of a javascript conflict with your theme.

You can force IMCE to use the admin theme (instead of the one on front) to avoid these issues:

$conf['imce_settings_admin_theme'] = TRUE;