PUGX / PUGXMultiUserBundle

An extension for FOSUserBundle to handle users of different types. Compatible with Doctrine ORM.
163 stars 96 forks source link

How can i add own profile templeate by usertype #32

Closed approached closed 11 years ago

approached commented 11 years ago

Is that available to add easy a profil template by usertype?

leopro commented 11 years ago

https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Resources/doc/overriding_controllers.md https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Resources/doc/overriding_templates.md

you have to manage it by yourself :-) but if you find a good solution, feel free to do a PR

approached commented 11 years ago

thx this solution is easy & good