Hi!
I'm using JCE Pro 2.9.81 on Joomla 5.1.4 and I'm trying to set a specific profile for a usergroup when using File Browser from JCE component menu.
I've prepared these profiles, in this order:
- a profile "P_A" restricted to component A and usergroup X, with root directory set to /files/folder_A
- a profile "P_B"restricted to component B and usergroup X, with root directory set to /files/folder_B
- a profile "P_DEFAULT" for all components and restricted to usergroup X, with root directory set to /files
When users of usergroup X use component A or B everything is ok. Inside components forms the file browser gets the right directory, respectively /files/folder_A and /files/folder_B.
But when they access File Browser from JCE component menu, they get the directory set for the first profile, /files/folder_A, instead of the one expected and set for the third profile: /files.
So, I've made some tests...
Disabling the first profile, users get the second directory: /files/folder_B.
Disabling first and second profile or reordering the profiles putting P_DEFAULT at the top, users get the right directory: /files. Of course, in this case they will get the wrong directory using component A and B.
So, I was wondering how can I assign a profile ONLY to users that access File Browser from JCE component menu or, at least, avoid that it takes profiles restricted to other components.
Many thanksssss!!! 😀