I already tried that, but the HTML Header is required there...<br>This one: <!--HeaderText--><br><br>And besides that, I also want to use the IncludeText arguments to only include #from#to like<br>(:include Group/Page#from#to:) but I'd like this output when I go to
<br><br><a href="http://www.bla.com/wiki/include.php?grp=Group&art=Page">www.bla.com/wiki/include.php?grp=Group&art=Page</a><br><br>so include.php is something like<br><br>require_once('pmwiki.php');<br><br>
if(isset($_REQUEST['grp']) && isset($_REQUEST['art'])) {<br> $group = $_REQUEST['grp'];<br> $art = $_REQUEST['art'];<br> <br> echo "$grp/$art viewing...<br>";
<br> // IncludeText call<br>}<br><br>But that instead renders my wiki, and I don't want that to happen...<br>Thanks for any help!<br><br><br>- Wouter / Jefklak<br><br><br><div><span class="gmail_quote">On 1/15/07, <b class="gmail_sendername">
J. Meijer</b> <<a href="mailto:commentgg@hotmail.com">commentgg@hotmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div style="text-align: left;"><div><span class="e" id="q_11026ea0d040c8b7_1"><br><br><div><span class="gmail_quote">On 1/15/07, <b class="gmail_sendername">Wouter Groeneveld</b> <<a href="mailto:jefklak@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
jefklak@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I
would like to use IncludeText() so I can access the text in my wiki
pages, but I do _NOT_ want to generate the whole skin and page. <br>So
when I include("pmwiki.php") > this automatically generates my wiki.
I don't want that, I only want to display the includeText() output.
<br><br>Is there any possibility to tell pmwiki not do do anything? I only want to be able to use the function includetext()<br></blockquote></div><br></span></div>I think you might want to define a skin .tmpl file for this with just this content:
<br><br>$PageText<br><br>That should make pmwiki render the page as html and no more. <br><br>Grtn,<br><span class="sg"><br>/jm<br></span><span class="ad"><br><br></span></div><span class="ad"><br><hr>Get free, personalized online radio with MSN Radio powered by Pandora.
<a href="http://radio.msn.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Try it!</a></span></div><span class="ad">
</span></blockquote></div><br>