Good day! The problem with the render of the comments in the template. They are not there. Where can I send screenshots? ..sorry for my english=)
..upload
Please open file comment-wrapper.tpl.php to modify code to show content for portfolio content type. Now, we only restrict comment for Article and Product content types. Ex: change <?php if($node->type =="article") :?> to <?php if($node->type =="article" && $node->type =="YOURCONTENTYPE") :?> Thanks,
Thanks a lot!
and = && does not work for me, use or = || Sudo= if content type is "this" or "this" <?php if($node->type =="article" || $node->type =="YOURCONTENTYPE") :?> ;)
Hello siggi_hrafn, My mistake on typo, using || instead of && Thank you.