• Hi,

    First of all, i’m new to this plugin. The plugin is great and i thank you for this.

    I want first to edit the EDIT TEAM, under “Coach” so i can add 6 playernames. ( 6 text boxex ).

    is that possible? if yes after i want this:

    1) Users who signed up could make their OWN team. They can do only the EDIT TEAM they made.

    OR

    If this is not possible, is there a plugin where users can make their own group and invite other users? After i can manually add the teams+player info in the leaguemanager.

    I want this so users can make their only own team and add the names of the players . the players dont need to sign up , but it’s clear for the league admins if the players who played are legit players.

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter salietje

    (@salietje)

    for information:

    i tried to use this: https://www.ads-software.com/support/topic/plugin-leaguemanager-add-more-info-fields-to-club?replies=9

    after adding team it says:

    INSERT INTO wp_leaguemanager_teams (title, website, coach, player1, player2, player3, player4, extraplayer1, extraplayer2, stadium, home, group, roster, season, custom, logo, league_id) VALUES (‘testing’, ”, ‘you’, ”, ”, ”, ”, ”, ”, ‘0’, ‘0’, ”, ‘a:2:{s:2:\”id\”;N;s:6:\”cat_id\”;b:0;}’, ‘2014’, ‘a:0:{}’, ‘0’)

    Plugin Author LaMonte Forthun

    (@lamontef)

    What you want to do is doable, but the problem with the solution you found is that it modifies core code and anytime the plugin is updated those changes will be overwritten. A current development project with LeagueManager is adding the ability to add players so that stats can be kept along with having accurate rosters associated with teams. I’m not sure how long it’s going to take me to finish it as I do have a couple of nagging issues I have to resolve before I put any time into it, but it’s at the top of my list…

    Thread Starter salietje

    (@salietje)

    Thanks for your answer. Is there still a possibility where users can make their own group and owner of group can invite other users ( on my website ?

    Thanks for the nice plugin. We need a way to tie teams (players) to user accounts to sell membership. And then allow players to login and submit their scores (tennis league). I was thinking I could hack for now by adding a custom field to a team to tie to a player. And if the matches are pre-setup with players, then I could create a gravity form to allow a user to submit their score for matches they are a part of. I was wondering if the development you mentioned two comments ago applied to any of this. Our biggest hurdle right now is pairing players with user accounts.

    Plugin Author LaMonte Forthun

    (@lamontef)

    I’m working on an update that we should be able to do what you want, or close to it. I have to finish a couple of bug fixes first, then have this bigger update that I’ll push out that I’m hoping will add players to it. At that point, we could figure out how to allow users to update scores. I’ve had a few people ask about it, so I’ll put some thought into it soon.

    Thanks

    So I ended up doing a few things to get around this for now.

    1. Created custom field that shows up when editing profile as admin. This field maps wp users to players/teams.
    2. When a user is promoted to role “Player” I create a player/team and set the field from #1 to keep mapping.
    3. I created a shortcode called submit_scores that shows a form of matches that the current logged in user is a part of. I allow them to submit a score for a match. I assign winner / loser by comparing scores. So, once both scores are in, the winner loser should be correct.

    This allows us to use wpmu and sell role memberships of Player. The admin can setup leagues, divisions and matches. I look forward to your solution, it sounds like it will be more elegant.

    Plugin Author LaMonte Forthun

    (@lamontef)

    Nice work… I’m thinking that your solution could be a start to an overall solution if you wouldn’t mind sharing some code with the rest of the users… Let me know how you feel, maybe we can work together on it.

    Hi,

    Me too need same functionality.Do you have any plan for next release with updated functionality?
    or
    can you share some code?

    1. Created custom field that shows up when editing profile as admin. This field maps wp users to players/teams.
    2. When a user is promoted to role “Player” I create a player/team and set the field from #1 to keep mapping.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Players and user teams’ is closed to new replies.