Re: [symfony-users] Customize sfGuardAuth forms

2010-01-29 Thread Javier Garcia
On 01/29/2010 03:36 AM, MartinB wrote: is there a better place so that I can upgrade the plugin and then not have to make this change again? Yes, you should write it at lib/form/doctrine/sfDoctrineGuardPlugin/sfGuardGroupForm.class.php and /sfGuardGroupPermissionForm. Javi -- You

[symfony-users] Customize sfGuardAuth forms

2010-01-28 Thread MartinB
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