Cannot get my custom them to work
Posted: 15 August 2007 01:41 PM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2007-07-24

Hola everyone,
I am having some difficulty that i am sure has an easy fix.

Custom rating themes

I created a folder called ‘bar’ in the ‘rating_themes’ folder on my server.
Uploaded all the images from the default folder that were named ‘bar~…
I set permissions to ‘755’.

I tried this code and it doesn’t work.

<div class="picks-rating">
{exp:rating:stats entry_id="{entry_id}" theme="bar" scale="5" }{bar_overall_avg}<br>
{overall_count} review{if overall_count != “1"}s{/if}
{/exp:rating:stats}
</div>

What should i be doing?
Also for that matter, i cannot get the bar graphics from the default theme set to display either.
I Tried this code.

<div class="picks-rating">
{exp:rating:stats entry_id="{entry_id}" theme="default" scale="5" }{bar_overall_avg}<br>
{overall_count} review{if overall_count != “1"}s{/if}
{/exp:rating:stats}
</div>

Any help is much appreciated.

Thanks,
L

Profile