I'm pretty new to symfony, but am loving it so far. I just finished
setting up the sfGuardAuth plugin and would like to customize the
forms so that the groups and permissions lists are checkbox lists
instead of list boxes.

I know I need to use the below line of code to do it, but where do I
put it? I know I can put it directly in the plugins
sfGuardUserAdminForm.class file, but is there a better place so that I
can upgrade the plugin and then not have to make this change again?

$this->widgetSchema['groups_list'] = new sfWidgetFormChoice(array
('multiple' => false, 'model' => 'sfGuardGroup', 'expanded' => true));

-- 
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.

Reply via email to