You are here

Files in Star Rating 7.2

Primary tabs

File namesort descending Location Namespace Description
airplane.css icons/airplane.css .airplane-off { float: left; width: 14px; height: 14px; margin-top: 3px; background: url('airplane.png') no-repeat 0px 0px; } .airplane1-on { float: left; width: 14px; height: 14px; margin-top: 3px; background:…
car.css icons/car.css .car-off { float: left; width: 14px; height: 14px; margin-top: 3px; background: url('car.png') no-repeat 0px 0px; } .car1-on { float: left; width: 14px; height: 14px; margin-top: 3px; background: url('car.png')…
check.css icons/check.css .check-off { float: left; width: 14px; height: 14px; margin-top: 3px; background: url('check.png') no-repeat 0px 0px; } .check1-on { float: left; width: 14px; height: 14px; margin-top: 3px; background:…
coffee.css icons/coffee.css .coffee-off { float: left; width: 14px; height: 14px; margin-top: 3px; background: url('coffee.png') no-repeat 0px 0px; } .coffee1-on { float: left; width: 14px; height: 14px; margin-top: 3px; background:…
custom.css icons/custom.css .custom-off { float: left; width: 14px; height: 14px; margin-top: 3px; background: url('custom.png') no-repeat 0px 0px; } .custom1-on { float: left; width: 14px; height: 14px; margin-top: 3px; background:…
dollar.css icons/dollar.css .dollar-off { float: left; width: 14px; height: 14px; margin-top: 3px; background: url('dollar.png') no-repeat 0px 0px; } .dollar1-on { float: left; width: 14px; height: 14px; margin-top: 3px; background:…
drupalicon.css icons/drupalicon.css .drupalicon-off { float: left; width: 14px; height: 14px; margin-top: 3px; background: url('drupalicon.png') no-repeat 0px 0px; } .drupalicon1-on { float: left; width: 14px; height: 14px; margin-top: 3px; background:…
fire.css icons/fire.css .fire-off { float: left; width: 14px; height: 14px; margin-top: 3px; background: url('fire.png') no-repeat 0px 0px; } .fire1-on { float: left; width: 14px; height: 14px; margin-top: 3px; background:…
food.css icons/food.css .food-off { float: left; width: 14px; height: 14px; margin-top: 3px; background: url('food.png') no-repeat 0px 0px; } .food1-on { float: left; width: 14px; height: 14px; margin-top: 3px; background:…
heart.css icons/heart.css .heart-off { float: left; width: 14px; height: 14px; margin-top: 3px; background: url('heart.png') no-repeat 0px 0px; } .heart1-on { float: left; width: 14px; height: 14px; margin-top: 3px; background:…
human.css icons/human.css .human-off { float: left; width: 14px; height: 14px; margin-top: 3px; background: url('human.png') no-repeat 0px 0px; } .human1-on { float: left; width: 14px; height: 14px; margin-top: 3px; background:…
MEMO.txt icons/MEMO.txt 1. .css file has to have the name (icon_type).css. (icon_type) is defined in the module file. 2. .css file has to have the 5 div entiries. div.(icon_type)(icon-color)-on ... used for displaying the rating icon div.(icon_type)-off …
movie.css icons/movie.css .movie-off { float: left; width: 14px; height: 14px; margin-top: 3px; background: url('movie.png') no-repeat 0px 0px; } .movie1-on { float: left; width: 14px; height: 14px; margin-top: 3px; background:…
music.css icons/music.css .music-off { float: left; width: 14px; height: 14px; margin-top: 3px; background: url('music.png') no-repeat 0px 0px; } .music1-on { float: left; width: 14px; height: 14px; margin-top: 3px; background:…
README.txt README.txt /* README.txt */ Star Rating is a simple module that provides star rating field and display formatter using Drupal 7's Field Type API. Unlike Fivestar module and other voting/rating module, it supports neither end user voting nor nice AJAX…
smiley.css icons/smiley.css .smiley-off { float: left; width: 14px; height: 14px; margin-top: 3px; background: url('smiley.png') no-repeat 0px 0px; } .smiley1-on { float: left; width: 14px; height: 14px; margin-top: 3px; background:…
star-line.css icons/star-line.css .star-line-off { float: left; width: 14px; height: 14px; margin-top: 3px; background: url('star-line.png') no-repeat 0px 0px; } .star-line1-on { float: left; width: 14px; height: 14px; margin-top: 3px; background:…
star.css icons/star.css .star-off { float: left; width: 14px; height: 14px; margin-top: 3px; background: url('star.png') no-repeat 0px 0px; } .star1-on { float: left; width: 14px; height: 14px; margin-top: 3px; background:…
starrating.info starrating.info ; $id: name = Star Rating description = Provides star rating formatter core = "7.x" dependencies[] = field files[] = starrating.install files[] = starrating.module
starrating.install starrating.install Install/update/uninstall functions for starrating module
starrating.module starrating.module Provides star rating field, formatter and widget using Field API. star rating field is based on integer value and convert it to the HTML code that displays series of icons. The formatter supports not only star rating field type but also…
thumbs-up.css icons/thumbs-up.css .thumbs-up-off { float: left; width: 14px; height: 14px; margin-top: 3px; background: url('thumbs-up.png') no-repeat 0px 0px; } .thumbs-up1-on { float: left; width: 14px; height: 14px; margin-top: 3px; background:…

Other projects