tel8618217223380 / ezstats

Automatically exported from code.google.com/p/ezstats
0 stars 0 forks source link

PHP Version #247

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Please describe the bug:
Error when installing PSN and Xbox leaderboard

Needed PHP-Version: 5.2.0 - Your PHP-Version: 5.4.17

Your version of ezStats:

1.03 and 1.11

The URL to your website:

Laidback-gamers.com

Original issue reported on code.google.com by Ghosty...@gmail.com on 18 Aug 2013 at 12:36

GoogleCodeExporter commented 9 years ago
Hi!

Could you give me the URL to the install folder of ezStats?

Regards, ezzemm

Original comment by ezzem...@googlemail.com on 19 Aug 2013 at 11:57

GoogleCodeExporter commented 9 years ago
I have now changed hosts and all is good, I do however have a problem with it 
lining up on the leaderboard, the numbers dont alighn with the columns as below:

http://laidback-gamers.com/forum/home.php?pageid=psnleaderboard

http://laidback-gamers.com/forum/home.php?pageid=xboxleaderboard

Original comment by Ghosty...@gmail.com on 19 Aug 2013 at 12:52

GoogleCodeExporter commented 9 years ago
Hi!

I don't know exactly what you mean. Could you upload a screenshot?

Original comment by ezzem...@googlemail.com on 19 Aug 2013 at 2:09

GoogleCodeExporter commented 9 years ago
The stats don't align  with the images on the leaderboards, on the xbox one the 
gamerscore is to far to the right and its the same on the PSN one.

Original comment by Ghosty...@gmail.com on 19 Aug 2013 at 3:02

Attachments:

GoogleCodeExporter commented 9 years ago
Ah, okay.

Well, if you want to use the leaderboard in the complete width of the screen, 
the table headers should align right instead of left. Therefor, please edit the 
file "stylesheets/plugin.css".

Search in line 82 for "#ezOverview thead .ov_icons"
Inside its brackets modify float to "right" and margin to "0 10px -2px 0"

Search in line 21 for "#ezStats tr, #ezStats td, #ezStats th, #ezStats img"
Inside its brackets modify text-align to "right"

Also, append this code to the end of the file:
.tleft {
    text-align: right !important;
}

Thats all :)

Original comment by ezzem...@googlemail.com on 20 Aug 2013 at 12:47

GoogleCodeExporter commented 9 years ago
That worked great, thanks

Original comment by Ghosty...@gmail.com on 20 Aug 2013 at 3:10