[pmwiki-users] httpvariables / markupexprplus

noskule noskule at gmx.net
Thu Oct 23 13:45:04 CDT 2008


hi list
I expirienced a problem using httpvariables and markupexprplus.

If I include httpvariables bevor markupexpr plus, setting pv's via {(set 
xx12)} is not working, if I include it after it works.

dont work:
    $EnableExprVarManip = 1;
    include_once("$FarmD/cookbook/markupexprplus.php");
    include_once("$FarmD/cookbook/httpvariables.php");

work:
    include_once("$FarmD/cookbook/httpvariables.php");
    $EnableExprVarManip = 1;
    include_once("$FarmD/cookbook/markupexprplus.php");


When I try do do the following condition:

    (:if equal "{$?count}" "":)no count, setting to {(set count 20)}
    (:else:){(setq count {$?count} )}(:ifend:)

setting $count to 20 do not work if the condition is true, see:

    http://test.netstreams.org/pmwiki/index.php?n=Main.WikiSandbox


anyone an idea what to do?
thanks for any hints
nos





















http://test.netstreams.org/pmwiki/index.php?n=Main.WikiSandbox?count=13



More information about the pmwiki-users mailing list