[campsite-support] cant print all articles regarding a specific topic
  • Hi Guys

    I have the following problem,

    I cant retrieve articles from a topic

    for instance, I create a topic called cinema
    and then a subcategory 'actors'
    I have related some articles with the topic actor,

    so far so good,

    I use the following code:


    {{ local }}
    {{ unset_topic }}

    {{ set_topic name="προτείνουμε:EL" }}
    {{ if $campsite->current_list->at_beginning }}
    {{ /if }}

    : {{$campsite->topic->name }}
    {{ if $campsite->current_list->at_end }}
    {{ /if }}

    {{ list_articles constraints="topic is προτείνουμε:EL" order="bypublishdate desc" length="30"}}



    {{ if $campsite->article->has_image(1) }}








    {{ /if }}


    {{ $campsite->article->name }}



    {{ /list_articles }}


    {{ /local }}

    it displays the topic name with no problem I klik on the topic name it prints me all the articles regarding that topic, my problem is that it doest not print the articles names,
    how can I print the article name from a topic?

    I am not sure but before I upgrade to the latest version the above code was running,

    is there any change with the topic syntax?