MyBB Community Forums

Full Version: rating star #?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, just wonder where can I set the max # of star for the rating option? Thanks.
I think this is what you want:
Admin CP --> Users & Groups --> User Titles
Edit the user titles and you will see an option called Number of Stars
Nah rhino you didnot understand what he wants Smile
He said to rate a thread, the max. numbers of stars

Hey parisdns, it is the default value i.e 5
you have to manipulate the ratethread.php file to suit your needs
Thankyou
Smile
ghazal
Hi,

I would like to change the Thread Rating from 5 stars to 10 stars.
Made some changes in the .css but it didn't help. Here is the changed code:

.star_rating li a.one_star {
	width: 10%;
	z-index: 11;
}

.star_rating li a.two_stars {
	width: 20%;
	z-index: 10;
}

.star_rating li a.three_stars {
	width: 30%;
	z-index: 9;
}

.star_rating li a.four_stars {
	width: 40%;
	z-index: 8;
}

.star_rating li a.five_stars {
	width: 50%;
	z-index: 7;
}

.star_rating li a.six_stars {
	width: 60%;
	z-index: 6;
}

.star_rating li a.seven_stars {
	width: 70%;
	z-index: 5;
}

.star_rating li a.eight_stars {
	width: 80%;
	z-index: 4;
}

.star_rating li a.nine_stars {
	width: 90%;
	z-index: 3;
}

.star_rating li a.ten_stars {
	width: 100%;
	z-index: 2;
}

.star_rating .current_rating {
	z-index:1;
	background-position: left center;
}

First 5 stars are active but the 6-10 are not (I'm not any advanced HTML or CSS user, so no surprise).

Also tried to change the ratethread.php, but don't know what exactly should be changed.

Can someone help me please?

Thanks in advace.
Noone knows?