Fork me on GitHub

RSS Theme only showing 1 article  Bottom

  • Using Zikula 1.2.4 and PageMaster 0.4.2 with the RSS theme.

    Here's the PageMaster publication list: http://beerleg.com/p…odule=section&tid=3
    As you can see in that link, there's 2 publications in the list.

    Here's the same list via the RSS theme: http://beerleg.com/p…ion&tid=3&theme=rss
    In this link, you'll see there's only 1 publication listed.

    The code for the PM template in the RSS theme is as follows:

    Code

    <!--[foreach from=$publist item='pubitem']-->
    <item>
        <title><!--[$pubitem.title|pnvarprephtmldisplay]--></title>
        <link><!--[$baseurl]--><!--[pnmodurl modname=PageMaster func=viewpub tid=$pubtype.tid pid=$pubitem.core_pid]--></link>
        <!--[if $showdescription eq 1]-->
        <description><!--[$pubitem.body|pnvarprephtmldisplay|strip_tags|truncate:1000]--></description>
        <!--[/if]-->
        <pubDate><!--[$pubitem.cr_date|pnvarprephtmldisplay|updated|published]--></pubDate>
        <guid><!--[pnmodurl modname=PageMaster func=viewpub tid=$pubtype.tid pid=$pubitem.core_pid]--></guid>
    </item>
    <!--[/foreach]-->

    Seems to me like it should display both articles. Any ideas? Thanks!

    --
    Harness Technology
  • No love? :'(

    --
    Harness Technology
  • I've tried everything so I guess I have to find a different solution.

    --
    Harness Technology

This list is based on users active over the last 60 minutes.