-
Honestly, switch to Joomla man. PN sux these days.
2006-05-13 19:57:14 UTC by kevnasir
-
Hi,
In a PN 0.762, when I want to initalize FormExpress, I've this error message :
Parse error: parse error, unexpected ')' in /homepages/6/d154291700/htdocs/openstar/modules/FormExpress/pntables.php on line 149
Is someone able to help !!!!
2006-05-13 14:52:23 UTC by zmimi83
-
ljvd committed patchset 4 of module FormExpress to the PostNuke FormExpress Module CVS repository, changing 35 files.
2005-09-16 14:20:20 UTC by ljvd
-
ljvd committed patchset 3 of module feproc to the PostNuke FormExpress Module CVS repository, changing 21 files.
2005-09-16 14:15:10 UTC by ljvd
-
last version of FormExpress is here :
http://contrib.virkpaanettet.dk/UpDownload.html
it could be good to update the sourceforge version here.
Just because FormExpress is an excellent PostNuke module.
But perhaps a better place could be PostNuke'Noc ?.
2005-05-20 23:41:00 UTC by ljvd
-
I am a user of the formexpress module and for some reason when you click the send button it doesn't send the emails to the address provided. This is a new bug as far as I know becuase I have been using this module for 6 months without any problems.
Thank you.
2005-04-04 17:29:08 UTC by kevnasir
-
Logged In: YES
user_id=377805
This is available in 0.3.5.
2004-12-04 21:38:38 UTC by stutchbury
-
the Default value of texterea item is static data ...
and i need to include {FormExpress:getuservar&var="myvar"}
perhaps is-it possible with an over input path ?.
2004-11-29 17:40:10 UTC by ljvd
-
i'have tested a hack in the pnuser.php,
usefull for including default value.
----------------
function FormExpress_user_pnsessiongetvar ($params, &$smarty)
{
extract($params);
unset($params);
if (!isset($name)) {
$smarty->trigger_error("pnsessiongetvar: attribute name required");
return false;
}
$result =...
2004-11-29 17:11:13 UTC by ljvd
-
From: http://bugs.php.net/bug.php?id=28201
Comment: Tried it too and it worked.
-------excerpt------
[5 Jun 11:51am CEST] php at ndickson dot co dot uk
I believe I have a workaround for this.
Obviously, you do this at your own risk, and you should
ensure that you
keep backups before making any changes.
In the FormExpress file pntables.php, go to the second-to-
last line,
which just...
2004-06-22 23:24:59 UTC by nobody