still no luck. in fact, seems like nothing changed at all.
Hi, have somebody experience with AnythingRating snippet and Use friendly alias path?
It’s not posible votin with URL e.g. www.site.com/en/reference/web
After voting I get a 404 ERROR page into <div class="score"> block.
With URL e.g. www.site.com/web it’s OK but friendly alias paths makes problem.
Thx
t.
Tomik, the two url give a 404 error ...
-
☆ A M B ☆
- 24,524 Posts
<base href="[(site_url)]"/>
can cause problems with certain common versions of IE; it is probably safer to use
<base href="[(site_url)]"></base>
coroico, you are amazing. This was exactly this problem.
<base href="[(site_url)]"/> in the head of template and is working good.
Thanx
I love this snippet, but I am having a small problem.
When viewing my site and the page that contains the snippet in IE8, the voting seems to be a bit messed up. When I click to vote on an article, it will add stars to the score being displayed. For example, if I click on the third star, it will show a 5 star rating. However, when I refresh the page it will show the correct score. I have looked through the code on FF and on IE8 and noticed that in IE8 the width for the <li class="current-rating"> doesn’t get changed until a page refresh.
Has anyone else had this problem? Anyone have any ideas?
This snippet is cool, but I’d like show "x/x stars (x votes)" before the stars only if the nb of votes is > 0, is it possible?