Keyword

Rating in module position

  • Franz Heine
  • Franz Heine's Avatar Topic Author
  • Offline
  • Premium Member
More
8 years 8 months ago - 8 years 8 months ago #146249 by Franz Heine
Rating in module position was created by Franz Heine
Hi

im using the great k2 component for my hole site.
For the articles im using the k2 rating.
Is it possible to generate a rating for the hole category page or create a rating in a module position?

Thx

EDIT:

i put the following code into category.php. I can see the rating but without function

<?php if($this->params->get('catItemRating')): ?>
<!-- Item Rating -->
<div class="catItemRatingBlock">
<span><?php echo JText::_('K2_RATE_THIS_ITEM'); ?></span>
<div class="itemRatingForm">
<ul class="itemRatingList">
<li class="itemCurrentRating" id="itemCurrentRating<?php echo $this->category->id; ?>" style="width:<?php echo $this->category->votingPercentage; ?>%;"></li>
<li><a href="#" rel="<?php echo $this->category->id; ?>" title="<?php echo JText::_('K2_1_STAR_OUT_OF_5'); ?>" class="one-star">1</a></li>
<li><a href="#" rel="<?php echo $this->category->id; ?>" title="<?php echo JText::_('K2_2_STARS_OUT_OF_5'); ?>" class="two-stars">2</a></li>
<li><a href="#" rel="<?php echo $this->category->id; ?>" title="<?php echo JText::_('K2_3_STARS_OUT_OF_5'); ?>" class="three-stars">3</a></li>
<li><a href="#" rel="<?php echo $this->category->id; ?>" title="<?php echo JText::_('K2_4_STARS_OUT_OF_5'); ?>" class="four-stars">4</a></li>
<li><a href="#" rel="<?php echo $this->category->id; ?>" title="<?php echo JText::_('K2_5_STARS_OUT_OF_5'); ?>" class="five-stars">5</a></li>
</ul>
<div id="itemRatingLog<?php echo $this->category->id; ?>" class="itemRatingLog"><?php echo $this->category->numOfvotes; ?></div>
<div class="clr"></div>
</div>
<div class="clr"></div>
</div>
<?php endif; ?>
Last edit: 8 years 8 months ago by Franz Heine.

Please Log in or Create an account to join the conversation.

More
8 years 8 months ago #146258 by Lefteris
Replied by Lefteris on topic Rating in module position
Hi,

No, unfortunately rating is only available in the item view.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum