Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author LaMonte Forthun

    (@lamontef)

    The documentation error can be fixed by downloading this file and replacing it in your ‘Admin’ folder within the LeagueManager folder:

    documentation.php

    or, you can just fix the line that’s causing the problem:

    Replace line 2:

    if ( !current_user_can( 'leagues' ) ) :

    with

    if ( !current_user_can( 'league_manager' ) ) :

    That’s obviously a lot easier…

    As for squash, we can certainly build a squash sport file, as soon as I get through some additional debugging. There are a few other requests for sport files, so when I’m ready, I need to look at when each was requested and start working through them. Fortunately, building sport files aren’t that difficult, especially if the scoring is straightforward. If you can send me (if you haven’t already, I can’t remember off the top of my head) details of how the squash scoring system needs to be, we can work on it as soon as I can. My email address is lamontef@yahoo.com.

    Thanks.

    Thread Starter amitkhurana92

    (@amitkhurana92)

    Thanks for your reply…..now its more than a week, how much time it will take to add the game as I have to develop it for client.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need Scoring For Squash’ is closed to new replies.