Is there any integration tutorial for JPortfolio v.1.3 ?
This one doesn't work.
I tried to add this
global $mosConfig_absolute_path;
$comments = $mosConfig_absolute_path . '/components/com_jcomments/jcomments.php';
if (file_exists($comments)) {
require_once($comments);
echo JComments::showComments($proj[0]->id, 'com_jportfolio', $proj[0]->name);
}
after this in all possible positions but nothing. The site didn't load correctly.
echo '</div>';
}
bottom();
echo '</div>';
}
In some tests the jcomments appear on top of the page and the comments in the backend don't have the title.
I attach the 1.3 jportfolio.html.php if someone could find a solution.