ozgurgedikli
Forum Replies Created
-
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Several QuestionsSince there is no logic for a player to enter values ??in a sports system, data cannot be entered with the standard player role.
It makes sense for administrators and controllers to enter data for a sporting event.
Any official, for example, if you adapt the league manager appointment role as a player, will give you data entry authority.
Filtering all matches Published as status can create a schedule.
Select the number of matches to be displayed on Wigdet as 1 and in descending order by date.
In this way, the most recent match will be at the top and since you only want to display 1 match, only the last match will be displayed on the widget.Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Team StatisticsHi;
What statistics do you want on a team basis?
You can do this as a league table and define and add the values ??you want.
You can add league table contents from Sportspress>Configure>Table Columns section.Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] View statistics@robjr14 Thanks for the details.
Alchemist theme Detailed Player Stats for SportsPress plugin works perfectly.
These details give very good results in creating your own design theme.@savvasha with quick action With the 1.7.1 update of the Detailed Player Statistics plugin for SportsPress, two different uses can now be set, pop-up and in-line, with the Detailed Season Statistics option in the Sporspress > Settings > Players tab. Thanks @savvasha for this nice detailing
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] View statistics@robjr14 Is there an example of a view as inline? There may be an option to enhance the popup and inline plugin by adding it as an option to the sportspress player settings menu. What is the coding change you made?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] View statisticsHi there,
I just saw the Detailed Player Stats for SportsPress plugin, it’s very nice.
It seems to be working perfectly now with the Alchemist theme.
@savvasha Thank you for this beautiful plugin, congratulationsForum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Player List and filteringI’m glad there’s a solution. If the player is transferred, he cannot transfer his past and current teams on the player lists. You must do this manually.
- This reply was modified 9 months ago by ozgurgedikli.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Player List and filteringHi;
Create a new player list
In the details section
1) Select Teams option All
2) Select the season you want for the season or All
3) Save the league section by selecting the league you want.
In this way, you will create a filtered list of players from all teams in the league played according to the season you selected.- This reply was modified 9 months ago by ozgurgedikli.
This is a very nice detail.
If it is open code, can you share it?
Bring this to the attention of sportspreess developer@g6063523 To do this there is a fixture key and it is necessary to do some coding that converts it as an import to the fixture import module
I can transfer the matches in bulk via CSV.
Import in the matches adding section
For example, I am adding the first 3 weeks of a league with 7 teams in this way.
Date,TIme,Venue,Home,Away
24/03/2024,00:00,KAYNASLI STADIUM,UCKOPRUSPORTS,CAMLISPORTS,1
24/03/2024,00:00,GOLYAKA STADIUM,SACMALIPINARSPORTS SPOR,BEYORENSPORTS,1
24/03/2024,00:00,KAYNASLI STADIUM,KARACALISPORTS,DUZCE G.BIRLIGI SPORTS,1
07/04/2024,00:00, ,METEK TOKI SPORTS,SACMALIPINAR SPORTS,2
07/04/2024,00:00, ,DUZCE G.BIRLIGISPORTS,UCKOPRUSPOR,2
07/04/2024,00:00,AKCAKOCA STADIUM,BEYORENSPORTS,KARACALISPORTS,2
14/04/2024,00:00, ,CAMLISPORTS,DUZCE G.BIRLIGI SPORTS,3
14/04/2024,00:00,KAYNASLI STADIUM,KARACALISPORTS,METEK TOKI SPORTS,3
14/04/2024,00:00,KAYNASLI STADIUM,UCKOPRUSPORTS,BEYORENSPORTS,3H;
Does anyone know how to use this laravel-sportspress-api?
It looks better in terms of my filterForum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Reduce Players thumnail SizeA first-team page has been created in this Rookie theme.
A special page design may have been made with this HTML coding or a developed page builder may have been used.
This can be done by adapting your own site with the code list of the page and making changes in the relevant field of the database.
However, you need to get support from an experienced developer for these operations.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Match details look differentI am using this plugin. On the side, the competition list is live scores widget, but when a goal is entered, it publishes the match result.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Reduce Players thumnail SizeTheme related status
Rookie themelundy.me.uk/wp-content/themes/rookie/framework.css
If you change width: 100% to width: 60% it will work.
For picture size
Line 1394
gallery .gallery-item img {
width: 100%;
}For the title below
Line 1406
.gallery dd {
position: absolute;
margin: 0;
bottom: 0;
padding: 0.625em 15px;
text-align: center;
width: 100%;
display: none;
pointer-events: none;
}