Feature #1564

add sys_folder as valid fe-usergroups container

Added by Stefano Cecere 109 days ago. Updated 94 days ago.

Status:Accepted Start:2008-09-20
Priority:Could have Due date:
Assigned to:- % Done:

0%

Category:wanted features
Target version:-

Description

hi

right now, to enable some user groups to use the plugin, they have to be enabled, one by one, in the Valid fe-usergroups flexform field of the plugin.

it is quite a lot of work if you have to create often new groups.

it's easy to add the "page" type to the selector, so that i could select a sys_folder containing all the valid user groups

then there is to update this function in class.tx_fileexplorer_form.php:

function getCheckBoxes($name)
 {
$sql = "SELECT uid,title FROM `fe_groups` WHERE uid IN (".$this->base->conf['valid_fe_user_groups'].")";

to so take care of sys_folders (that are coded as pages_n , in the comma list valid_fe_user_groups variable.

what do you think?

stefano


Watchers

History

2008-09-22 22:06 - Cyrill Helg

  • Status changed from New to Accepted

2008-10-05 19:50 - Cyrill Helg

I'm very busy atm, could you or someone please prepare a patch?

Thanks

Also available in: Atom PDF