Page 1 of 2

Preview of 3.0.2 Website + New Features

Posted: Thu Jan 28, 2016 11:28 pm
by SimonT
Hi.

In the last month, I have been working hard on new PHP webpages. Today, I’m ready to show what I’m been working on
  1. 6 new webpage build in PHP based on the SQLite database: PlayersRoster, GoaliesRoster, PlayersInfo, PlayersStat, GoaliesStat and Search. The five first webpage are dynamic based on the parameters send by the Search webpage or used default search parameters. Once you did a search, you’ll find your search query in the URL Link. For example, a query to get the “Top 75 Pro Players Roster In Ascending Order By Strength” will give you an URL of ‘PlayersRoster.php?Order=ST&Type=1&Max=75&ACS=on’. This means you can link another webpage directly to this URL. The PlayersStat and GoaliesStat already replace the Leader page in the top menu.
  2. The webpage who are using an TableSorter script were updated to TableSorter 2.0 (https://mottie.github.io/tablesorter/docs/index.html) who is way better and allow way more option (Sticky Header, Show Or Hide Column, Search Filter, Automatic Formatting Base on your screen resolution, etc).
  3. The ProTeam and FarmTeam webpage also got an update to TableSorter 2.0 and multiple improvements.
Here are the link go you can check it out. I would like your feedback. Do you like them? Do you see any issue? Any idea to make then even more fun and powerful?

Re: Preview of 3.0.2 Website + New Features

Posted: Thu Feb 04, 2016 11:01 pm
by SimonT
For whose who are interest, the

Standing : http://sths.simont.info/WebsiteDemo/Standing.php
Teams Stats : http://sths.simont.info/WebsiteDemo/TeamsStat.php

were added on the website.

Re: Preview of 3.0.2 Website + New Features

Posted: Fri Feb 05, 2016 7:42 pm
by Icepilot
Yes, i like all the new options, Brings the sim to a new level.

Re: Preview of 3.0.2 Website + New Features

Posted: Fri Feb 05, 2016 8:12 pm
by ImSteveK
This is great Simon - toggle of columns to be displayed is fantastic. Will it persist for each browser session? Can you add similar configuration capability in output screen w/in the sim?

Re: Preview of 3.0.2 Website + New Features

Posted: Fri Feb 05, 2016 9:57 pm
by SimonT
ImSteveK wrote:Will it persist for each browser session?
Yes and it's an option of script. Right now, it's turn off for my test purpose but I just turn if on,
ImSteveK wrote:Can you add similar configuration capability in output screen w/in the sim?
In the STHS itself you mean? Sadly no. It's not the same programming interface. For the website, I simply reuse open-source code (JQuery + TableSorter 2.0 Plugin).

Re: Preview of 3.0.2 Website + New Features

Posted: Sat Feb 06, 2016 3:12 pm
by hurdleman28
Looks great to me

Re: Preview of 3.0.2 Website + New Features

Posted: Mon Feb 08, 2016 7:46 pm
by buckie54
Will there ever be a contract extension/resign added into this?? That is the main reason as to why i use the portal, and for article writing

Re: Preview of 3.0.2 Website + New Features

Posted: Mon Feb 08, 2016 10:27 pm
by SimonT
buckie54: contract extension/resign and article writing are already in the STHS.

Re: Preview of 3.0.2 Website + New Features

Posted: Sat Feb 13, 2016 2:11 pm
by hurdleman28
Is there an estimated time this version will go up?

Re: Preview of 3.0.2 Website + New Features

Posted: Sat Feb 13, 2016 3:53 pm
by SimonT
In the next 24 hours probably. ;)

Re: Preview of 3.0.2 Website + New Features

Posted: Sat Feb 13, 2016 3:55 pm
by buckie54
SimonT wrote:buckie54: contract extension/resign and article writing are already in the STHS.
Where do i see the extension/resign part? I found the article part.

Re: Preview of 3.0.2 Website + New Features

Posted: Sun Feb 14, 2016 11:14 am
by SimonT

Re: Preview of 3.0.2 Website + New Features

Posted: Sun Feb 14, 2016 12:12 pm
by hurdleman28
SimonT wrote:In the next 24 hours probably. ;)
Can't wait!

Re: Preview of 3.0.2 Website + New Features

Posted: Thu Feb 18, 2016 7:35 pm
by buckie54
There is nothing in the client yet to allow a GM to resign a player on there roster is there?

If not, will this be implemented?

Re: Preview of 3.0.2 Website + New Features

Posted: Fri Feb 19, 2016 11:44 pm
by SimonT
Hi.

If a player is currently a free agent, a team can make him an offer by the STHS Client and send it to commish.
If a player has 1 year contract, it can only be done in the full STHS for now. It's in my TO DO list to implement this option in the STHS Client