<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
Hello everyone!<br>
<div class="moz-forward-container"> <br>
I try to get markupexprplus to work, but somehow I seem to be
missing something. Here is what I've got so far:<br>
<br>
- I've got markupexprplus.php in my cookbook folder<br>
- in my config file, I've this line: <br>
<br>
<font size="4"><i>include_once("$FarmD/cookbook/markupexprplus.php");</i></font><br>
<br>
<br>
first I thought, that maybe I installed an old PMWiki, so I tried
it out with markupexprplus-old.php. When I changed the include in
my config file to <br>
<br>
<font size="4"><i>include_once("$FarmD/cookbook/markupexprplus-old.php");</i></font><br>
<br>
my page broke. So the include should be correct and the php files
are in the correct place, otherwise the old one couldn't have
broken my page. <br>
<br>
to test out markupexprplus I tried this markup in the group
header: <br>
<br>
<i><font size="4">{(setq {$Name} 1)}<br>
(:notitle:)</font></i><br>
<br>
which should produce no text on the page, but I do get this text:
<br>
<br>
<i><font size="4">(setq GroupHeader 1)</font></i><br>
<br>
<br>
I've not worked a lot with PMWiki. I only used it the basic text
editing, a few tables and I added a smileys cookbook and a
footnote cookbook but nothing else so far, so I have no idea how
to find out what is wrong and how to fix it. <br>
<br>
Any help would be greatly appreciated. <br>
<br>
thanks in advance<br>
Thomas<br>
<br>
<br>
<br>
</div>
</body>
</html>