• Resolved junix7

    (@junix7)


    Hi

    when I use the import function to upload my team it shows me NA for date and time

    I’m using format yyyy-mm-dd following also a sample downloaded from the export section.

    Moreover if I try to edit the date using the edit match functionality I’m able to update the date but at this point the system lost the the match number/day.

    Last, after cancelling all the matches the season seems to still have a few matches in, how can I clean this totally?

    thanks

    Juna

    https://www.ads-software.com/plugins/leaguemanager/

Viewing 3 replies - 1 through 3 (of 3 total)
  • filter your match day by zero (replace the day parameter in the browser) to see all the matches and then to delete those unwanted.

    To prevent the match day disappearing you have to edit your admin/match.php file

    find
    <?php if (( $cup && !$is_finals) || ($mode==”add” && !$is_finals) ) : ?>
    and replace with
    <?php if (( $cup && !$is_finals) || ($mode==”add” && !$is_finals) || ($mode==”edit” && !$is_finals) ) : ?>

    this way you’ll see the combo for the match day in edit mode also

    Thread Starter junix7

    (@junix7)

    the second suggestion worked perfectly thank you!

    while the first one does not work, when showing all matches the page does not list any match, but if I look the summary (Champs title, nr of team and nr of matches) it still shows a certain number of matches.

    any suggestion for the date nr that disappear when importing the file?

    thanks

    Juna

    while the first one does not work, when showing all matches the page does not list any match,

    Well, go in match edit mode and choose any day (let’s say day 9 for example)
    then in the address bar of your browser just replace match_day=9 with match_day=null (like ../wp-admin/admin.php?page=leaguemanager&subpage=match&league_id=5&season=2014&group=&match_day=null)
    This way you can see any match with no matchday and can now add a matchday from the combo to show it back again (and eventually delete it)

    I’m sorry but at the moment I can’t help you for the import issue. I’

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No date and time when importing csv file’ is closed to new replies.