What version of pmwiki are you running? <br><br>If the version string is not visible in your template, check scripts/version.php to see it.<br><br><div class="gmail_quote">On Tue, Nov 25, 2008 at 1:26 PM, adam overton <span dir="ltr">&lt;<a href="mailto:a@plus1plus1plus.org">a@plus1plus1plus.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">hmmm<br>
i see that it does work on that Test page, which seems great<br>
but on my system it doesn&#39;t work. not sure why it doesn&#39;t.<br>
<br>
i&#39;ve changed it to the following so that it&#39;ll look in Local<br>
Templates...<br>
(:pagelist fmt=#oneline group=Main wrap=inline count=4:)<br>
<br>
<br>
results in:<br>
<br>
blam<br>
Main / &nbsp;| About &nbsp;| Calendar &nbsp;| Contact &nbsp;| CreateAProfile &nbsp;blah<br>
<br>
instead of<br>
blam Main / &nbsp;| About &nbsp;| Calendar &nbsp;| Contact &nbsp;| CreateAProfile &nbsp;blah<br>
<br>
<br>
it&#39;s posting the following code:<br>
&lt;p&gt;blam<br>
&lt;br /&gt;&lt;strong&gt;&lt;a class=&#39;wikilink&#39; href=&#39;<a href="http://mySite.com/Main/" target="_blank">http://mySite.com/Main/</a><br>
Index&#39;&gt;UDP&lt;/a&gt; /&lt;/strong&gt; &amp;nbsp;| &lt;a class=&#39;wikilink&#39; href=&#39;http://<br>
mySite.com/Main/About&#39;&gt;About&lt;/a&gt; &amp;nbsp;| &lt;a class=&#39;wikilink&#39;<br>
href=&#39;<a href="http://mySite.com/Main/Calendar" target="_blank">http://mySite.com/Main/Calendar</a>&#39;&gt;Calendar&lt;/a&gt; &amp;nbsp;| &lt;a<br>
class=&#39;wikilink&#39; href=&#39;<a href="http://mySite.com/Main/Contact" target="_blank">http://mySite.com/Main/Contact</a>&#39;&gt;Contact&lt;/a&gt;<br>
&amp;nbsp;| &lt;a class=&#39;wikilink&#39; href=&#39;<a href="http://mySite.com/Main/" target="_blank">http://mySite.com/Main/</a><br>
CreateAProfile&#39;&gt;CreateAProfile&lt;/a&gt; &amp;nbsp;blah<br>
&lt;/p&gt;&lt;p class=&#39;vspace&#39;&gt;&amp;nbsp;&lt;/p&gt;<br>
<br>
?<br>
<br>
(anyways, i figured out a workaround for my situation, but i&#39;m still<br>
puzzled as to what i must&#39;ve changed that&#39;s causing this... thanks)<br>
<br>
<br>
On 23 Nov 2008, at 11:25 PM, Peter Bowers wrote:<br>
<br>
&gt; When I use the wrap=inline I still get &lt;p&gt; surrounding, but I don&#39;t<br>
&gt; think it has anything to do with pagelist -- that&#39;s just how things<br>
&gt; are divided up vertically. &nbsp;As long as I put &quot;blam&quot; on the line<br>
&gt; immediately preceding or on the same line with the (:pagelist ...:)<br>
&gt; with the same for blah afterwards (i.e., don&#39;t double-space to start a<br>
&gt; new paragraph) my source looks like this:<br>
&gt;<br>
&gt; blam<br>
&gt; (:pagelist fmt=Cookbook/PagelistTemplateSamples#oneline group=Main<br>
&gt; wrap=inline count=4:)<br>
&gt; blah<br>
&gt;<br>
&gt; then I end up with this HTML:<br>
&gt;<br>
&gt; &lt;p&gt;&lt;strong&gt; &lt;span style=&#39;font-size:69%&#39;&gt; &nbsp;&lt;/span&gt; &lt;/strong&gt;<br>
&gt; &lt;br clear=&#39;all&#39; /&gt;<br>
&gt; blam<br>
&gt; &lt;strong&gt;&lt;a class=&#39;wikilink&#39;<br>
&gt; href=&#39;<a href="http://www.pmwiki.org/wiki/Main/HomePage" target="_blank">http://www.pmwiki.org/wiki/Main/HomePage</a>&#39;&gt;Main&lt;/a&gt; /&lt;/strong&gt; &nbsp;|<br>
&gt; &lt;a class=&#39;wikilink&#39;<br>
&gt; href=&#39;<a href="http://www.pmwiki.org/wiki/Main/AboutThisSite" target="_blank">http://www.pmwiki.org/wiki/Main/AboutThisSite</a>&#39;&gt;About This<br>
&gt; Site&lt;/a&gt; &nbsp;| &lt;a class=&#39;wikilink&#39;<br>
&gt; href=&#39;<a href="http://www.pmwiki.org/wiki/Main/" target="_blank">http://www.pmwiki.org/wiki/Main/</a><br>
&gt; FoxCommentTemplate&#39;&gt;FoxCommentTemplate&lt;/a&gt;<br>
&gt; &nbsp;| &lt;a class=&#39;wikilink&#39;<br>
&gt; href=&#39;<a href="http://www.pmwiki.org/wiki/Main/" target="_blank">http://www.pmwiki.org/wiki/Main/</a><br>
&gt; GroupAttributes&#39;&gt;GroupAttributes&lt;/a&gt;<br>
&gt; &nbsp;| &lt;a class=&#39;wikilink&#39;<br>
&gt; href=&#39;<a href="http://www.pmwiki.org/wiki/Main/HomePage" target="_blank">http://www.pmwiki.org/wiki/Main/HomePage</a>&#39;&gt;HomePage&lt;/a&gt;<br>
&gt;<br>
&gt; blah<br>
&gt; &lt;/p&gt;<br>
&gt;<br>
&gt; As you can see, the &lt;p&gt; precedes the blam and the &lt;/p&gt; follows the<br>
&gt; blah. &nbsp;Is that what you were looking for?<br>
&gt;<br>
&gt; See here:<br>
&gt;<br>
&gt; <a href="http://www.pmwiki.org/wiki/Test/PageListTest" target="_blank">http://www.pmwiki.org/wiki/Test/PageListTest</a><br>
&gt;<br>
&gt; -Peter<br>
&gt;<br>
&gt; On Sat, Nov 22, 2008 at 3:33 AM, adam overton<br>
&gt; &lt;<a href="mailto:a@plus1plus1plus.org">a@plus1plus1plus.org</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; hi. is there a way to make pagelist not add &lt;p&gt; tags around it?<br>
&gt;&gt; i&#39;d like for the single result of a pagelist to print out within a<br>
&gt;&gt; line,<br>
&gt;&gt; instead of breaking it.<br>
&gt;&gt; for instance:<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp;blam (:pagelist name=Index ... :) blah<br>
&gt;&gt;<br>
&gt;&gt; with one result always results in<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp;blam<br>
&gt;&gt; &nbsp; &nbsp;myResult<br>
&gt;&gt; &nbsp; &nbsp; blah<br>
&gt;&gt;<br>
&gt;&gt; but i&#39;d like to get<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; blam myResult blah<br>
&gt;&gt;<br>
&gt;&gt; i thought adding something like wrap=html or wrap=inline might<br>
&gt;&gt; prevent<br>
&gt;&gt; this, but it doesn&#39;t.<br>
&gt;&gt;<br>
&gt;&gt; is there a way?<br>
&gt;&gt; thanks<br>
&gt;&gt; adam<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; pmwiki-users mailing list<br>
&gt;&gt; <a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>
&gt;&gt; <a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>
&gt;&gt;<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" target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>
</blockquote></div><br>