Quick overview of the problem:<br><br>I have SideBar with two pagelists:<br>- recent articles<br>- recent blog entries<br>Nothing special about them, just default things sorted by date.<br><br>Now, in an index page, I have a couple of pagelists which use a LocalTemplate called #games
<br>-- this template executes another pagelist! like this:<br><br><b><span class="nw" id="_user_pmwiki-users@pmichaud.com"></span></b>[[#games]]<br>(:if ! equal {=$Group} {&lt;$Group}:)<br><br>:[[{=$Group}/]] /:<br>(:if:)
<br>(:if ! instr - {=$Name} :)<br>-&gt; [[{=$Group}/{=$Name}|{=$Namespaced]] link<br>(:pagelist name=Subarticle.{=$Name}-* list=normal fmt=#subgames:)<br>(:if:)<br>[[#gamesend]]<br><br>[[#subgames]]<br>--&gt;[[{=$Group}/{=$Name}|{=$Title}]]
<br>[[#subgamesend]]<br><br>Okay, so far so good. This should create the result:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Foo link<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; subarticle Foo<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; subarticle two Foo<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bar link<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; subarticle Bar<br>
<br>where Foo and Bar are pages in a certain Group (whatever), and <br>subarticle Foo, subarticle two Foo are called Foo-[name of subarticle] which are in Gruop Subarticle.<br><br><br><br>Eerything works fine, except when I go to that page. My SideBar pagelists refuse to work!
<br>instead of getting a list of recent articles, I get &quot;PageListTemplates#defaultPageListTemplates#defaultPageListTemplates#default.......&quot;<br>What the hell?<br><br>The articles links and subarticles are displayed correctly.
<br>I had to remove the subarticle pagelist in #games but now I can't list subarticles in order, just below every article!<br><br><br><br>Help?<br>Thanks a lot !<br><br><br>-- Jefklak<br>Wouter<br>