note: mani is working on a fix
gezza's note: i also looked at it, maybe you find my findings useful. This seems to me a Tiki issue, not a smarty one.
In templates/comments/list.tpl on line 93 there is a smarty include.
{include file='extends:layouts/internal/layout_view.tpl|comment/list.tpl' comments=$comment.replies_info.replies cant=$comment.replies_info.numReplies parentId=$comment.threadId}
I you change templates\layouts\internal\layout_view.tpl to this:
{if zone_is_empty('left')} {block name=content}{/block} {else} {block name=content}{/block} {/if}
than the nested comments are displayed. You can change the zone name in zone_is_empty to any other (eg: rigth, bottom, etc), it still works.
Could not get further with this.
mani's note:
This issue is because of the layout view used for the comments.
for the second level and more than that the layout_view.tpl is called.
In layout_view.tpl the content is empty so the comments are not showing.
As per previous we can call the same ie(comments/list.tpl) file to show the next level comments.
But in that method also the header footer added for each comment because in top of comment/list.tpl the layout_view.tpl is extended.
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tiki.org instance. To start, simply select a version and click on "Create show2.tiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |