Never mind my last question, found EnableHTML in cookbook.<br>Thanks!<br><br><br><div><span class="gmail_quote">On 1/15/07, <b class="gmail_sendername">Eugene Van den Bulke</b> <<a href="mailto:eugene@boardkulture.com">
eugene@boardkulture.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;">there are ways to play with AJAX and PmWiki ... check the Logbook recipe
<br>;) or <a href="http://www.3kwa.com/Tutorial/Logbook">http://www.3kwa.com/Tutorial/Logbook</a>. I admit it would be cool if<br>PmWiki was making it a tad easier and less of a hack though :P<br><br>Cheers,<br><br>EuGeNe
<br><br>DaveG wrote:<br>> This would be really useful for Ajax page rendering functions on PMwiki<br>> as well.<br>><br>> ~ ~ Dave<br>><br>> Wouter Groeneveld wrote:<br>>> 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<br>>> 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>>> <<a href="http://www.bla.com/wiki/include.php?grp=Group&art=Page">
http://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>>> On 1/15/07, * J. Meijer* <
<a href="mailto:commentgg@hotmail.com">commentgg@hotmail.com</a><br>>> <mailto:<a href="mailto:commentgg@hotmail.com">commentgg@hotmail.com</a>>> wrote:<br>>><br>>><br>>><br>>> On 1/15/07, *Wouter Groeneveld* <
<a href="mailto:jefklak@gmail.com">jefklak@gmail.com</a><br>>> <mailto:<a href="mailto:jefklak@gmail.com">jefklak@gmail.com</a>>> wrote:<br>>><br>>> I would like to use IncludeText() so I can access the text in my
<br>>> wiki pages, but I do _NOT_ want to generate the whole skin and<br>>> page.<br>>> So when I include("pmwiki.php") > this automatically generates<br>>> my wiki. I don't want that, I only want to display the
<br>>> includeText() output.<br>>><br>>> Is there any possibility to tell pmwiki not do do anything? I<br>>> only want to be able to use the function includetext()<br>>>
<br>>><br>>> I think you might want to define a skin .tmpl file for this with<br>>> 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>>><br>>><br>>> ------------------------------------------------------------------------<br>>> Get free, personalized online radio with MSN Radio powered by
<br>>> Pandora. Try it! <<a href="http://radio.msn.com">http://radio.msn.com</a>><br>>><br>>><br>>><br>>> ------------------------------------------------------------------------<br>
>><br>>> _______________________________________________<br>>> pmwiki-users mailing list<br>>> <a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>>> <a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users">
http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br><br><br>_______________________________________________<br>pmwiki-users mailing list<br><a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a>
<br><a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br></blockquote></div><br>