[email protected]
Don’t worry, you can send me a huge list, I’m gonna need this because I need to transfer my current website under WP, that’s why I started to develop the plugin.
The “We did not find any clubs…” means that there is none at the moment so you can’t add a team in a league without any club.
Yes, you have to add yourself the data for each club but personally I’ll do only for the club I like and I care (it’s more useful for someone who wants all the information about clubs in a league with many leagues).
—
I read one more time your post and I saw that you’ve added teams manually but in which table? First, you need to create a league (should be OK). Second, you need to create Club (Clubs submenu). Then, comeback to the Dashboard and you can go into Teams. From there, you can add all the clubs you want (created of course) in your league.
Club = Arsenal, Manchester, Chelsea with static data (coach, venue, logos, …)
Team = Arsenal, Manchester, Chelsea are the club in a league
Clubs: Arsenal (club_id = 1), Chelsea (club_id = 2)
Premier League 2011/12 : Arsenal (team_id = 1, club_id = 1), Chelsea (team_id = 2, club_id = 2)
Premier League 2012/13 : Arsenal (team_id = 3, club_id = 1), Chelsea (team_id = 4, club_id = 2)
If you follow the pattern manually, that’s fine but be aware to follow it.
—
You can’t have twice the same club in a league.
Well, no really issues from what I’ve seen but good remarks.
Give me screenshots as well.
Cheers,
Max’
ps: About UK (I was lazy on this one and download a list from another website but you can add those country manually in PhpMyAdmin. I’ll add them in the next release).