enter into the list of comments context |
|
| see comments_count, replies | |
|
The example above shows an include tag used to produce recursion (replies of replies of replies).
To let us use the simple zafu code above, we had to implement some class agnosticism in zafu and the recursion thing, both of which were not really easy. So … enjoy.
The current implementation of CommentQuery does not support sub-queries because we have not yet found a way to get the correct discussion_id in the query.
attributes
Here is a list of attributes that a comment can display:
title, text, author_name, created_at, updated_at, status
The author_name attribute is special as it shows the name provided by an anonymous user or the fullname of the author’s contact.