Support » Plugins » [Plugin: LeagueManager] Deactivating and Moving

  • Resolved filiflip

    (@filiflip)


    If you deactivate the plugin, i noticed in the code it says to DROP the tables. Is this true? Been awhile since i used PHP.

    Can these tables be moved to another wordpress, or is it going to make my brain burst.

    I’m trying to change the varchar(25) to (50) for the title. Do i have to update it in the Database also? I tried just the .php but nothing is working yet.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The database tables are not deleted upon plugin deactivation. Only if you use the uninstall method in WP 2.7.

    You can simply export your database tables and import them to another wordpress installation. Maybe you have to rename them to match your database prefix.

    I can change the varchar(25) to 50 for future releases. If you want to have it right now you need to change it in the database.

    Thread Starter filiflip

    (@filiflip)

    That would be awesome, Thanks for the feedback. Appreciate all your hardwork. What tables need to be moved?

    And i’m guessing i have to do it on the Database Side huh?

    yes, you’d have to do this directly in your database.
    With phpMyAdmin it is quite simple. The three tables that need to be exported are:

    * wp_leaguemanager_leagues
    * wp_leaguemanager_teams
    * wp_leaguemanager_matches

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: LeagueManager] Deactivating and Moving’ is closed to new replies.