Интеграция для Joomla 1.5
Скопируйте файлы из директории /components/com_gamesbox/views/document/tmpl/ в директорию /template/имяшаблона/html/com_gamesbox/document/
Откройте файлы:
/template/имяшаблона/html/com_gamesbox/document/default.php
/template/имяшаблона/html/com_gamesbox/document/preview.php
/template/имяшаблона/html/com_gamesbox/document/review.php
Если хотите чтобы комментарии отображались в листинге новостей об игре, в медиа и уловках, так же отредактируйте файлы:
/template/имяшаблона/html/com_gamesbox/document/news.php
/template/имяшаблона/html/com_gamesbox/document/media.php
/template/имяшаблона/html/com_gamesbox/document/tricks.php
В самый конец файлов добавьте строки:
<?php
$comments = JPATH_SITE.DS.'components'.DS.'com_jcomments'.DS.'jcomments.php';
if (file_exists($comments)) {
require_once($comments);
echo JComments::showComments($this->game->id, 'com_gamesbox', $this->game->title);
}
?>
плагин: com_gamesbox.plugin.zip