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?
| Comment | File | Size | Author |
|---|---|---|---|
| imce_issue.jpg | 46.99 KB | michalczernik |
Comments
Comment #1
ufku commented#406844: File browser not showing correctly [A SOLUTION]
Comment #2
grasmash commentedI'm having the same issue! Where are the upload buttons?
Comment #3
knalstaaf commentedSometimes 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;