Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not displaying rating for articles #4

Open
oshyne opened this issue Sep 12, 2017 · 0 comments
Open

Not displaying rating for articles #4

oshyne opened this issue Sep 12, 2017 · 0 comments

Comments

@oshyne
Copy link

oshyne commented Sep 12, 2017

I enabled rating in the module setting and needed to display ratings for articles, the grey stars appear without showing the respective articles ratings.

If i change "width:rating ?>%"

to

"width:item->rating ?>%"

The yellow stars appear but does not correspond to the rated articles.

<?php /*Ratings*/ if ($article_show_ratings): ?>
<div class="ns2-rating">
<div class="ns2-rating-bar">
<div style="width:<?php echo $list[$i]->rating ?>%"></div>	
</div>	
</div>
<?php endif; ?>

Thanks for your assistance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant