[symfony-users] Re: yaml config file array syntax

2009-05-08 Thread Eran
I am keen to know if there is a Paypal plugin that works with 1.2. cheers 2009/5/8 Andrei Dziahel trickster...@gmail.com Hi. Take a peek into web debug panel, config = settings = look for paypal — and you'll eventually figure everything you ask for yourself. 2009/5/8 Steve the Canuck

[symfony-users] Re: Many sites using the same application

2009-04-17 Thread Eran
There is a plugin called ysfDimension. You might want to look at that. 2009/4/17 Derek Almond iamde...@gmail.com I run three or for different set ups where the sites share common code, but the look and feel is different to some extent. each of the two examples below run about 12 differnet

[symfony-users] Re: changing the default signin form's layout in sfGuardAuth

2009-04-17 Thread Eran
Set the layout declaration in your custom template (in Your sfGuard Module) to whatever you want.i.e ?php decorate_with('sfGuard_layout') ? 2009/4/18 ckemmler ckemm...@gmail.com I want to change the layout of the default signin form in sfGuardAuth. How do I do that?