Re: [campsite-support] having problem displaying Comments
  • Hi ybani !

    Syntax is ok and it should work. However, I am wondering how "list
    comments" looks like.
    It might be something like this:

    {{ $campsite->comment->subject }}


    Posted {{ $campsite->comment->submit_date }} by {{
    $campsite->comment->reader_email|obfuscate_email }}


    {{ $campsite->comment->content }}



    Hope this helps!

    Best,


    On Wed, Jun 25, 2008 at 12:04 PM, wrote:
    > Author: ybani
    > Link: http://code.campware.org/phorum/read.php?8,6459,6459#msg-6459
    > --------------------------------------------------------------------------------
    >
    > Dear Support,
    >
    > Can I display the comments in this way.
    >
    > {{ if $campsite->article->comments_enabled }}
    >
    > {{ list_article_comments order="byDate asc" }}
    > list comments
    > {{ /list_article_comments }}
    >
    > {{ /if}}
    >
    > comments screen is not showing in article tpl, even its enable in
    > Admin screen. Please help. Thanks
    >
    >
    > Best Regards,
    >
    > --
    > Sent from Campware Forums
    > http://code.campware.org/phorum
    >



    --
    /holman