The editor shows for user 1 but I am completely unable to get it active for any other role. I have checked all permissions carefully but still it won't show for another role. Permissions are set for roles to be able to edit/create etc. Have I missed something?
Thanks

Comments

sharifudinrizal’s picture

Had the same problem. It seems to recognise the default roles only (user 1, authenticated user and anonymous user). For now I just enable it for authenticated users.

Rob_Feature’s picture

Ditto. Same thing here.

Patroclas’s picture

OK - so is this a bug? Has anyone had success assigning the editor to other roles?

ririzarry’s picture

I'm seeing the same behavior. I assign BUEditor to new roles but the editor doesn't display unless I assign it to authenticated users.

vgodard’s picture

Version: 6.x-1.2 » 5.x-1.1

I had the same problem on the 5.x-1.1 and kinda solved it...
In fact if authenticated is set to "none", your other roles won't have any editor... IF they are listed after "authenticated"...

In order to solve this, in BUEeditor settings, you have to change the weight of "authenticated" to 10 (or wathever) so that it came last...
(and be careful, when I tried to change multiple weights at once, I had some validation issue... so only change 1 at a time...)

weird, but it worked...

eevn’s picture

Version: 5.x-1.1 » 6.x-1.2

The editor isn't displayed when adding a user role while having authenticated user set to none.

ufku’s picture

Version: 6.x-1.2 » 6.x-1.x-dev
Status: Active » Fixed

This is fixed on dev branch.
A workaround for 6.x-1.2 is to use negative weight values for role sorting. This is because authenticated user role always has a weight of 0 which makes it precede the roles having positive values.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

sapark’s picture

Version: 6.x-1.x-dev » 6.x-1.3
Status: Closed (fixed) » Active

Have the same problem -- can't get it to show for other than user 1. Created an empty files/bueditor folder and set to 777, showed for a moment, then disappeared after refresh. Files set to 777.

sapark’s picture

Cleared cached data under performance settings, showed for a moment, then disappeared again ater refresh.

sapark’s picture

Status: Active » Fixed

Disabled block cache under performance settings, and it stayed after refresh. The form is shown in a block (form block module).

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.