File tree Expand file tree Collapse file tree 2 files changed +25
-6
lines changed Expand file tree Collapse file tree 2 files changed +25
-6
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,6 @@ Foxtrick.htPages = {
9898 'allPlayers' : '/Club/Players/(Default.aspx|?|$)|' +
9999 '/Club/Players/(Default.Classic.aspx|?|$)|' +
100100 '/Club/Players/KeyPlayers(.|.Classic.)aspx|' +
101- '/Club/NationalTeam/NTPlayers(.|.Classic.)aspx|' +
102101 '/Club/Players/Oldies(.|.Classic.)aspx|' +
103102 '/Club/Players/Coaches(.|.Classic.)aspx' ,
104103
@@ -155,7 +154,8 @@ Foxtrick.htPages = {
155154 'newsLetter' : '/Community/Federations/SendMessage.aspx' ,
156155 'mailNewsLetter' : '/MyHattrick/Inbox/(Default.aspx?|?)actionType=newsLetter' ,
157156 'ntNewsLetter' : '/Club/NationalTeam/NTNotice.aspx' ,
158- 'national' : '/Club/NationalTeam/NationalTeam.aspx' ,
157+ 'national' : '/Club/NationalTeam/NationalTeam.aspx|' +
158+ '/Club/NationalTeam/NTPlayers(.|.Classic.)aspx' ,
159159 'guestbook' : '/Club/Manager/Guestbook.aspx' ,
160160 'announcementsView' : '/Club/Announcements/(Default.aspx?|?)' ,
161161 'announcementsWrite' : '/Club/Announcements/(New|Edit).aspx' ,
Original file line number Diff line number Diff line change 414414 "hattrickportal" : {
415415 "title" : " Hattrick Portal NT/U20 tracker" ,
416416 "img" : " https://www.foxtrick.org/res/linkicons/hattrickportal.ico" ,
417+ "playerslink" : {
418+ "url" : " https://hattrickportal.online/Tracker"
419+ },
417420 "trackerleaguelink" : {
418- "url" : " https://hattrickportal.pro /Tracker"
421+ "url" : " https://hattrickportal.online /Tracker"
419422 },
420423 "trackernationalteamlink" : {
421- "url" : " https://hattrickportal.pro /Tracker"
424+ "url" : " https://hattrickportal.online /Tracker"
422425 },
423426 "trackerplayerlink" : {
424- "url" : " https://hattrickportal.pro/Tracker"
425- }
427+ "url" : " https://hattrickportal.online/Tracker/Player.aspx?playerID=[playerid]"
428+ },
429+ "allow" : [
430+ " OR" ,
431+ [
432+ " EQUAL" ,
433+ " ownteamid" ,
434+ " teamid"
435+ ],
436+ [
437+ " EXISTS" ,
438+ " leagueid"
439+ ],
440+ [
441+ " EXISTS" ,
442+ " playerid"
443+ ]
444+ ]
426445 },
427446 "hattrick-youthclub" : {
428447 "youthlink" : {
You can’t perform that action at this time.
0 commit comments