-
Perhaps a Wiki will be fine ?.
2009-03-03 02:52:25 UTC in Snoopy
-
Freemind is the mindmap reference.
It's a pleasure to see the freemind file format is the reference in all online applications.
2007-11-04 10:30:05 UTC in FreeMind
-
i'm interested by the same fonction.
just for changing some content without using a full cms application. my server accept cgi and php ...
2005-10-30 09:05:01 UTC in FCKeditor
-
ljvd committed patchset 4 of module FormExpress to the PostNuke FormExpress Module CVS repository, changing 35 files.
2005-09-16 14:20:20 UTC in PostNuke FormExpress Module
-
ljvd committed patchset 3 of module feproc to the PostNuke FormExpress Module CVS repository, changing 21 files.
2005-09-16 14:15:10 UTC in PostNuke FormExpress Module
-
Logged In: YES
user_id=607957
no, i have not tried the cvs version.
With holidays and familly,
i have not time for new tests before september now.
2005-07-05 17:10:29 UTC in pnDefineMachine
-
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 in PostNuke FormExpress Module
-
Warning: Smarty error: pndmBoolToText: attribute bool
required in
/home2/lelan/public_html/dev/includes/classes/Smarty/Smarty.class.php
on line 1088.
2005-05-13 13:45:33 UTC in pnDefineMachine
-
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 in PostNuke FormExpress Module
-
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 in PostNuke FormExpress Module