As requested by Play, a list of the top rated games to be displayed on Portal or Index or Portal AND Index or all pages.
Features:
You can choose where you want to put the gallery.
You can select the number of games you want to show.
Has a custom rating.png set up so you can show your rating as a star rating (is very cool) and it looks nice on a dark background.
You need to add the variable to the template yourself - look in the settings
There are two png images included to show the rating stars.
IE8 and below does not support this kind of image manipulation so in those browsers there will be no image for the rating.
Features:
You can choose where you want to put the gallery.
You can select the number of games you want to show.
Has a custom rating.png set up so you can show your rating as a star rating (is very cool) and it looks nice on a dark background.
You need to add the variable to the template yourself - look in the settings
There are two png images included to show the rating stars.
IE8 and below does not support this kind of image manipulation so in those browsers there will be no image for the rating.
Filesize 4.13 KB |
File Name topgameslists.rar | # of Downloads 79
File Updated 15-07-2011
File Updated 15-07-2011
Comments
#4
15-07-2011
Sure. http://www.gamerstick.com
Also as the great help you have been I am willing to put a link to this site if you want?
EDIT: I have this shown at portal and index.
Also as the great help you have been I am willing to put a link to this site if you want?
EDIT: I have this shown at portal and index.
#5
15-07-2011
oh its ok for the link - its up to you, was just interested to see the site thats all. I see you use proportal. I use mybb portal - I find it more flexible.
I also see that the latest champs is erroring on the pinball score. I will have a look at that.
I also see that the latest champs is erroring on the pinball score. I will have a look at that.
The site don't jive? PRESS F5
#6
15-07-2011
hmmm, I dont know how comfortable you are with php, but try opening the block file and replacing
with
and see if that fixes the pinball problem.
PHP Code:
$score = ($champ['score']);
with
PHP Code:
$score = intval($champ['score']);
and see if that fixes the pinball problem.
The site don't jive? PRESS F5
#7
15-07-2011
leefish;7256 Wrote:hmmm, I dont know how comfortable you are with php, but try opening the block file and replacing
PHP Code:
$score = ($champ['score']);
with
PHP Code:
$score = intval($champ['score']);
and see if that fixes the pinball problem.
Worked Thanks, you are the best
I know PHP, but not that good at it, but knows what to do when people tell me what to do.