• filiflip

    (@filiflip)


    Would it be hard to add another field? I could offer a donation to implement adding a new field of my choice. I can do it thru the Database End, just wondering if its possible to do it thru your plugin.

    I’ve been lookin’ at the code trying to find how you insterted all the data into the $array or $league. Just tryin’ to insert a $Coach of the sort. How hard would it be to implement this?

Viewing 7 replies - 1 through 7 (of 7 total)
  • K

    (@koelle)

    You mean a coach field for each team?

    Thread Starter filiflip

    (@filiflip)

    Yeah, well i’m trying to add an owner or a coach, and i’m tryin’ to figure out what fields i want to modify.

    Maybe something to implement in the next update. But i’m sure i can figure it out if you can just tell me the pages that need to be update. I’ve changed it in the DB but i’m trying to figure how to get it in the variable.

    Thread Starter filiflip

    (@filiflip)

    Where is $team defined? for the standings.php

    K

    (@koelle)

    I’ve already added a field for the next update

    Thread Starter filiflip

    (@filiflip)

    Is it customizable?

    K

    (@koelle)

    What exactly do you mean by customizable? You can access the variable by

    $team->coach

    I recommend you copy the template (located in the “view” subdirectory) to

    your_theme_dir/leaguemanager/$template

    and edit it there. The plugin will then load your customized template.

    Thread Starter filiflip

    (@filiflip)

    You said you added a field for the next update. Can the title be edited to anything we want.

    I’m just not sure on what file/page you are declaring the $team variable. I want to be able to put in the coach variable in there which is already in the DB.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: LeagueManager] Adding Another Field’ is closed to new replies.