Title: [Plugin: PHPLeague] editing settings
Last modified: August 20, 2016

---

# [Plugin: PHPLeague] editing settings

 *  [Bert](https://wordpress.org/support/users/djbeckster/)
 * (@djbeckster)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/phpleague/)
 * 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)

1 [2](https://wordpress.org/support/topic/phpleague/page/2/?output_format=md) [→](https://wordpress.org/support/topic/phpleague/page/2/?output_format=md)

 *  [mikaweb](https://wordpress.org/support/users/mikaweb/)
 * (@mikaweb)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/phpleague/#post-2534502)
 * An error occurred with the script. I’m gonna look into it.
 *  [mikaweb](https://wordpress.org/support/users/mikaweb/)
 * (@mikaweb)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/phpleague/#post-2534520)
 * 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.
 *  [Guilherme Vaz](https://wordpress.org/support/users/gbvaz/)
 * (@gbvaz)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/phpleague/#post-2534521)
 * 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!!
 *  [mikaweb](https://wordpress.org/support/users/mikaweb/)
 * (@mikaweb)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/phpleague/#post-2534523)
 * 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.
 *  [Guilherme Vaz](https://wordpress.org/support/users/gbvaz/)
 * (@gbvaz)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/phpleague/#post-2534524)
 * Here’s the structure:
 * [http://dl.dropbox.com/u/3770998/structure.sql](http://dl.dropbox.com/u/3770998/structure.sql)
 * Thanks for the help!
 *  [ntesat](https://wordpress.org/support/users/ntesat/)
 * (@ntesat)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/phpleague/#post-2534525)
 * You promise to add prediction module to your new update but after I update to
   1.4.5, I still could not use it.
 *  [mikaweb](https://wordpress.org/support/users/mikaweb/)
 * (@mikaweb)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/phpleague/#post-2534526)
 * 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](https://github.com/Mikaweb/PHPLeague-for-WP/blob/dev/phpleague.php)
 *  [Guilherme Vaz](https://wordpress.org/support/users/gbvaz/)
 * (@gbvaz)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/phpleague/#post-2534527)
 * Alright mikaweb! Works perfectly now! Thanks for your support. =D Let me know
   if you need anything. Cheers!
 *  [jpina](https://wordpress.org/support/users/jpina/)
 * (@jpina)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/phpleague/#post-2534529)
 * 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… 😛
 *  [jpina](https://wordpress.org/support/users/jpina/)
 * (@jpina)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/phpleague/#post-2534530)
 * 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?
 *  [mikaweb](https://wordpress.org/support/users/mikaweb/)
 * (@mikaweb)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/phpleague/#post-2534532)
 * Update should be rolled tomorrow:
    [https://github.com/Mikaweb/PHPLeague-for-WP](https://github.com/Mikaweb/PHPLeague-for-WP)
 * [@jpina](https://wordpress.org/support/users/jpina/): You need to add your logos
   in the corresponding folders located here **‘wp-content/uploads/phpleague/\*’**
 *  [DinoCSP](https://wordpress.org/support/users/dinocsp/)
 * (@dinocsp)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/phpleague/#post-2534536)
 * 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?
 *  [jeznorth](https://wordpress.org/support/users/jeznorth/)
 * (@jeznorth)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/phpleague/#post-2534542)
 * 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](https://wordpress.org/support/users/djbeckster/)
 * (@djbeckster)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/phpleague/#post-2534561)
 * 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: [http://www.football-league.co.uk/page/League1Home ](http://www.football-league.co.uk/page/League1Home)
   see the league table look. Thnx in advance!
 *  [dbbulda](https://wordpress.org/support/users/dbbulda/)
 * (@dbbulda)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/phpleague/#post-2534562)
 * 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.
 * [http://rapidgator.net/file/19905889/phpleague.rar.html](http://rapidgator.net/file/19905889/phpleague.rar.html)
 * Thx for help.

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/phpleague/page/2/?output_format=md) [→](https://wordpress.org/support/topic/phpleague/page/2/?output_format=md)

The topic ‘[Plugin: PHPLeague] editing settings’ is closed to new replies.

## Tags

 * [League](https://wordpress.org/support/topic-tag/league/)

 * 21 replies
 * 9 participants
 * Last reply from: [Guilherme Vaz](https://wordpress.org/support/users/gbvaz/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/phpleague/page/2/#post-2534607)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
