Hi,
I wonder if it is possible to change default routes in sfGuard plugin?
I can easy customize the main route, which show list of defined users,
but action links on this page lead to
admin/sf_guard_user/new
admin/sf_guard_user/edit
etc.
Is there any way how to configure it in YML files or somehow to route
will be:
admin/users/new ?
And other question is: I created a user profiles (fields name,
surname, e-mail) and I want to show whole name in User List page
(admin/sf_guard_user). I can do it with definet partial or add
function getName() in plugins/sfGuardPlugin/lib/model/sfGuardUser.php
and then simply edit generator.yml
[code]
list:
display: [username, name]
[/code]
But the column "Name" is not sortable. It is possible to make it
sortable somehow or not?
Could anyone help me solve this problems?
Thanks a lot.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---