[fw-general] Zend_Captcha options

2009-08-24 Thread lightflowmark
Hi, I'm having real trouble formatting Zend_Captcha as my designer would like (http://framework.zend.com/issues/browse/ZF-5197 is *really* not helping). What I need to do is to have the Captcha image displayed *after* the input text box. Output currently looks like: {code} img alt=

[fw-general] Zend_Captcha example with click-refresh button?

2009-05-07 Thread Philip G
I need a solution to update a captcha image, using Zend_Captcha. There seems to be a couple things Zend_Form_Element_Captcha does. But, there are absolutely no getters for Zend_Captcha for those things (image itself, token? session set?). Is there any solution out there I can look over that uses

[fw-general] Zend_Captcha and Zend_Session_Namespace expiring by hops

2009-03-24 Thread Dylan Arnold
Hi all, I have extended Zend_Captcha_Word and am rendering a custom captcha by overriding generate() Everything is working fine and just like Zend_Captcha_Image I am writing the captcha png to ./images/captcha/ This will work fine in a single server environment but in a multi server environment

[fw-general] Zend_Captcha custom error message question

2009-01-27 Thread Deepak Shrestha
Hi, Breaking from previous post, I am posting this as a new subject. I am using Zend_From to display captcha with custom error message. When I make a wrong entry (intentionally), my custom error message is not shown when form validates. Sample code: //first create an

[fw-general] Zend_Captcha factory

2009-01-15 Thread Diabl0
Hi Again, i can't create issues on ZF Issue tracker, so i will write here. Today i was playing with Zend_Captcha, and, I'm really wondered why there isn't any Factory object for this component. It will be very usefully to have such factory that connected with Zend_Config can make our

RE: [fw-general] Zend_Captcha factory

2009-01-15 Thread Wil Sinclair
I need to run a script on JIRA to fix the groups on some users. I'll try to have this done by EOW. ,Wil -Original Message- From: Diabl0 [mailto:z...@gazeta.ie] Sent: Thursday, January 15, 2009 10:15 AM To: fw-general@lists.zend.com Subject: [fw-general] Zend_Captcha factory Hi

[fw-general] Zend_Captcha

2009-01-13 Thread dele454
Out of curiosity i just need to know if the PNGs created by Zend_Captcha gets deleted after expiration or later on. I just noticed this files can grow in immensely in number on the server and hence populate unnecessary space. Is there a way of configuring the component such that it deletes

Re: [fw-general] Zend_Captcha

2009-01-13 Thread Stanislav Malyshev
Hi! Out of curiosity i just need to know if the PNGs created by Zend_Captcha gets deleted after expiration or later on. I just noticed this files can grow in immensely in number on the server and hence populate unnecessary space. Is there a way of configuring the component such that it deletes