• I’m using PHPLeague for a soccerclub in the Netherlands.
    When i change a few settings for the league, Team(s) for Promotion etc, from 4 to 1 and i choose save all settings stay exact the same..

    so i was looking for the League table in phpleague.php change the settings but noting happens.

    How can i change these settings?

Viewing 15 replies - 1 through 15 (of 21 total)
  • An error occurred with the script. I’m gonna look into it.

    According to what I’ve seen so far, it’s because the database structure hasn’t been modified during the update.

    Try to change this in your phpleague.php (root)
    define(‘WP_PHPLEAGUE_DB_VERSION’, ‘1.3.0’);
    to
    define(‘WP_PHPLEAGUE_DB_VERSION’, ‘1.3.1’);

    It might (should) work!

    Keep me posted,
    M.

    Hello again mikaweb! I’ve just update my PHPLeague too, and I still can’t save my Settings. I went to the file you specified and noticed that the version was already 1.3.1. What else could it be? If I uninstall the plugin and install again, should do the trick? Thanks again!!

    Copy the structure of your database without the data and send it to me. I had a similar issue yesterday when I install the plugin for the first time and I saw that some tables where not right.

    Regards,
    M.

    Here’s the structure:

    https://dl.dropbox.com/u/3770998/structure.sql

    Thanks for the help!

    You promise to add prediction module to your new update but after I update to 1.4.5, I still could not use it.

    It won’t come “directly” integrated with PHPLeague, maybe as a sub-module.

    Don’t expect this coming-in very soon.

    I will focus only on making the plugin stable, developing widgets and improving the way the data are displayed.

    @ gbvaz: I can tell that your db structure is still not updated. With this file it should work. It’s going to be released with the 1.4.6

    https://github.com/Mikaweb/PHPLeague-for-WP/blob/dev/phpleague.php

    Alright mikaweb! Works perfectly now! Thanks for your support. =D Let me know if you need anything. Cheers!

    mikaweb, hi first congrtz for your work with the plugin but i have a problem i try to make the information of the clubs and that just doesn′t stay there, so i try to look the code you suggest and it′s the same of yours… can you help me ? what should i do to fix that?

    greatz and keep the good work… ??

    well mikaweb now i already get the clubs working ( just copy your code and paste on my site) but i have a question where i have to put the logos of teams to can select them on the configuration?

    Update should be rolled tomorrow:
    https://github.com/Mikaweb/PHPLeague-for-WP

    @jpina: You need to add your logos in the corresponding folders located here ‘wp-content/uploads/phpleague/*’

    Hi,

    First of all, changing the phpleague.php from github made the trick for updating the settings, but, now I’ve inputted last 16 playweeks with results and dates, but in the widget on the front page it shows zeros… to be clear this is what I did:

    – created league
    – created teams
    – imported teams -> league
    – created fixtures date
    – filled results of fixtures played
    – dragged and dropped widget into sidebar
    – opened my frontend and voila nothing happend, teams are there but with zero played matches and zero pts…

    Any clue?

    I had this issue too. My own fix was to edit the values directly in the database table wp_phpleague_league.

    Good that this issue will be properly resolved soon though.

    Thread Starter Bert

    (@djbeckster)

    Thnx for all of the reply s i was kind of busy so a late reaction.
    I can edit the settings so that problem is solved.
    But i have a question, i don’t no if its possible.
    In the most leagues there is a team that promotes and relegates.
    But in the higher divisions there is a team that promotes, that plays several games extra for promotion, plays several games for retention in the competition and off course a team thats relegates.
    How can i add/edit a extra icon in the league table that a team plays for retention? The team become second last in the league.
    example: https://www.football-league.co.uk/page/League1Home see the league table look. Thnx in advance!

    I changed setings:

    First problem: Points for victory from 3 to 2, it saved, but table still count with 3 points.

    I changed results in results page, but it didn′t changeg in table. Eg. from win to deuce.

    Here is link for my phpleague.php and screens.

    https://rapidgator.net/file/19905889/phpleague.rar.html

    Thx for help.

Viewing 15 replies - 1 through 15 (of 21 total)
  • The topic ‘[Plugin: PHPLeague] editing settings’ is closed to new replies.