<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body><div style="text-align: left;"><br></div>It seems to me that the way to go about would be to install a second wiki that reads from your current wiki.d. In the config.php you have to override $HandleActions, notable $HandleActions['browse'] with a function of your own making which returns the correct output. <br><br>Then make a recipy of it (I remember wanted this once too). <br><br>Actually this was my first response ;-)<br><br>/jm<br><br><br>Wouter Groeneveld wrote:<br>&gt; I already tried that, but the HTML Header is required there...<br>&gt; This one: &lt;!--HeaderText--&gt;<br>&gt;<br>&gt; And besides that, I also want to use the IncludeText arguments to only<br>&gt; include #from#to like<br>&gt; (:include Group/Page#from#to:) but I'd like this output when I go to<br>&gt;<br>&gt; www.bla.com/wiki/include.php<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><wbr>?grp=Group&amp;art=Page<br>&gt; &lt;http://www.bla.com/wiki<wbr>/include.php?grp=Group&amp;art<wbr>=Page&gt;<br>&gt;<br>&gt; so include.php is something like<br>&gt;<br>&gt; require_once('pmwiki.php');<br>&gt;<br>&gt; if(isset($_REQUEST['grp']) &amp;&amp; isset($_REQUEST['art'])) {<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; $group = $_REQUEST['grp'];<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; $art = $_REQUEST['art'];<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; echo "$grp/$art viewing...&lt;br&gt;";<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;// IncludeText call<br>&gt; }<br>&gt;<br>&gt; But that instead renders my wiki, and I don't want that to happen...<br>&gt; Thanks for any help!<br>&gt;<br>&gt;<br>&gt; - Wouter / Jefklak<br>&gt;</blockquote><br><br><blockquote style="border-left: 2px solid rgb(0, 128, 128); padding-left: 5px; margin-left: 5px; margin-right: 0px;"><hr id="EC_stopSpelling"><div style="text-align: left;">On 1/15/07, <b class="EC_gmail_sendername">Wouter Groeneveld</b> &lt;jefklak@gmail.com&gt; wrote:<div><span class="EC_gmail_quote"></span><blockquote class="EC_gmail_quote" style="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") &gt; 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>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><br>/jm<br><br></div><br></blockquote><br /><hr />Get free, personalized online radio with MSN Radio powered by Pandora. <a href='http://radio.msn.com' target='_new'>Try it!</a></body>
</html>