Re: [symfony-users] sfDoctrineGuardUser custom LDAP authenication funkyness

2010-05-09 Thread Sela Yair
this is app.yml in /config not app.yml in /apps/xxx why does it redirects to backend? i had similar problem, but i think setting that app.yml fixed it. all: sf_guard_plugin: success_signin_url: @homepage # the plugin use the referer as default success_signout_url: @homepage #

[symfony-users] Re: insert sfguard user into a form

2010-05-09 Thread rooster (Russ)
Please remember that sfContext::getInstance() is evil and kills kittens... http://eatmymonkeydust.com/2009/08/symfony-forms-flexible-widgets-based-on-user-credentials/ On May 8, 9:49 pm, Billy Paradise billyparad...@gmail.com wrote: Thanks for such quick responses!  

[symfony-users] menu and underline current link in menu

2010-05-09 Thread alexmm
I have in menu links: Start | Gallery | Contact User should see underline current link (page on which he is). I have underline in CSS class 'current_link'. So I have to write in layout: if ($sf_request-getParameter('module') == 'start') echo link_to('Start', 'start/index', 'class=current_link');

Re: [symfony-users] Re: Adding plugin: sfDoctineApply

2010-05-09 Thread Eno
On Sun, 9 May 2010, Zackary wrote: Ok, I managed to get it working by using php symfony plugin:install sfDoctineApply Dont forget the publish-assets task too. -- -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received

[symfony-users] Re: Adding plugin: sfDoctineApply

2010-05-09 Thread Zackary
Thanks for the advice. Currently I have the error Fatal error: Class 'sfGuardUserProfileForm' not found in /home/user/ sfprojects/saveparty_beta/plugins/sfDoctrineApplyPlugin/lib/form/ sfApplyApplyForm.class.php on line 3 -- If you want to report a vulnerability issue on symfony, please send it