Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
January 22, 20196 yr Author Hello, How's this going? I added custom fields to fixtures. It took longer than expected So you can create new field like Player. Call it for example "Best player". Then select that field in the new widget. Currently I'm testing the work. 1-2 days to release Edited January 22, 20196 yr by newbie LAC
January 25, 20196 yr Thanks for latest update! When i click on field nothing happens Thanks for latest update! When i click on field nothing happens Nevermind, it's because it was set to text instead of player. Now, say i had a spreadsheet with 100's of player names. How easy would it be to add them to the player database all at once? Like this is just a section of my list: It would be amazing if i could just import my full list. If it's a lot of work I would pay extra. They don't need all the extra player fields just the names Edited January 25, 20196 yr by Paul Play To Enjoy
January 26, 20196 yr Author Hello, It would be amazing if i could just import my full list. If it's a lot of work I would pay extra. They don't need all the extra player fields just the names Attach your file
January 28, 20196 yr Author Hello, You mean like this?  Player DB.txt 17.21 kB · 1 download Your file only contain names. On the screen I see other fields
January 28, 20196 yr Hello, Your file only contain names. On the screen I see other fields Yeah the other fields aren't important, I just need the names so I can populate the widget you kindly added
January 28, 20196 yr Author Yeah the other fields aren't important, I just need the names so I can populate the widget you kindly added In this case I can give you a code to create members from names list. PM me.
February 4, 20196 yr Hi, We have the latest version installed and just noticed this. If you go to a league page such as: https://www.walkingfootball.com/football/league/48-ercfa-walking-football-league/ Scroll under the league table and click the league tables button, you end up with two copies of the league table showing on the page
February 4, 20196 yr Author Hello, Scroll under the league table and click the league tables button, you end up with two copies of the league table showing on the page First table is a widget which displays on all league pages I can exclude it from league/tables/ page
February 4, 20196 yr Arha All those buttons actually take you to pages with the league widget at the top. Is there a way to exclude that whole row of buttons as I ideally would just like to have the buttons at the top as they work perfectly in the widget? I much prefer the pages loaded like this ones does via the button widget where on the news section, there is no table at the top: https://www.walkingfootball.com/football/league/48-ercfa-walking-football-league/news/
February 4, 20196 yr Author Add in custom.css .cFootballLeagueButtons { display: none; } Edited February 4, 20196 yr by newbie LAC
February 4, 20196 yr Author Scroll under the league table and click the league tables button, you end up with two copies of the league table showing on the page Update Strange. I excluded Tables widget from that page. Try resave widget settings.
February 5, 20196 yr Update Strange. I excluded Tables widget from that page. Try resave widget settings.  still happened. Plus it's the same for every new league I am adding. I have used the custom css which is perfect to fix this, thank you
February 5, 20196 yr Author Hello, still happened. Plus it's the same for every new league I am adding. I can't reproduce on dev board. If you give me acp/ftp access I'll look into that.
February 5, 20196 yr I have another question. I have added someones league but they are not happy as my website logo takes precedence and have asked if they can have a cover photo or something more prominent to display their league banner logo. This obviously will need to be league specific so is there anyway I can add a cover photo which appears above their league table? Thanks again Hello, I can't reproduce on dev board. If you give me acp/ftp access I'll look into that. I have used the custom css which is perfect to fix this so don't worry about that one
February 5, 20196 yr Author 20 minutes ago I thought to add cover photos to leagues This obviously will need to be league specific so is there anyway I can add a cover photo which appears above their league table? Tables widget or league fixtures? Please clarify
February 5, 20196 yr Please clarify Above each league table I need a cover photo for that specific league. So for example:
February 5, 20196 yr This is a widget Hi, OK that's the page that was created when I created a new league table and lives here: https://www.walkingfootball.com/football/league/49-walking-football-northern-premier-league-60-2019/ So I assume that widget is automatically created when I add all the details for the league table. That would be where we need it then, in the widget if that is possible, thanks I guess we could do it also by having the " About league " section above the league table that way we could add the image and description so it stands out above the table?
February 5, 20196 yr Author Hi, OK that's the page that was created when I created a new league table and lives here: https://www.walkingfootball.com/football/league/49-walking-football-northern-premier-league-60-2019/ So I assume that widget is automatically created when I add all the details for the league table. That would be where we need it then, in the widget if that is possible, thanks On that page (league view) you have a widget called Tables for which you setup Yes for Current league (When you on league page will be displayed teams from viewing league)
February 5, 20196 yr On that page (league view) you have a widget called Tables for which you setup Yes for Current league (When you on league page will be displayed teams from viewing league) Yes for Current league was switched on. If I switch it off the league table disappears. The page is fine apart from getting their banner photo as per that image in a prominent position above their table. It would be handy to be able to get a solution or they will request we remove their league from the site which would be a shame as it is a big one.
February 5, 20196 yr Author The page is fine apart from getting their banner photo as per that image in a prominent position above their table. It would be handy to be able to get a solution or they will request we remove their league from the site which would be a shame as it is a big one. I'll add cover photos for next release. Currently you can add the image via css
February 5, 20196 yr Author any pointers much appreciated. Thank you Something like .nbFootballWidgetTableLeague_49 .ipsWidget_inner { background: url(https://dne4i5cb88590.cloudfront.net/invisionpower-com/monthly_2018_07/in-off-the-post.thumb.jpg.a713a18104cc32f08fad434a504d5bf6.jpg) no-repeat top center; padding-top: 178px; }