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} {<$Group}:)<br><br>:[[{=$Group}/]] /:<br>(:if:)
<br>(:if ! instr - {=$Name} :)<br>-> [[{=$Group}/{=$Name}|{=$Namespaced]] link<br>(:pagelist name=Subarticle.{=$Name}-* list=normal fmt=#subgames:)<br>(:if:)<br>[[#gamesend]]<br><br>[[#subgames]]<br>-->[[{=$Group}/{=$Name}|{=$Title}]]
<br>[[#subgamesend]]<br><br>Okay, so far so good. This should create the result:<br><br> Foo link<br> subarticle Foo<br> subarticle two Foo<br> Bar link<br> 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 "PageListTemplates#defaultPageListTemplates#defaultPageListTemplates#default......."<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>