Hi,

I can't see the IMCE checkbox under Buttons and Plugins (image). I did install the module (checked)!

How could this be?
Searched but couldnt find it..

CommentFileSizeAuthor
#1 modules for wysiwig.JPG21.92 KBDavid.W
NO IMCE.JPG57.31 KBDavid.W

Comments

David.W’s picture

StatusFileSize
new21.92 KB

Also here is a screen of the modules i installed.
Both IMCE and Tiny MCE node Picker don't show up in the buttons and plugin page (screenshot from post above)

David.W’s picture

bump

Stephen Scholtz’s picture

Aeroniro, can you try logging in as User 1 (superadmin) and see if the button shows up? We just ran into the exact same problem, checkbox not there for anybody, but as the super admin, it shows up.

Drupal: v6.13
WYSIWYG API: v2.0
IMCE: v1.2
IMCE WYSIWYG Bridge: v1.0
TinyMCE: v3.2.6

We were using this suite of modules a couple months ago, and didn't have this problem before:

Drupal: v6.12
WYSIWYG API: v1.1
IMCE: v1.2
IMCE WYSIWYG Bridge: v1.0
TinyMCE: v3.2.1.1

We have a role set up (Administrator) and have all the checkboxes available on the permissions page checked, but it only shows up for User-1.

Cheers...

UPDATE: Actually, even after you enable the IMCE button, the browse button on the insert image dialogue doesn't show up either, unless you're a super admin.

Stephen Scholtz’s picture

Status: Active » Closed (fixed)

Ahhhh...I forgot about setting up a IMCE profile. :P

#519174: Browse button only shows for User-1

Aeroniro, make sure you go to yoursite.com/admin/settings/imce and set up an IMCE profile (or use the existing Sample Profile) and assign it to the Roles you want to use the profile. Without a profile, and role doesn't have permission to use IMCE, and therefore the buttons don't show up (both in the editor and in the WYSIWYG settings). User 1 can see it because they always have a profile.

Double check your settings, and if you're still having issues, feel free to re-open this issue.

Jon Zeitgeist’s picture

Hey guys,

I were with the same issue because I'm managing drupal with a common admin user (not User-1).

I just realize that, after install IMCE, I had no IMCE option at /admin/setting.
And to solve that we have to give a new permission to Admin roles.

Then, go to: /admin/user/permissions

imce module
- administer imce(execute PHP) --> Check this to Admin role!

Then, IMCE will be available at admin/settings.
Please, spread this information. Maybe it should be in IMCE's INSTALL.txt.

Jon