Is this not related to tags #MySports.LeagueDetails.View and #MySports.TeamDetails.View? I have one question for them ...and I'm still confused with visibility conditions
Is this not related to tags #MySports.LeagueDetails.View and #MySports.TeamDetails.View? I have one question for them ...and I'm still confused with visibility conditions
Nope, they're working fine as I thinkIs this not related to tags #MySports.LeagueDetails.View and #MySports.TeamDetails.View? I have one question for them ...
Correctly string.equals, !string.equals, control.hasthumb(ID) (???) - ID- block identifier with a fanartstring.eq or string.equals?
!string.equals or string.!equals?
!string.equals(#MySports.Fanart,'') or !string.equals(#MySports.Fanart,)?
<control>
<description>Fanart background</description>
<type>image</type>
<id>7979</id>
<posX>0</posX>
<posY>0</posY>
<texture>#MySports.Fanart</texture>
<width>1920</width>
<height>1080</height>
</control>
<control>
<description>DEFAULT BACKGROUND</description>
<type>image</type>
<id>0</id>
<posX>0</posX>
<posY>0</posY>
<width>1920</width>
<height>1080</height>
<texture>background.png</texture>
<visible>!control.hasthumb(7979)</visible>
</control>
Nice find! I didn't expect leagues could miss tables. Even russian league has one! Now I see some league has not table and at the same time they do not have seasons and results as well. I could add this scenario to plugin. Also I'll ask zag on site's forum.1. About the tag #MySports.LeagueDetails.View for soccer. In soccer there are leagues with tournament tables (I will name their league type 1) and without them, for example, Bundesliga 2, (I will name their league type 2). For leagues of type 1, tag #MySports.LeagueDetails.View can take the value Result, Schedule, Table. For leagues of type 2, tag 1 can only take a value of Result, Schedule. If I exit from league of type 1 when tournament table is active and enter the league of type 2, then tag #MySports.LeagueDetails.View will retain the value Table. Accordingly, the table header will be visible.
Don't do this! Please, be patient I swear I'm cancelling previous downloading process2. If I go to a lower level without waiting for the full load of all images (for example, switching to the players without waiting for the loading of the logos of the commands), the underloaded images will be displayed in all panels as they load. In this case helps only exit from the plugin.
Ofc the German Bundesliga 2 (as well as Bundesliga 3!) has tables - they just aren´t in the sports db on websiteI didn't expect leagues could miss tables.
Actually the Bundesliga 2 is broken for imports because the team data has not been completed (probably a side promoted or relegated at the end of the season). I will take a look but anyone can fix this on the site.
Bindesliga.2 was not the single example of tableless league unfortunately. Welsh and some others were broken as wellActually the Bundesliga 2 is broken for imports because the team data has not been completed (probably a side promoted or relegated at the end of the season). I will take a look but anyone can fix this on the site.