Jump to content

(NB41) My Football


Recommended Posts

 

Hi,

Where are you adding the league widget to the page when you test and it works for you?

I am adding the widget into the annoucnement field as I cannot find any way to add it elsewhere?

 

If you go to the The Greater Manchester Walking Football League Division 1page everything shows correctly:

https://www.walkingfootball.com/football/league/14-the-greater-manchester-walking-football-league-division-1/

 

But if you visit any other league page it shows all league tables, ie:

https://www.walkingfootball.com/football/league/12-tra-walking-football-national-league-north-division/

https://www.walkingfootball.com/football/league/16-the-greater-manchester-walking-football-league-division-3/

 

Should I be adding that widget in a different location?

Link to comment

Hi,

Where is the system picking up these league fixture stats from and populating the league table on?

https://www.walkingfootball.com/football/league/14-the-greater-manchester-walking-football-league-division-1/

 

So far I have only added future fixtures for that league and 1 past played fixture which is this one fixture

https://www.walkingfootball.com/football/fixture/32-chadderton-fc-wf-vs-rochdale-afc-strollers/

Link to comment

Hello,

14 hours ago, Unlucky said:

Where is the system picking up these league fixture stats from and populating the league table on?

From fixtures table

14 hours ago, Unlucky said:

So far I have only added future fixtures for that league and 1 past played fixture which is this one fixture

Check now

Edited by newbie LAC
Link to comment

Spotted another little bug

there is something wrong with the home and away stats

 

For example as you can see Rochdale afc strollers have played at home:

https://www.walkingfootball.com/football/fixture/75-rochdale-afc-strollers-vs-vintage-celtic/

 

But the table is showing them as having played all away games

https://www.walkingfootball.com/football/league/14-the-greater-manchester-walking-football-league-division-1/

Link to comment

For the Position :

1. At the beginning, i will add the first place for the first team added. 2nd place for the second team, ... 

2. If there is one or more fixtures existing, yes I will calculate the position based on points. 

More specific : ORDER BY points, goal difference, goal for.

Like that, if two teams are equal, the goal difference (or goal for) make one of these first

You ask when we add a league, how much for a win, draw, lose (points).

So it's easy to calculate. :smile:

 

Other things, I disabled "Logo" because they are in a very big size

 

Btw, I changed my note and my comment because you make the necessary to improve your application. Thanks again.

Edited by Archimed
Link to comment
6 minutes ago, Archimed said:

For the Position :

Ok.

6 minutes ago, Archimed said:

Other things, I disabled "Logo" because they are in a very big size

You can upload small images or change size via css.

16 minutes ago, newbie LAC said:

Hmm... Strange. I need some time to look into that.

It's global sidebar and stats based on score (not fixtures). Widgets you can create anywhere and they have a setting.

I can add global setting for that sidebar block

Link to comment
33 minutes ago, newbie LAC said:

Ok.

 

Cool

 

33 minutes ago, newbie LAC said:

You can upload small images or change size via css.

Ok I will do that.

 

33 minutes ago, newbie LAC said:

It's global sidebar and stats based on score (not fixtures). Widgets you can create anywhere and they have a setting.

I can add global setting for that sidebar block

I'm not sure to understand, but ok. 

I was waiting for other things than "0" for the team "AS Roma" because there is a fixture and score (Atalanta 0-1 AS Roma).

But honnestly, I don't think so I will use this box. So doesn't matter. :)

Edited by Archimed
Link to comment

I have a small issue with the ability to pick player Nationality and National Player. You have an extensive list, however I cannot pick Scottish, Irish, Welsh or English as these are all under the United Kingdom. However, in football in the UK players would not be regarded as from the UK but from the country of their birth. Ie: Scotland, England, Ireland, Northern Ireland and Wales.

Would it also be possible to add the ability to have extra field data for each Team (Like there is for players) and Fixtures?

How do I add a 'cup or friendly' fixture to a teams fixture list? I see that you can add a fixture to a league, but not for a team?

Link to comment

Bug:

As to regards to my question about player Nationality, I noticed I could change the 'Player Data Field' field type for 'Nationality and Current national player' from Countries to a Textbox to all me to just add the Nationality by hand. However when I change Field Type I get the following error:

Quote

UPDATE `x1xfootball_pldatafields` football_pldatafields  SET `pfd_pf_allow_attachments`=NULL,`pfd_type`='Text',`pfd_content`='null',`pfd_multiple`=false WHERE pfd_id=9
IPS\Db\Exception: Unknown column 'pfd_pf_allow_attachments' in 'field list' (1054)

There is no 'pfd_pf_allow_attachments' field in that Database.

Edited by TDBF
Link to comment

Hello,

27 minutes ago, TDBF said:

I have a small issue with the ability to pick player Nationality and National Player. You have an extensive list, however I cannot pick Scottish, Irish, Welsh or English as these are all under the United Kingdom. However, in football in the UK players would not be regarded as from the UK but from the country of their birth. Ie: Scotland, England, Ireland, Northern Ireland and Wales.

I use inbuilt IPS country list. I can add setting to add additional values

27 minutes ago, TDBF said:

Would it also be possible to add the ability to have extra field data for each Team (Like there is for players) and Fixtures?

I'll think about that

27 minutes ago, TDBF said:

How do I add a 'cup or friendly' fixture to a teams fixture list? I see that you can add a fixture to a league, but not for a team?

You can't.

22 minutes ago, TDBF said:

Bug:

Confirmed.

Quick fix

Open applications/football/sources/PlayerFields/PlayerFields.php

Find 

unset( $form->elements['']['pf_input_format'] );

add after 

unset( $form->elements['']['pf_allow_attachments'] );

 

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...