Hi
I’m building a site based on EE v1.6.8. I enabled comments and inserted a code snippet to display them for a specific entry. (I’m using a plugin called Structure to organise the pages. Structure uses different url_titles from EE, therefore I always have to show comments using page_id)
The code I’m trying to use is the following:
{if logged_in}
{exp:comment:entries entry_id="589" weblog="page"}
{if no_entries}
test
{/if}
{/exp:comment:entries}
{/if}I also tried it the way the author of Structure suggests it in the documentation.
{exp:comment:entries entry_id="589" parse="inward"}
{if no_entries}
test
{/if}
{/exp:comment:entries}I tried these code snippets inside the weblog tag and outside any EE tags as the documentation suggests.
All I get is “M30o93H7pQ09L8X1t49cHY01Z5j4TT91fGfr”
I’d appreciate any help. Thanks.