I want to show the comments made by the user in his profile page
This code does not work!
Nothing appears because cms:paginator trying to show comments from all users.
Could there be a decision?
Thanks
- Code: Select all
<cms:comments masterpage='blog.php' limit='5' paginate='1'> <cms:if k_comment_author_id = k_extended_user_id > <cms:show k_comment_page_title /><br><cms:show k_comment /> </cms:if> <cms:paginator /> </cms:comments>
This code does not work!
Nothing appears because cms:paginator trying to show comments from all users.
Could there be a decision?
Thanks