Установил Reviews & Ratings Plugin все стало, все чудесно. Но, после манипуляций с Details View Template на предмет дизайна пропала форма рейтинга. Восстановление стандартного дизайна и переустановка прагина результата не принесло. Комментарии работают нормально. С чем это может быть связано?
<?php
/**
* @version $Id: SOBI2.details.tmpl.php 3709 2008-03-10 13:47:06Z Radek Suski $
* @package: Sigsiu Online Business Index 2
* ===================================================
* @author
* Name: Sigrid & Radek Suski, Sigsiu.NET
* Email: sobi@sigsiu.net
* Url: http://www.sigsiu.net
* ===================================================
* @copyright Copyright (C) 2007 Sigsiu.NET (http://www.sigsiu.net). All rights reserved.
* @license see http://www.gnu.org/licenses/lgpl.html GNU/LGPL.
* You can use, redistribute this file and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation.
*/
/*please do not remove this line */
defined('_SOBI2_')|| exit("Restricted access");
/* ------------------------------------------------------------------------------
* Real Estate Template - Details View
* ------------------------------------------------------------------------------
*/
?>
<?php HTML_SOBI::renewal( $config,$mySobi ); ?>
<div class="vcard">
<div class="vcard-top">
<div class="info"><?php HTML_SOBI::showHits($config,$mySobi);?> | <?php HTML_SOBI::addedDate($config,$mySobi); ?></div>
</div>
<div class="vcard-title">
<div class="vtitle">
<?php echo $mySobi->title; ?><?php echo $editButton; ?> <?php echo $deleteButton; ?>
</div>
<div class="vrating">
<?php echo $this->plugins['reviews']->showRating($mySobi->id);?>
</div>
</div>
<div class="vcard-mid">
<div class="vimage">
<?php echo $img; ?>
</div>
<div class="vdescr">
<?php echo $fieldsFormatted['field_description']; ?>
<div style="text-decoration: underline; text-align: right;">
<?php echo $fieldsFormatted['field_website']; ?>
</div>
<?php echo $plugins['reviews']; ?>
</div>
</div>
<div class="vcard-bottom"></div>
</div>

(Sobi2 2.9.3.2, Joomla 1.5.22)