[symfony-users] How to select thumbnail of sfAssetLibraryPlugin from tinyMCE ?

2009-11-07 Thread Sid Bachtiar
Hi all, I've got sfAssetLibraryPlugin working with tinyMCE, all good. But I can't figure out how one is supposed to be able to select the thumbnail when browsing from tinyMCE. I seem to only be able to insert the original image uploaded instead of the thumbnail. Any idea? -- Blue Horn Ltd -

[symfony-users] [sf1.3][doctrine 1.2] baseClassName

2009-11-07 Thread Jonathan Franks
We can change the baseClassName for all models using the builder options. But is it possible to change the baseClassName for selected models only? something like this... User: baseClassName:myDoctrineRecord columns: . Doctrine's Inheritance is not suitable as

[symfony-users] Re: [sf1.3][doctrine 1.2] baseClassName

2009-11-07 Thread David Ashwood
I've not tried it - but as it's an option does the following not work? Message: options: baseClassName: somethingElse actAs: Timestampable: ~ tableName: messages columns: id: type: integer(4) primary: true autoincrement: true messageType: type:

[symfony-users] form for internationalization

2009-11-07 Thread dziobacz
I have table Firm with columns: id_firm description contact I want 1 textarea in polish for column 'contact' and 1 textarea in english for column 'contact'. I would like to create form to edit column 'contact' so I read this site: http://www.symfony-project.org/jobeet/1_2/Doctrine/en/19

[symfony-users] symfony components quickstart

2009-11-07 Thread lorenx
hi all, i'm trying to learn components and i'm reading http://components.symfony-project.org. probably it is all my fault but i'm not able to find enough detailed instructions on how to install a component (where to place the component files) and how to quickstart with it (which lines of code

[symfony-users] Re: sfValidatorEmail and sfValidatorFile: always Invalid

2009-11-07 Thread tirengarfio
Hi again, i've changed my email validator this way: class sfGuardUserFormFilter extends PluginsfGuardUserFormFilter { public function configure() { //Widgets para el filtro de los perfiles $this-widgetSchema['nombre_apellidos'] = new sfWidgetFormFilterInput (array( 'with_empty' =

[symfony-users] Re: Routing with email addresses in URLs

2009-11-07 Thread Steve Sanyal
I've been having the same issues at my site. Users have used names like john.doe or j...@live.ca and this does not work. I followed the instructions in this link: http://bluehorn.co.nz/2008/12/04/how-to-handle-dot-in-symfony-url/ But I still encounter the 404 error. I've been having to go

[symfony-users] Re: How can I initiate cookie based session with session id passed in URL in first request ?

2009-11-07 Thread Łukasz Wojciechowski
Gábor, thank You for Your concern Im not going to use this in any public available project and Im aware of opening my app for Session fixation threat. Im still interested how this could be done. -- Pozdrawiam Łukasz Wojciechowski New Generation Software +48 602 214 629 http://www.ngsoft.pl