On Mon, May 11, 2009 at 6:44 PM, Steven Benmosh <span dir="ltr">&lt;<a href="mailto:wordz2u@gmail.com">wordz2u@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

I have a wikifarm, with the main site being <a href="http://www.words2u.net/pmwiki/?n=Home.HomePage" target="_blank">http://www.words2u.net/pmwiki/?n=Home.HomePage</a> and a secondary wiki of recipes at <a href="http://www.words2u.net/recipes/index.php?n=Main.HomePage" target="_blank">http://www.words2u.net/recipes/index.php?n=Main.HomePage</a>.<br>


<br>I have two configuration files, the main at /pmwiki/local/config.php and the other at /recipes/config.php, and both have in them <br clear="all">$SpaceWikiWords = 1;  Indeed the title of the page names in both wikis is spaced.<br>


<br>However, I am finding that the behavior of pagelists is different. On <a href="http://www.words2u.net/pmwiki/?n=BusRoutes.HomePage" target="_blank">http://www.words2u.net/pmwiki/?n=BusRoutes.HomePage</a> the pagelist command is (:pagelist group=BusRoutes -Template list=normal count=7 order=-ctime:) and the links are spaced. In <a href="http://www.words2u.net/recipes/index.php?n=Recipes.Recipes" target="_blank">http://www.words2u.net/recipes/index.php?n=Recipes.Recipes</a>, the pagelist command is (:pagelist group=Recipes list=normal -Template:) and the links are not with spaces.</blockquote>

<div><br>Hi, Steven:  I don&#39;t know why the default pagelist format would give you spaced output in one place, and un-spaced in another, but as a work-around, you could use the &quot;fmt=&quot; part of <a href="http://www.pmwiki.org/wiki/PmWiki/PageLists">http://www.pmwiki.org/wiki/PmWiki/PageLists</a> to choose a format to specify. There are a bunch of pre-defined formats for the pagelist output, and if you don&#39;t find the one you want, you can create a Site.LocalTemplates page on your site and create your own format there.<br>

<br>Does that help?<br></div></div><br>