MyBB Community Forums

Full Version: user stars?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I show 5 blank stars for each user and then replace blank ones with the amount of start user has?

some like this:
They are not blank images.
That is one image.
Different for every each rank.

Like this:
[Image: star-ranks.jpg]
Thanks buddy but MYBB uses:

<img border="0" alt="*" src="images/star.png">
for each star image how can I use your images?
Choose a whole row image in group option and display it only 1 time (just don't repeat it..). No other way to do it.
(2015-03-29, 05:20 PM)Destroy666 Wrote: [ -> ]Choose a whole row image in group option and display it only 1 time (just don't repeat it..). No other way to do it.
Right that.
I don't think it will work since it will duplicate the image for each star user has!

I need somehow to show a correct amount of stars the image has?

How to hook to a function that generates stars!
(2015-03-30, 06:32 PM)marcus123 Wrote: [ -> ]I don't think it will work since it will duplicate the image for each star user has!

That's why you should repeat it only 1 time (set Number of Stars to 1 for each image) as said above.. You can't hook to any function that generates stars because it doesn't even exist. There are only basic for loops spread around the whole MyBB.
sorry, I had to

[Image: XhTV8gV.gif]
Finally got it working looks great thanks a lot!