Just What I needed. Worked perfectly out of the box.
Review posted by ssa5522 on at
Worked for me
Worked perfectly for me! Thanks!
Review posted by ribenawrath on at
Does not work
at all
Review posted by gastre on at
Star rating only show one star to vote
@ecomatt, thanks. I change the thing that you said.
Works, but only show one star to pick. so I only can to vote with one star.!!
Review posted by ecomatt on at
star rating 2 - where to start
This is one of the most annoying plugins as there is no real instructions out there to get it working properly.
I have successfully got it working on 5.4.1.1 - fresh install.
Firstly you need to edit the ratings.php file which resides on the models folder attached is the updated file. basically change the name of the block from btJjStarRatingVotes2 to btJjStarRatingVotes - this is fine if this is a fresh install of version 2 rather than an upgrade.
Secondly the block does not work as when you rate 3 and below it always shows as three. so if you rate one star it will show as three. this is lazy coding and must not have been tested before putting on the market.
the problem is in the controller.php inside the blacks folder currently score1 score2 and score3 are given a value of 3 -
<a class='score1$ratingID' href='?score=3&table=$ratingID&user=$ip'>1</a>
<a class='score2$ratingID' href='?score=3&table=$ratingID&user=$ip'>2</a>
<a class='score3$ratingID' href='?score=3&table=$ratingID&user=$ip'>3</a>
<a class='score4$ratingID' href='?score=4&table=$ratingID&user=$ip'>4</a>
<a class='score5$ratingID' href='?score=5&table=$ratingID&user=$ip'>5</a>
so just update this to
<a class='score1$ratingID' href='?score=1&table=$ratingID&user=$ip'>1</a>
<a class='score2$ratingID' href='?score=2&table=$ratingID&user=$ip'>2</a>
<a class='score3$ratingID' href='?score=3&table=$ratingID&user=$ip'>3</a>
<a class='score4$ratingID' href='?score=4&table=$ratingID&user=$ip'>4</a>
<a class='score5$ratingID' href='?score=5&table=$ratingID&user=$ip'>5</a>
Updated file also attached.
known issues when using this - resetting votes to 0 looks like it crashes but if you just refresh the page and then publish you will see it actually resets the score.
if you have any issues please let me know and i will try and help
please can someone maintaining the C5 site update this block so it actually works.
thanks
Matthew
Review posted by digirunt on at
Problems prevented use
Did not function initially with 5.4.1 but after following forum advice managed to get it to work, could not however integrate it into a theme meaning it could only be added through an editable area which did not serve my purpose.
Review posted by kstrange on at
Does not work with 5.4.1
This does not work with 5.4.1
Filter Posts
Add a Review
Please note: Reviews last forever. If your review is negative or you're encountering a particular issue, have you tried support first?
Sign In?
You must have a user account and be signed to perform this action.
Awesome