Re: [campsite-support] Why doesn't this work?
  • i just tried your code without any changes and works quite well for me.
    how does it look your entire template file?



    On Jan 15, 2008 2:09 PM, wrote:
    > Author: Tim Smith
    > Link: http://code.campware.org/phorum/read.php?8,6119,6119#msg-6119
    > --------------------------------------------------------------------------------
    >
    > I want to get a list of past issues and under each issue list the articles associated with them. This is the template code I have.
    >
    >
    > {{ list_issues name="issues" }}
    > {{ $campsite->issue->name }}
    >
    > {{ local }}
    > {{ set_issue number="$campsite->issue->number" }}
    > {{ list_articles }}
    > {{ $campsite->article->name }}
    > {{ /list_articles }}
    > {{ /local }}
    >
    > {{ /list_issues }}
    >
    >
    > Why doesn't this work?
    >
    > --
    > Sent from Campware Forums
    > http://code.campware.org/phorum
    >



    --
    /holman
  • 1 Comment sorted by
  • I made the template very simple just to test this out. The complete template is: