I'm trying to get IMCE to work with BUEditor. I made it work for the superuser (user-1), but I can't get the browse button to show for other users.

Here's what I tried:

  • I edited the "Sample profile" in IMCE to allow for all file actions on the user's directory. I even created a subdir myself for the test user following IMCE's suggesten naming convention, just in case it was the dir creation that was causing problems.
  • I assigned the "Sample profile" to the roles for my test user, which is a normal authenticated user.
  • I checked that the filter used by the user allows for &laquoimg&raquo tags.
  • I tried assigning the "User-1" profile to my test user. This didn't change anything

What am I doing wrong here?! Hope you can help, thanks!

Comments

ufku’s picture

Firstly, the browse button should appear if at least one role of the user is assigned an IMCE profile.
Your user is authenticated user and this role is assigned an IMCE profile. Right?
You don't need to go in details of the profile settings.

Now, what is the code in the button content that checks if the user has access to IMCE?

ufku’s picture

Status: Active » Closed (fixed)

Closing 6.x-1.x issues as this branch is no more supported.

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