EnglishHi Zaphod,
Please change in the coming version(s) of the Superb theme of yours in the comment_list.tpl the following
{if isset($comment.TN_SRC)}
<div class="illustration">
<a href="{$comment.U_PICTURE}"><img src="{$comment.TN_SRC}" alt="{$comment.ALT}" /></a>
</div>
{/if}to
{if isset($comment.src_image)}
<div class="illustration">
<a href="{$comment.U_PICTURE}">
<img src="{$pwg->derivative_url($derivative_params, $comment.src_image)}" alt="{$comment.ALT}">
</a>
</div>
{/if}So that the images with links will start to show on the comments page again. Thanks!
regards,
Tom
Hello
if you were registered you could have notified Zaphod ; I notify him
also you should use [*code*]...[*/code*] without *
tag :)
Offline