You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(13) |
Dec
(16) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(46) |
Feb
(68) |
Mar
(90) |
Apr
(38) |
May
(35) |
Jun
(36) |
Jul
(32) |
Aug
(35) |
Sep
(36) |
Oct
(49) |
Nov
(64) |
Dec
(31) |
2003 |
Jan
(70) |
Feb
(35) |
Mar
(74) |
Apr
(50) |
May
(26) |
Jun
(24) |
Jul
(26) |
Aug
(45) |
Sep
(18) |
Oct
(21) |
Nov
(33) |
Dec
(13) |
2004 |
Jan
(40) |
Feb
(53) |
Mar
(48) |
Apr
(51) |
May
(39) |
Jun
(9) |
Jul
(11) |
Aug
(30) |
Sep
(30) |
Oct
(12) |
Nov
(8) |
Dec
(12) |
2005 |
Jan
(37) |
Feb
(43) |
Mar
(57) |
Apr
(33) |
May
(23) |
Jun
(26) |
Jul
(43) |
Aug
(27) |
Sep
(39) |
Oct
(17) |
Nov
(27) |
Dec
(5) |
2006 |
Jan
(7) |
Feb
(35) |
Mar
(32) |
Apr
(39) |
May
(5) |
Jun
(4) |
Jul
(3) |
Aug
(6) |
Sep
(3) |
Oct
(17) |
Nov
(9) |
Dec
(10) |
2007 |
Jan
(2) |
Feb
(8) |
Mar
(14) |
Apr
(5) |
May
(2) |
Jun
(17) |
Jul
(13) |
Aug
(8) |
Sep
(3) |
Oct
(1) |
Nov
(40) |
Dec
(25) |
2008 |
Jan
(15) |
Feb
(13) |
Mar
(21) |
Apr
(44) |
May
(17) |
Jun
(26) |
Jul
(3) |
Aug
(10) |
Sep
|
Oct
(2) |
Nov
(6) |
Dec
|
2009 |
Jan
(14) |
Feb
(21) |
Mar
(9) |
Apr
(11) |
May
(4) |
Jun
|
Jul
(3) |
Aug
(9) |
Sep
(1) |
Oct
(4) |
Nov
(11) |
Dec
(6) |
2010 |
Jan
(8) |
Feb
|
Mar
(8) |
Apr
(1) |
May
|
Jun
(8) |
Jul
|
Aug
(4) |
Sep
(5) |
Oct
(4) |
Nov
|
Dec
|
2011 |
Jan
(2) |
Feb
(1) |
Mar
(1) |
Apr
(2) |
May
|
Jun
(3) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
(2) |
Dec
(2) |
2013 |
Jan
(1) |
Feb
|
Mar
(15) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(13) |
Oct
(1) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
(3) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: william b. <wb...@ho...> - 2007-12-18 17:26:51
|
Hello,=20 =20 Just starting out with phpesp, and have successfully installed in on linux.= However, when I attempted to install it on Novell 6.5, I get the following= error: =20 Unable to find the phpESP css directory. Please check phpESP.ini.php to ens= ure that all paths are set correctly. =20 I have checked, and the settings in phpesp.ini.php are identical in both sy= stems. However, I am wondering if the problem is related to rights. I read = in the FAQs that in a unix environment they should be set to 640 or 644, bu= t I am unsure as to how to set comparable rights in Novell. =20 Any suggestions would be appreciated. =20 -WB _________________________________________________________________ i=92m is proud to present Cause Effect, a series about real people making a= difference. http://im.live.com/Messenger/IM/MTV/?source=3Dtext_Cause_Effect= |
From: Franky V. L. <lie...@te...> - 2007-12-17 22:11:49
|
Hmm ... is the sid correct? If you want, you can mail me a dump of your DB (in private), so I can take a look at it ... Franky On Mon, 17 Dec 2007 19:56:46 +0000 Web Host Manager <wh...@ve...> wrote: > OK, so now I have: > > <?php > $sid=10; > include("/home/profport/public_html/poll/public/phpESP.first.php"); > ?> > <html> > <head> > </head> > <body> > <?php > include("/home/profport/public_html/poll/public/handler.php"); ?> > </body> </html> > > The form (http://www.profportfolio.org.uk/poll.php) posts OK, but the > response is not being written to the DB. > I get the email : > (I only pasted the first four lines ) : > > survey.id > 10 > > survey.name > profportfolio4 > > survey.response > 0 > > user.username > anonymous > > Weirdly, the email includes responses from other surveys named > "profportfolio". G > > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services > for just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > |
From: Web H. M. <wh...@ve...> - 2007-12-17 19:57:06
|
OK, so now I have: <?php $sid=10; include("/home/profport/public_html/poll/public/phpESP.first.php"); ?> <html> <head> </head> <body> <?php include("/home/profport/public_html/poll/public/handler.php"); ?> </body> </html> The form (http://www.profportfolio.org.uk/poll.php) posts OK, but the response is not being written to the DB. I get the email : (I only pasted the first four lines ) : survey.id 10 survey.name profportfolio4 survey.response 0 user.username anonymous Weirdly, the email includes responses from other surveys named "profportfolio". G |
From: Franky V. L. <lie...@te...> - 2007-12-17 15:59:52
|
Hi, first of all: there is indeed an error for the designers admin page (if you don't use ldap) .... can you imagine nobody even saw it? To fox it: change at the beginning of the file admin/include/where/admdesigners.inc the lines: if($GLOBALS['ESPCONFIG']['auth_type'] != 'ldap_both' && $GLOBALS['ESPCONFIG']['auth_type'] != 'ldap_resp' && $GLOBALS['ESPCONFIG']['auth_type'] != 'ldap_des' && $_SESSION['acl']['superuser'] != 'Y' && count($_SESSION['acl']['pgroup']) == 0) && !auth_no_access(_('to access this form')) { return; } to if($GLOBALS['ESPCONFIG']['auth_type'] != 'ldap_both' && $GLOBALS['ESPCONFIG']['auth_type'] != 'ldap_resp' && $GLOBALS['ESPCONFIG']['auth_type'] != 'ldap_des' && $_SESSION['acl']['superuser'] != 'Y' && count($_SESSION['acl']['pgroup']) == 0 && !auth_no_access(_('to access this form'))) { return; } (just the line with "count" and "auth_no_access" changed). It's fixed in CVS now as well. For the others: I'll look into it if you mail exact error messages, so I can trace these and fix them asap ... (I'll also try to reproduce these) . Please also mail the result of admin/test.php For the condition function: I just tried it and it seems to work just fine, what doesn't work according to you? Franky On Dec 17, 2007 3:33 PM, 272 adc <ad...@gm...> wrote: > Hello everyone > > Does anyone has issues on phpesp 2.0.1 > Now I'm installing phpesp 2.0.1 on Apache 2.2.6 + mysql 5.1 + php 5.2.5 > and I met some issues. > > 1. After selecting "Manage designer account" on manage display, select add > accounts then nothing displayed. > 2. After inputting "general" tab, at "questions" tab sometimes, error > messages shows up. > (for example, after inputting "section text" and "Rate", when inputting > next question, error message shows up. db error code is 0 ) > (and sometimes, When inputting nothing into field name, long name is > inputted more than 30 character like L_I_S_A_******* this.) > 3. "Condition function" does not work. > > I'm glad to meet helpman Thanks. mag > > > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services > for just about anything Open Source. > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > |
From: 272 a. <ad...@gm...> - 2007-12-17 14:33:29
|
Hello everyone Does anyone has issues on phpesp 2.0.1 Now I'm installing phpesp 2.0.1 on Apache 2.2.6 + mysql 5.1 + php 5.2.5 and I met some issues. 1. After selecting "Manage designer account" on manage display, select add accounts then nothing displayed. 2. After inputting "general" tab, at "questions" tab sometimes, error messages shows up. (for example, after inputting "section text" and "Rate", when inputting next question, error message shows up. db error code is 0 ) (and sometimes, When inputting nothing into field name, long name is inputted more than 30 character like L_I_S_A_******* this.) 3. "Condition function" does not work. I'm glad to meet helpman Thanks. mag |
From: Franky V. L. <lie...@te...> - 2007-12-17 08:22:31
|
Hmmm ... sorry, I looked at the CVS version, which is already one higher. It seems I forgot to update the doc and remove handler-prefix.php and instead use phpESP.first.php. So please, can you try by including phpESP.first.php instead of handler-prefix.php? Franky > > My version of /public/handler.php *does* have the following line at 192: > <input type="hidden" name="userid" value="<?php echo($_REQUEST['userid']); > ?>" /> > The version info at the top is: > /* $Id: handler.php,v 1.47 2007/12/07 15:15:05 liedekef Exp $ */ > > > This is what I have at http://www.profportfolio.org.uk/poll.php : > <?php > $sid=10; > include("/home/profport/public_html/poll/public/handler-prefix.php"); > include("/home/profport/public_html/poll/public/handler.php"); > ?> > > Do I need: > include("/home/profport/public_html/poll/public/phpESP.first.php"); > > at the beginning? > > Cheers, > Grindlay > > |
From: Verinote W. <wh...@ve...> - 2007-12-16 16:46:50
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body bgcolor="#ffffff" text="#000000"> Here is the output of /admin/test.php:<br> <table> <tbody align="left"> <tr> <th>PHP Information</th> </tr> <tr> <td> <ul> <li>Version: <font color="green">5.2.5</font></li> <li>OS: <font color="green">Linux</font></li> <li>SAPI: <font color="red">cgi</font></li> <li>register_globals: <font color="green">No</font></li> <li>magic_quotes_gpc: <font color="red">Yes</font></li> <li>magic_quotes_runtime: <font color="green">No</font></li> <li>safe_mode: <font color="green">No</font></li> <li>open_basedir: </li> </ul> </td> </tr> <tr> <th>PHP Extensions</th> </tr> <tr> <td> <ul> <li>dBase: <font color="red">No</font></li> <li>GD: <font color="green">Yes</font> -- bundled (2.0.34 compatible)</li> <li>GNU Gettext: <font color="green">Yes</font></li> <li>LDAP: <font color="red">No</font></li> <li>MySQL: <font color="green">Yes</font></li> <li>PHP Extension Dir (compiled): <font color="green">/usr/lib/php/extensions/no-debug-non-zts-20060613</font></li> <li>PHP Extension Dir (run time): <font color="green">/usr/local/lib/php/extensions/no-debug-non-zts-20060613</font></li> </ul> </td> </tr> <tr> <th>phpESP Settings</th> </tr> <tr> <td> <ul> <li>Expected ESP_BASE: <font color="green">/home/profport/public_html/poll/</font></li> <li>Expected base_url: <font color="green"><a class="moz-txt-link-abbreviated" href="http://www.profportfolio.org.uk/poll/">www.profportfolio.org.uk/poll/</a></font></li> <li><b>Loading phpESP.ini.php ...</b><br> </li> <li>ESP_BASE: <font color="green">/home/profport/public_html/poll/</font></li> <li>base_url: <font color="green"><a class="moz-txt-link-freetext" href="http://www.profportfolio.org.uk/poll/">http://www.profportfolio.org.uk/poll/</a></font></li> <li>Version: <font color="green">2.0.1</font></li> <li>Debug: <font color="green">No</font></li> </ul> </td> </tr> <tr> <th>phpESP Language Settings</th> </tr> <tr> <td> <ul> <li>GNU Gettext: <font color="green">Real</font></li> <li>default_lang: <font color="green">en_US</font></li> <li>current lang: <font color="green">en_US</font></li> <li>available langs: <font color="green">sv_SE, de_DE, fi_FI, ja_JP, fi, hu_HU, pt_PT, it_IT, nl_NL, es_ES, en_US, el_GR, fr_FR, da_DK, pt_BR</font><br> (<font color="green">da, de, el, en, es, fi, fr, it, ja, nl, pt, sv</font>) </li> <li>GNU Gettext test: <font color="green">Passed</font></li> <li>Catalog Open Test: <font color="green">Yes</font></li> </ul> </td> </tr> <tr> <th>PHP Session Test</th> </tr> <tr> <td> <ul> <li>session.save_path: </li> <li>Counter: 1</li> </ul> </td> </tr> </tbody> </table> <br> There is nothing obvious in the Apache error_log.<br> My version of /public/handler.php *does* have the following line at 192:<br> <input type="hidden" name="userid" value="<?php echo($_REQUEST['userid']); ?>" /><br> The version info at the top is:<br> /* $Id: handler.php,v 1.47 2007/12/07 15:15:05 liedekef Exp $ */<br> <br> <br> This is what I have at <a class="moz-txt-link-freetext" href="http://www.profportfolio.org.uk/poll.php">http://www.profportfolio.org.uk/poll.php</a> :<br> <?php<br> $sid=10;<br> include("/home/profport/public_html/poll/public/handler-prefix.php");<br> include("/home/profport/public_html/poll/public/handler.php");<br> ?><br> <br> Do I need:<br> include("/home/profport/public_html/poll/public/phpESP.first.php");<br> <br> at the beginning?<br> <br> Cheers,<br> Grindlay<br> <br> </body> </html> |
From: Franky V. L. <lie...@te...> - 2007-12-16 08:44:02
|
On Sun, 16 Dec 2007 00:38:54 +0000 Verinote Webmaster <wh...@ve...> wrote: > I installed 2.0.1 as an upgrade to 1.8.2. > I ran the SQL scripts in /scripts/db (mysql_update-1.8.2h-1.8.2i.sql > and mysql_update-1.8.2k-2.0.0.sql) I can view and respond to surveys, > but the results are not posted to the 'response' table. I tried > creating some new surveys, same problem. At one point > in /admin/error_log I had: "[15-Dec-2007 23:30:32] PHP Notice: > Undefined index: userid > in /home/domain/public_html/poll/public/handler.php on line 192" But > that has stopped now. Any ideas? G this is weird ... can you run the script admin/test.php and post the output? Also: search your apache logs for any php errors you might have. It seems very weird to me that this php notice appeared, as on line 192 of public/handler.php there is no line that uses userid ... Are you sure you replaced all old php files by new ones? And another tip: look at examples/survey.php for an example on how to run phpesp with the layout of your site (it changed since 1.8.2: you have to include public/phpESP.first.php first, before any html output starts). Franky |
From: Verinote W. <wh...@ve...> - 2007-12-16 00:48:09
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body bgcolor="#ffffff" text="#000000"> I installed 2.0.1 as an upgrade to 1.8.2.<br> I ran the SQL scripts in /scripts/db (mysql_update-1.8.2h-1.8.2i.sql and mysql_update-1.8.2k-2.0.0.sql)<br> I can view and respond to surveys, but the results are not posted to the 'response' table.<br> I tried creating some new surveys, same problem.<br> At one point in /admin/error_log I had:<br> "[15-Dec-2007 23:30:32] PHP Notice: Undefined index: userid in /home/domain/public_html/poll/public/handler.php on line 192"<br> But that has stopped now.<br> Any ideas?<br> G<br> <br> <br> <div class="moz-signature">-- <br> <p>-------------------------<br> Web Host Manager<br> Verinote Ltd.<br> <a href="mailto:wh...@ve...">wh...@ve...</a><br> <a href="http://www.verinote.info">www.verinote.info</a><br> <span style="color: rgb(255, 0, 0);">t</span> +44 (0)131 202 6424<br> 1 Roseneath Street<br> Edinburgh EH9 1JH<br> -------------------------</p> </div> </body> </html> |
From: Bryan H. <bry...@do...> - 2007-12-13 15:21:11
|
I will be out of the office starting 12/07/2007 and will not return until 12/18/2007. For website issues please contact Cindy Walker 916-440-0536, or Robert Poeschel at 916-440-0546. |
From: Franky V. L. <lie...@te...> - 2007-12-13 12:02:50
|
(please don't double-post) I don't exactly understand your question, but besides database limits, phpesp has no forced limits that I know of (yet). Franky On Dec 13, 2007 12:47 PM, Antonio Iacobelli (Gmail) < ton...@gm...> wrote: > Please, i would knows the limits, if exists of numbers fields of phpESP. > > Thank you, > > Antonio > > > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services > for just about anything Open Source. > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > |
From: Antonio I. (Gmail) <ton...@gm...> - 2007-12-13 11:55:02
|
Please, i would knows the limits, if exists of numbers fields of phpESP. Thank you, Antonio |
From: Matthew G. <mat...@gm...> - 2007-11-29 14:27:42
|
You should be a full admin with all rights now. I would like heads up/approval on when you think a new release is ready and releasing a beta before a new release is a good idea. Franky Van Liedekerke wrote: > Hi, > > can somebody of the admins add me as admin or put the news of the > latest release and the file itself on the sourceforgen project site > please? > > Franky > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: The Future of Linux Business White Paper > from Novell. From the desktop to the data center, Linux is going > mainstream. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > ------------------------------------------------------------------------ > > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > |
From: Franky V. L. <lie...@te...> - 2007-11-29 14:22:00
|
Hi, can somebody of the admins add me as admin or put the news of the latest release and the file itself on the sourceforgen project site please? Franky |
From: Matthew G. <mat...@gm...> - 2007-11-29 14:19:09
|
Can you use the Sourceforge for releases? If it isn't from there it isn't official. I would also like to be involved with the release. Franky Van Liedekerke wrote: > Version 2.0.0 is available: > > http://www.e-dynamics.be/index.php?section=programs&lang=en > <http://www.e-dynamics.be/index.php?section=programs&lang=en> > > Changelog extract: > =================================================== > - Added the posibility to define conditions on a question. See the > help page in the admin interface for more info. In short: > A question is only shown when a condition is met. > All conditions are "OR" conditions, so if one conditions is > fullfilled, the question is shown. > A question that has a condition must be an optional question. So, if > you define a condition on a question, the "Required" parameter is set > to "No". > A question that has a condition must be on the next page than the > question/value that is used to compare it with. Use the "Order tab" to > insert a section break where wanted (this is NOT done automatically). > > - Discovered the page admin/manage.php?where=purge, to purge a survey > - Added the possibility to purge a response from a survey (only > superuser can do this): admin/manage.php?where=response_purge > - You can now configure the mail address used by phpesp when sending > mails > =================================================== > > Don't forget for upgrading: read the newly included UPDATE file > > Franky > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: The Future of Linux Business White Paper > from Novell. From the desktop to the data center, Linux is going > mainstream. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > ------------------------------------------------------------------------ > > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > |
From: Franky V. L. <lie...@te...> - 2007-11-29 13:46:39
|
Version 2.0.0 is available: http://www.e-dynamics.be/index.php?section=programs&lang=en Changelog extract: =================================================== - Added the posibility to define conditions on a question. See the help page in the admin interface for more info. In short: A question is only shown when a condition is met. All conditions are "OR" conditions, so if one conditions is fullfilled, the question is shown. A question that has a condition must be an optional question. So, if you define a condition on a question, the "Required" parameter is set to "No". A question that has a condition must be on the next page than the question/value that is used to compare it with. Use the "Order tab" to insert a section break where wanted (this is NOT done automatically). - Discovered the page admin/manage.php?where=purge, to purge a survey - Added the possibility to purge a response from a survey (only superuser can do this): admin/manage.php?where=response_purge - You can now configure the mail address used by phpesp when sending mails =================================================== Don't forget for upgrading: read the newly included UPDATE file Franky |
From: Matthew G. <mat...@gm...> - 2007-11-28 23:25:31
|
Removing the images completely and using styled text would be my vote. Franky Van Liedekerke wrote: > On Tue, 27 Nov 2007 10:14:21 +0100 > "Franky Van Liedekerke" <lie...@te...> wrote: > > >> Hi, >> >> my coding is done, but I'm trying to create an extra tab at the top, >> containing the text "Conditions". >> Now I'm wondering: >> - what font is used in the tab images? >> - can somebody create 2 images for me containing the text >> "Conditions" for both the active/deactive tab? >> - can this be removed and replaced by buttons (like the bottom part)? >> Are there any objections against this? >> >> Franky >> > > since I had no response *at all*, I'm just going to remove the tab > images and replace them by their button counterparts. Expect this > commited tomorrow and then I can release 2.0 (it's time for a major > number change, might be the last, who knows ...) > > Franky > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: The Future of Linux Business White Paper > from Novell. From the desktop to the data center, Linux is going > mainstream. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > |
From: Franky V. L. <lie...@te...> - 2007-11-28 22:40:43
|
On Tue, 27 Nov 2007 10:14:21 +0100 "Franky Van Liedekerke" <lie...@te...> wrote: > Hi, > > my coding is done, but I'm trying to create an extra tab at the top, > containing the text "Conditions". > Now I'm wondering: > - what font is used in the tab images? > - can somebody create 2 images for me containing the text > "Conditions" for both the active/deactive tab? > - can this be removed and replaced by buttons (like the bottom part)? > Are there any objections against this? > > Franky since I had no response *at all*, I'm just going to remove the tab images and replace them by their button counterparts. Expect this commited tomorrow and then I can release 2.0 (it's time for a major number change, might be the last, who knows ...) Franky |
From: Franky V. L. <lie...@te...> - 2007-11-27 11:43:02
|
Hi all, for those experiencing password problems when logging in after their provider upgraded mysql, you can issue these statements: ALTER TABLE respondent MODIFY COLUMN password CHAR(64) NOT NULL; ALTER TABLE designer MODIFY COLUMN password CHAR(64) NOT NULL; These will be in the next upgrade sql script as well ... Franky |
From: Franky V. L. <lie...@te...> - 2007-11-27 09:14:30
|
Hi, my coding is done, but I'm trying to create an extra tab at the top, containing the text "Conditions". Now I'm wondering: - what font is used in the tab images? - can somebody create 2 images for me containing the text "Conditions" for both the active/deactive tab? - can this be removed and replaced by buttons (like the bottom part)? Are there any objections against this? Franky |
From: rex <re...@no...> - 2007-11-24 16:56:44
|
Franky Van Liedekerke <lie...@te...> [2007-11-24 03:48]: >On Thu, 22 Nov 2007 17:03:44 -0800 >rex <re...@no...> wrote: >> The capability to make dynamic surveys that respond to previous >> answers already exists in UCCASS. It's free and written in PHP. >> >> http://www.bigredspark.com/survey.html > >This UCCASS does indeed seems very nice as well, wish I heard about it >earlier :) >But my coding is almost done (probably Monday), so we'll see which >system is best, competition is a good thing :) Yes, it is. :) I did mention UCCASS' branching capability in a post a year or so ago, but it didn't make it to the list. One thing I don't like about UCCASS is that it requires cookies to be enabled. The docs don't mention it and it took quite some time to find out why it wasn't working for some survey takers (when the problem was described it didn't occur to the program author that the symptoms were consistent with cookies not being enabled). Thanks much for your program and the new feature. Branching web surveys are much cleaner than paper surveys that attempt to do the same thing with distracting and often confusing conditional instructions about skipping questions. -rex |
From: Franky V. L. <lie...@te...> - 2007-11-24 11:50:33
|
On Thu, 22 Nov 2007 17:03:44 -0800 rex <re...@no...> wrote: > Matthew Gregg <mat...@gm...> [2007-11-22 16:25]: > >On Thu, 2007-11-22 at 21:02 +0100, Franky Van Liedekerke wrote: > >> just a small heads-up: I currently implementing decision-based > >> answering, where you can add a condition to a question, eg. only > >> show the question Z is the answer to question X is "Y". > > > > > >Awesome! Are you working and committing to CVS on Sourceforge? > > The capability to make dynamic surveys that respond to previous > answers already exists in UCCASS. It's free and written in PHP. > I've no connection with the software other than as a satisfied > user. > > http://www.bigredspark.com/survey.html > > -rex > This UCCASS does indeed seems very nice as well, wish I heard about it earlier :) But my coding is almost done (probably Monday), so we'll see which system is best, competition is a good thing :) Franky |
From: rex <re...@no...> - 2007-11-23 01:06:31
|
Matthew Gregg <mat...@gm...> [2007-11-22 16:25]: >On Thu, 2007-11-22 at 21:02 +0100, Franky Van Liedekerke wrote: >> just a small heads-up: I currently implementing decision-based >> answering, where you can add a condition to a question, eg. only show >> the question Z is the answer to question X is "Y". > > >Awesome! Are you working and committing to CVS on Sourceforge? The capability to make dynamic surveys that respond to previous answers already exists in UCCASS. It's free and written in PHP. I've no connection with the software other than as a satisfied user. http://www.bigredspark.com/survey.html -rex |
From: Matthew G. <mat...@gm...> - 2007-11-23 00:28:09
|
Awesome! Are you working and committing to CVS on Sourceforge? On Thu, 2007-11-22 at 21:02 +0100, Franky Van Liedekerke wrote: > Hi, > > just a small heads-up: I currently implementing decision-based > answering, where you can add a condition to a question, eg. only show > the question Z is the answer to question X is "Y". > I still thinking about how to hide the questions ... probably the > easiest would be to add an automatic session break before the question, > so I can just decide not to show the page ... showing a div > using javascript just won't work if the 2 related questions are on > different pages. Any suggestions and examples are welcome, but for now > it will be done using an extra page break (I still need to cover the > case where the hidden question is the only question on the screen then, > people don't like empty pages ...) > > Franky > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general |
From: Franky V. L. <lie...@te...> - 2007-11-22 21:18:51
|
Hi, if they upgraded mysql to 4.1, I believe the problem is that the PASSWORD function changed in mysql. You can always mail me a dump (private mail then) so I can take a look at it, but I suggest you manually change the password (again...). It probably seemed a good idea at the time to use the mysql password function, but it's giving more trouble than it's worth. Franky On Thu, 22 Nov 2007 21:32:17 +0100 "Anders Nyg=C3=A5rds" <and...@gm...> wrote: > Sorry, my message got truncated (gmail...) >=20 > The password has not been changed, but just to be sure I deleted the > root user and added it again using the insert line from the install > db-script. I am using a database with a prefix as I am running three > instances of phpesp on the same account. >=20 > Regards >=20 > Anders >=20 > 2007/11/22, Anders Nyg=C3=A5rds <and...@gm...>: > > Well I have had many cups of coffe by now :-), so I am afraid its > > something at my isp that have been changed. They have upgraded mysql > > to 4.1 and PHP have been upgraded to version 5.2.5. I am using > > phpesp at a local client that uses it > > > > 2007/11/22, Franky Van Liedekerke <lie...@te...>: > > > On Thu, 22 Nov 2007 20:43:29 +0100 > > > "Anders Nyg=C3=A5rds" <and...@gm...> wrote: > > > > > > > I have the same problem on my isp (www.one.com) I han't got in > > > > touch with the support yet, but I will try to get som e > > > > suggestion from them, what could cause the problem. I have > > > > tried to re-enter the password in the mysql with password(...), > > > > but I can not log in using my admin account. > > > > > > > > > > Hi, > > > > > > the person that had the problem was using another table or > > > something like that. Anyway, the problem went away after he had a > > > cup of coffee :) So you should describe your problem in more > > > detail, look at the database dump (the designer table) for the > > > username of the designer and wether or not is is disabled in that > > > table. > > > > > > Franky > > > > > > > > > -- > > /Anders > > > > 070-6440201 > > >=20 >=20 |