[symfony-users] Re: A simple private messaging system plugin [does it exists ?]

2010-10-11 Thread rekarnar
Alright. Gimme a few days, i'm a little busy :) I'll link here when it's done. On Oct 12, 6:40 am, Richtermeister nex...@gmail.com wrote: Hey rekarnar, I'd be interested in the propel version as well. :) Daniel On Oct 10, 2:36 pm, rekarnar rekar...@gmail.com wrote: Yer I have a simple

[symfony-users] Re: A simple private messaging system plugin [does it exists ?]

2010-10-10 Thread rekarnar
Yer I have a simple solution that I was going to convert into a plugin for you... but then I realized it is propel.. sorry. I could still do so if you wanted to use it as a base for making a Doctrine version though. On Oct 10, 1:50 am, Tristan tristan.bessou...@gmail.com wrote: That's a good

[symfony-users] Re: Rich text editor with upload image plugin

2010-07-04 Thread rekarnar
I use KFM with TinyMCE. Although its a little tricky at times to setup. On Jul 5, 6:40 am, Massimiliano Arione garak...@gmail.com wrote: On 1 Lug, 22:10, Mariano Sola mariano.s...@gmail.com wrote: Has anyone worked with any rich text editor with the upload image option activated in Symfony

[symfony-users] Re: Propel Behavior: Adding static methods

2010-05-25 Thread rekarnar
, Massimiliano Arione garak...@gmail.com wrote: What about bundled propel behaviors? cheers Massimiliano On 25 Mag, 01:20, rekarnar rekar...@gmail.com wrote: Hi guys, I'm trying to write some methods into my peer class's using a propel behavior (http://www.propelorm.org/wiki

[symfony-users] Propel Behavior: Adding static methods

2010-05-24 Thread rekarnar
Hi guys, I'm trying to write some methods into my peer class's using a propel behavior (http://www.propelorm.org/wiki/Documentation/1.5/ Behaviors#WritingaBehavior) But I seem to be having no luck, is there a plugin or any examples around that you could point me towards? Thanks! -- If you

[symfony-users] Re: Generated methods in peer class'

2010-05-23 Thread rekarnar
://www.propelorm.org/wiki/Documentation/1.5/Behaviors#WritingaBeh... It applied to 1.4/1.5, and if you're not there, do yourself a favor and try it out... it'll rock your world. Daniel On May 21, 7:03 am, rekarnar rekar...@gmail.com wrote: Hi, Thats what I was hoping for, can you link me

[symfony-users] Re: Generated methods in peer class'

2010-05-21 Thread rekarnar
to Propel documentation cheers Massimiliano On 21 Mag, 02:57, rekarnar rekar...@gmail.com wrote: Fromhttp://www.symfony-project.org/cookbook/1_2/en/behaviors: Unfortunately, as of PHP 5, static method calls cannot be caught by a __call(). This means that symfony behaviors are not able to add

[symfony-users] Re: Generated methods in peer class'

2010-05-21 Thread rekarnar
, 7:03 am, rekarnar rekar...@gmail.com wrote: Hi, Thats what I was hoping for, can you link me to some documentation, I can't seem to find it anywhere. Much appreciated, On May 22, 1:08 am, Massimiliano Arione garak...@gmail.com wrote: You can write a Propel behavior

[symfony-users] Generated methods in peer class'

2010-05-20 Thread rekarnar
From http://www.symfony-project.org/cookbook/1_2/en/behaviors: Unfortunately, as of PHP 5, static method calls cannot be caught by a __call(). This means that symfony behaviors are not able to add new methods to the Peer classes. So my question is, how should I go about adding common methods

[symfony-users] Re: Fatal error: Class 'sfWidgetFormReCaptcha' not found

2010-04-14 Thread rekarnar
I assume you are using sfFormExtraPlugin. Check to make sure it is in your project on the server. Also remember to publish the plugin assets on the server. On Apr 14, 11:03 am, Belgacem TLILI belgacem0...@gmail.com wrote: i'm using Sf1.4 i have a form that contain a captcha fiels in my

[symfony-users] Re: sfOutputEscaper behaviour

2010-04-06 Thread rekarnar
Try $sf_data-get('variable_name',ESC_RAW); On Apr 6, 7:18 pm, Apul Gupta apulmca...@gmail.com wrote: I haven't use that but I know that it will work. But, Can't we get un- escaped data without doing any YML changes as It is mentioned in Documentation that, We will get raw data by using

[symfony-users] Re: Starting with symfony on Debian

2010-03-15 Thread rekarnar
This looks like an issue with your php setup, not symfony. Can you check this by trying: 'php -v' and see if it executes without the error. On Mar 15, 11:17 pm, spyker johann.sp...@gmail.com wrote: I am working on a Debian (Squeeze/Sid) system (I want to try out symfony and I have downloaded

[symfony-users] Re: What do you use symphony for?

2010-01-27 Thread rekarnar
Hi Ravi, We use Symfony for everything from our simple Blog sites to Gallery and Portfolio's. Aswell as the occasional E-Com and other misc web apps. It has helped by enabling us to build and deploy all the above quickly and efficiency with the use of the awesome toolset the Symfony Framework

[symfony-users] Re: From link_to to m_link_to

2010-01-08 Thread rekarnar
try and check the head of your document and see if it is attempting to load the css with an incorrect path On Jan 7, 10:31 am, tirengarfio tirengar...@gmail.com wrote: Hi Gareth, im using sfModalPlugin. Yes its true, the div id names have changed. And also it's not loading a file called

[symfony-users] Re: ow to find out why is form not valid?

2009-12-01 Thread rekarnar
Make sure you are displaying your form after validation and not creating a new form (or forwarding or redirecting away). That form should have all the validation errors for you to see. On Dec 2, 12:56 am, Hong Kil Dong fetfru...@gmail.com wrote: I've fallen into a strange trap - my form doesn't

[symfony-users] Re: Do anyone know this error? It happened when i use command: symfony:build-sql

2009-11-23 Thread rekarnar
It looks like a schema issue. Please post it here, well, particulary the JobeetCatagoryAffiliate part. On Nov 23, 11:00 pm, Caker eggca...@gmail.com wrote: I have issue , did you fixed that ? On Oct 1, 10:59 pm, Vũ Văn Thanh vuthan...@gmail.com wrote: C:\development\sfprojects\jobeetsymfony

[symfony-users] Re: how to build a form for multiple uploads?

2009-10-27 Thread rekarnar
That doc is very old. Perhaps look into embedded forms. Here is a good place to start: http://www.symfony-project.org/forms/1_2/en/01-Form-Creation On Oct 27, 8:06 pm, mel_06 06melc...@gmail.com wrote: or how can i turn this regular uploadhttp://vit.free.fr/symfony/0.6.3/upload.html into

[symfony-users] Re: help with customizing sfguard

2009-09-03 Thread rekarnar
In answer to your second question. Towards the end of the sfGuard doc there is a section regarding this. Cut and paste from there: (http://www.symfony-project.org/plugins/ sfGuardPlugin) You can change the redirect values in app.yml: all: sf_guard_plugin: success_signin_url: