Shoal Summit Solutions › Forums › MSTW Team Rosters Plugin › Player Filtering
Tagged: filter players, filter players list, filters, Team Rosters
- This topic has 7 replies, 3 voices, and was last updated 10 years, 2 months ago by Mark.
-
AuthorPosts
-
June 5, 2014 at 9:46 am #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.
June 6, 2014 at 9:34 am #1788Hi 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
June 6, 2014 at 1:39 pm #1789Hey 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
July 27, 2014 at 10:34 pm #1803I have the same problem.
July 28, 2014 at 8:32 am #1807Guys,
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.
July 29, 2014 at 6:08 am #1818Switched to Twenty-Twelve – didn’t work.
De-activated all plugins but Team Rosters same result.Using 3.9.1 on OS-X Mavericks.
July 29, 2014 at 8:44 am #1820As 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
July 31, 2014 at 8:33 pm #1823Hey 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
; -
AuthorPosts
- You must be logged in to reply to this topic.