Is there a way to override the Common Settings (admin/config/media/imce) on a per Configuration Profile basis? I would like to have one profile overwrite same name files and another rename.
Is there a way to override the Common Settings (admin/config/media/imce) on a per Configuration Profile basis? I would like to have one profile overwrite same name files and another rename.
Comments
Comment #1
ufku commentedThat's a global variable named 'imce_settings_replace'. You may change it in a custom module or in your theme's template.php by checking the role or permissions of the current user.
Comment #2
fullerja commentedWould you consider a patch to make this functionality part of the module?
Comment #3
ufku commentedNo. It's not a commonly requested feature (yet). You should use the workaround.
Comment #4
thallesI think this is resolved!
Comment #5
thalles