EOL - public test site

Feature requests and ideas for the new unofficial versions of Elma and general talk related to those.

Moderator: Moporators

Post Reply
User avatar
Kopaka
39mins club
Posts: 6610
Joined: 23 May 2002, 13:59
Team: LAME
Location: In a northern danish city beating YOUR record.
Contact:

EOL - public test site

Post by Kopaka »

In order to have a bigger chance to avoid bugs and to be able to get feedback earlier in the process I have set up a public testing version of the EOL site, where I will release new in process features on the site for anyone to test out and give feedback on. It uses live database so you will be able to use it as in place of the normal site, but of course there might be broken things and won't necessarily be online always.

Update: August 2nd 2015

Current test: New HTML and CSS code including responsive functionality.
Update is finished and should be applied everywhere.

What to test: Primarily does it look and function properly on your browsers and devices, secondly any feedback on look, functionality of navigation and even the code is welcome.

Known bugs: Top bar search not working.

Check it out on http://pts.elmaonline.net
Last edited by Kopaka on 2 Aug 2015, 11:54, edited 2 times in total.
User avatar
Mawane
Kuski
Posts: 3299
Joined: 15 Apr 2007, 01:05
Team: SV
Contact:

Re: EOL - public test site

Post by Mawane »

found stuff not working as intended:
-when u log in with another layout, it mixes both color themes: http://kopasite.net/up/45/Untitled.png
nevermind, i think thats what you meant with "The collapsed version of the menu hides behind rest of the page."
EDIT: nah tried on mobile now and i see what u meant now
-it says "cant open file" when i go to http://pts.elmaonline.net/players/Mawane
just tried again, working fine, must have been my connection which cut in middle of connecting
-using full width of screen on playstats doesnt seem to be at its best look, but works fine http://pts.elmaonline.net/players/Mawane/playstats
-could fit more stuff on width on frontpage or more pages if you think of any instead of having to scroll down
maybe set an absolute width for stuff and if it has space for it it will enter there instead of relative page % width
-day selection of play stats doesnt want to update
-not sure how time search works, cant get any result with any level http://pts.elmaonline.net/players/Mawane/times
-cant set specific time search in ranking either http://pts.elmaonline.net/ranking
hum, i guess all search stuff are disabled in this site thinking about it now...

i think a very large screen doesnt display good looking stuff, too large gaps, but ye it works and no bugs either, gonna try on mobile now
-looks great on mobile!
-would be cool to set something so phone doesnt shut screen when watching rec, dunno how hard to do tho

Thanks Kopaka for working on this, I really appreciate it and I'm sure a lot of people, who are quiet, are too!
Website || TT:41:45:64 || Team Image
Image[url=steam://friends/add/76561198025490048]Image[/url]
User avatar
bene
Hot kuski
Posts: 906
Joined: 18 Aug 2003, 23:33
Team: dat
Location: Sweden
Contact:

Re: EOL - public test site

Post by bene »

Search:
You now pick level/player/battle in combobox but still has show level/player/battle buttons after searching.

Main:
I think the wide layout looks weird on normal computar but dunno. Poss to add a maximum width value?
It has annoyed me for years that the login/register button in the top does "nothing". Possible to make some log in dialog popup on click here or some other cool thing maybe? Every time I want to log in I search top area of site, find this and click it, then remember where the weird placement of log in is located. Also shouldn'tnat the text be "log in/register"?

Stats:
Can't click on some internal in list to see all times osv, nothing happens when the linkage is clicked and can only see internal wr table.

I used Firefox 32.0.3

Chrome 37.0.2062.124 m:
Very hard to see arrows in comboboxes, bad color contrast - see picture.
http://kopasite.net/up/1wv1d4d2of23348/level-combo.PNG

I will add more if orka or find when find or orka.
Image
Image
Image
Signatür ruined by SveinR - smaller plz :*
User avatar
Mawane
Kuski
Posts: 3299
Joined: 15 Apr 2007, 01:05
Team: SV
Contact:

Re: EOL - public test site

Post by Mawane »

Devin asked me to report this:
In user settings, can't drag "Chat" into frontpage layout from "Disabled" box on mobile.
Website || TT:41:45:64 || Team Image
Image[url=steam://friends/add/76561198025490048]Image[/url]
User avatar
Maxdamantus
Kuski
Posts: 6
Joined: 11 Aug 2014, 15:54
Location: New Zealand

Re: EOL - public test site

Post by Maxdamantus »

Some errors that were recently fixed on the current site:
Text in chat not HTML-encoded (search for "script")
Level title in statistics page not HTML-encoded (http://pts.elmaonline.net/statistics/level/287090)

Level title in "/ajax/search" handler not escaped (search for "maxtest7" levels—this isn't currently fixed on the main site)

Basically every page request in the JS should have something like `encodeURI(..)` around the input data, eg:

Code: Select all

$('#ajax').load('http://pts.elmaonline.net/ajax/search' + '/' + sitesearch + '/' + $(".sitesearchfor:checked").val());
should be:

Code: Select all

$('#ajax').load('http://pts.elmaonline.net/ajax/search' + '/' + encodeURI(sitesearch) + '/' + encodeURI($(".sitesearchfor:checked").val()));
so it doesn't just produce background errors when someone tries to search for a level that has a space. That requires additional handling in the PHP (presumed) too though.
User avatar
Kopaka
39mins club
Posts: 6610
Joined: 23 May 2002, 13:59
Team: LAME
Location: In a northern danish city beating YOUR record.
Contact:

Re: EOL - public test site

Post by Kopaka »

Finished the design overhaul and HTML/CSS update which is live on the test site now. Test it out on various devices and let me know if you encounter any issues, things out of place or link/buttons not working etc.

pts.elmaonline.net
User avatar
Igge
38mins club
Posts: 6393
Joined: 7 Apr 2007, 12:15
Location: Stockholm, Sweden

Re: EOL - public test site

Post by Igge »

When I just opened the site the balle picture was very large. I think it's because the level was longer on the y-axis than x-axis, and the site only scales based on x, could that be true? Cause the balle after that was wider than it was high and looked ok.
John: lol hittade ett popcorn i naveln
(19:52:06) (@Madnezz) The Golden Apple Award goes to.....
(19:52:36) (@Madnezz) ib9814.lev by igge!!!
Zweq wrote:99.9999% of nabs haven't even opened the book yet and most of those that have are still on the first pages
User avatar
roope
37mins club
Posts: 1552
Joined: 14 Apr 2008, 17:58
Team: MiE
Location: smedjebacka

Re: EOL - public test site

Post by roope »

- Changing to black layout doesn't work

- There's many battles in ?.lev in "my votes"

- When searching times for a lev you need at least 2 chars even though it's possible for a lev to only have 1 char (also there's a typo, "Minimun length is 2 chars.")

- Play stats not working

- Forums link is great!

- Current battle map too mega huge for convenience (http://i.imgur.com/iMXuJ7B.png)

- In the first FAQ question teh 'More' link leads to an uncreated page on EOL wiki (I guess I could create a very simple page)

- Ugly sub-menu link alignments

- Help page a bit messy with stuff here, there, and hidden behind links. I like the old site style where everything is behind just the 'Help' link with nice little descriptions.
- Information page pretty much totally useless as it is because all the stuff linked there is already linked elsewhere
- FAQ headlines could be bolded to distinguish them better from answers


While you're at it, fix teh profile pages of mans with a space in their nick, like Dead One?)
Team MiE - MiE Cup 1
Prestigious member of 14.6x Tutor14 club
User avatar
Chris
Kuski
Posts: 1111
Joined: 5 Dec 2008, 16:19
Team: Ferrari
Location: flat track

Re: EOL - public test site

Post by Chris »

Ranking stats are still wrong. Also I can't sort them. For example ranking says that Danielj started 69 battles in July, while if you go to "battles" section and filter 100 most recent battles, his started less then 10 in July.
Lousku wrote:could you mayke shorter sig please :( mega annoying and also against rules :()
User avatar
dawid
Kuski
Posts: 176
Joined: 10 May 2014, 19:23

Re: EOL - public test site

Post by dawid »

wrong link to recsource here http://elmaonline.net/battles/98117. dunno if is it common error.
User avatar
ville_j
Kuski
Posts: 1506
Joined: 17 Aug 2002, 15:45
Team: IS
Location: on the roof
Contact:

Re: EOL - public test site

Post by ville_j »

That's more of an eolbot error than eol site problem.
< roopemies> horror and frustrating and can't play, sounds just like you
Beer battle winner 2014 and 2015
Post Reply