EnglishGood day.
I have a problem in rating score.
Cause when i click the information tab.
There is no rating score.
I did make sure that i check the rating score in option.
Thanks
I'm using the newest version on both piwigo and stripped theme sir.
i'm currently working on locally.
http://piwigo.org/demo/picture.php?/557/category/Africa
as you can see on this sylvia theme sir.
there is a rating score above of rate this photo.
supposed to be the average rate of the said photo.
when working on Stripped theme.
i have the rate this photo feature but the rating score is missing.
Thanks for reply sir.
{if $display_info.average_rate and isset($rate_summary) }
<tr id="Average">
<td class="label">{'Average rate'|@translate}</td>
<td class="value" id="ratingSummary">
{if $rate_summary.count}
{assign var='rate_text' value='%.2f (rated %d times)'|@translate }
{$pwg->sprintf($rate_text, $rate_summary.average, $rate_summary.count) }
{else}
{'no rate'|@translate}
{/if}
</td>
</tr>
{/if}
i was referring to this sir.
cause its not showing in the information tab.