8thos Star Ratings CSS Smilie Sprites

8thos Star Ratings CSS Smilie Sprites 1.0.1

No permission to download

DRE

Well-known member
8thos submitted a new resource:

8thos Star Ratings CSS Smilie Sprites (version 1.0) - A 2.91kb star ratings CSS smilies sprite

If you want to leave star ratings for the products, movies, games, music and books you review in the threads, blogs and articles of your website, why not use CSS Smilie Sprites as Star Ratings?

If you want stricter rules for Star Ratings usage, try out Star Rating Custom Fields By Waindigo.

Directions:

Upload the contents called 'Upload' to the forum root.

Install...

Read more about this resource...
 
Upload/styles/default/smilies file is named star_ratings.png within the .zip but the XML import is looking for file named star_rating.png (no 's'/plural).
I renamed styles/default/smilies/start_ratings.png to styles/default/smilies/star_rating.png and it then worked.

Thanks :)
 
star-smilies-jpg.37625

Looks good :)
 
Dre, thanks for sharing this. Here are the img code values for the icons if you want to use them directly.

Code:
0 Star
<img style="width: 100px; height: 22px; background: url('styles/default/smilies/star_rating.png') no-repeat 0px 0px" alt="" src="styles/default/xenforo/clear.png"></img>
1 Star
<img style="width: 100px; height: 22px; background: url('styles/default/smilies/star_rating.png') no-repeat 0px -40px" alt="" src="styles/default/xenforo/clear.png"></img>
1.5 Star
<img style="width: 100px; height: 22px; background: url('styles/default/smilies/star_rating.png') no-repeat 0px -60px" alt="" src="styles/default/xenforo/clear.png"></img>
2 Star
<img style="width: 100px; height: 22px; background: url('styles/default/smilies/star_rating.png') no-repeat 0px -80px" alt="" src="styles/default/xenforo/clear.png"></img>
2.5 Star
<img style="width: 100px; height: 22px; background: url('styles/default/smilies/star_rating.png') no-repeat 0px -100px" alt="" src="styles/default/xenforo/clear.png"></img>
3 Star
<img style="width: 100px; height: 22px; background: url('styles/default/smilies/star_rating.png') no-repeat 0px -120px" alt="" src="styles/default/xenforo/clear.png"></img>
3.5 Star
<img style="width: 100px; height: 22px; background: url('styles/default/smilies/star_rating.png') no-repeat 0px -140px" alt="" src="styles/default/xenforo/clear.png"></img>
4 Star
<img style="width: 100px; height: 22px; background: url('styles/default/smilies/star_rating.png') no-repeat 0px -160px" alt="" src="styles/default/xenforo/clear.png"></img>
4.5 Star
<img style="width: 100px; height: 22px; background: url('styles/default/smilies/star_rating.png') no-repeat 0px -180px" alt="" src="styles/default/xenforo/clear.png"></img>
5 Star
<img style="width: 100px; height: 22px; background: url('styles/default/smilies/star_rating.png') no-repeat 0px -200px" alt="" src="styles/default/xenforo/clear.png"></img>
 
Top Bottom