1. Click here to join our community discord server.

Statistics

Discussion in 'General Discussion' started by Ping, Dec 21, 2011.

  1. Ping

    Ping Guest

    I don't know if it is just me but the links on the forums and on the main website for statistics are different.

    The link on mgftw.com leads to the NON pr stats http://stats.marvelous-gaming.com/hlstats.php

    But when you click forums and the statistics link leads to http://mgftw.com/stats/ which lets you choose PR or Non PR.

    This can be very confusing...
     
  2. marvel

    marvel Head Administrator Staff Member

    Yes it's on the to-do list for fixing ;)
     
  3. lukemurawski

    lukemurawski Senior Member

    Fixed. I'll also add page styling so it doesn't look so plain.

    Edit: Added a basic style. See here or click Statistics on the main nav.

    http://mgftw.com/stats/
     
  4. Collector

    Collector <img src="http://mgftw.com/leadweb.png" />

    i get a black screen then lol?
     
  5. marvel

    marvel Head Administrator Staff Member

    Nice job luke, thanks!
     
  6. Stefeman

    Stefeman Head Administrator Staff Member

    Awesome luke! :D
     
  7. Beasty Ribs

    Beasty Ribs Guest

    The http://mgftw.com/stats/ is just a blank page. The page source shows the html that should be there, but alas it is still a blank page. Just the black background.
     
  8. Ping

    Ping Guest

    It shows for me... o_O
     
  9. marvel

    marvel Head Administrator Staff Member

    It works for me, maybe you have adblock running or anything that blocks it? Try a different browser (using Chrome here).
     
  10. Beasty Ribs

    Beasty Ribs Guest

    Works fine with Chrome. My normal browser is ie8, google toolbar provides my popup blocking. no proxies or anything unusual.
    oh well. I just add pr to the url and it gets me to the right place.
     
  11. marvel

    marvel Head Administrator Staff Member

    Are there still people using IE8? lol.
     
  12. Beasty Ribs

    Beasty Ribs Guest

    yeah, at work I do. The databases I use dont jive with IE9. I think it's the activexs.
     
  13. lukemurawski

    lukemurawski Senior Member

    Hmm, okay, will fix tonight.
     
  14. Beasty Ribs

    Beasty Ribs Guest

    It is also not working at home with IE9
     
  15. atreyucore

    atreyucore Senior Member

    me
     
  16. Beasty Ribs

    Beasty Ribs Guest

    You probably don't need an amateur's help, but I had a few minutes of free time. It's been a while since I built any html and wanted to see if I could still troubleshoot html code. Looks like a typo that is causing the ie issue. There is a period before centerscreen in the style code.

    Code:
     
    <style>
    .centerscreen {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -350px;
    }
    </style>
    
     
  17. Collector

    Collector <img src="http://mgftw.com/leadweb.png" />

    the . before centerscreen is no typo

    its just a meta thing Luke has to edit and it will work fine.
     
  18. lukemurawski

    lukemurawski Senior Member

    The period indicates a CSS class :) Will get to fixing it now... Just been really busy lately.

    Edit: fixed & tested on chrome, fox and ie
     
  19. Beasty Ribs

    Beasty Ribs Guest

    stupid amateur's always think they have the right answer:?