Player Filtering

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1787

    I can’t seem to get the filter within the “All Players” dashboard to work. I can see all of the players when “All Teams” is selected, however when I choose a specific team and click filter, no players show up. Likewise, if I am within the “Teams” interface, and click on the number under “Players”, it filters to zero players.

    In fact, none of the filtering seems to work for me.

    I am using Version 3.1.1. And, I am using the Sahifa theme from ThemeForest.

    #1788
    Mark
    Keymaster

      Hi Jay,
      This is very odd. It seems to work just fine on the MSTW Dev site. If you will send me a log-in to your admin page, I will see what I can see with a bit of debugging.

      As for the number under Players on the Teams screen, it does not provide a list of the players on that team. In fact, I’m not sure why there is a link there. But it would be very cool if it did filter players by team, so I will add that to the upgrade list.

      -Mark

      #1789
      Mark
      Keymaster

        Hey Jay,
        Before I start digging have you done the following:

        a. Switch to a more ‘standard’ theme 2013, 2014, whatever. Does filtering work then?

        b. Using your current theme, deactivate ALL plugins except Team Rosters. Does filtering work? If so, reactivate them one at a time to determine which one conflicts with the Player filter.

        I will wait for your reply before digging in.

        -Mark

        #1803
        jpw94
        Participant

          I have the same problem.

          #1807
          Mark
          Keymaster

            Guys,
            This is working fine on the MSTW Plugin Dev site. Jay (jtw94) sent me a video of it NOT working on his site and I sent him one of it working on my site.

            I am interested in fixing this. First, I need to know your configuration. I am using the current version of WP and the Twentyeleven theme on both a UNIX OS and on a Windows OS. It has worked for me on previous versions of WP and the theme shouldn’t make a difference on the admin end unless … it does via some changes on the admin side. If that doesn’t help us fix it, or at least enable me to replicate it on my box, the only thing I can do is log in to your admin, check things out, instrument some code, etc. I can’t fix what I can’t see happening.

            Let me know.

            #1818
            jpw94
            Participant

              Switched to Twenty-Twelve – didn’t work.
              De-activated all plugins but Team Rosters same result.

              Using 3.9.1 on OS-X Mavericks.

              #1820
              Mark
              Keymaster

                As Sgt Shultz would say, “Very interesting …”

                I’m going to have to see if I can give you an instrumented patch or if I’m going to need admin access to your box.

                Stay tuned.

                -Mark

                #1823
                Mark
                Keymaster

                  Hey Guys,
                  Since I can’t see any problem on my system, you might want to install, the Blackbox Debug Bar plugin, filter players by a team, then look for something like:

                  SELECT wp_term_taxonomy.term_taxonomy_id FROM wp_term_taxonomy INNER JOIN wp_terms USING (term_id) WHERE taxonomy = 'teams' AND wp_terms.slug IN ('cal-bears')

                  where ‘cal-bears’ is replaced by whatever your team’s slug is. From there I can come up with some other instrumentation to try.

                  Thanks.
                  -Mark
                  ;

                Viewing 8 posts - 1 through 8 (of 8 total)
                • You must be logged in to reply to this topic.