jnko
Forum Replies Created
-
Forum: Plugins
In reply to: [LeagueManager] Custom matchtableHi, I also was a separate forum. I would like to join and even helped create some simple forum.
Forum: Plugins
In reply to: [LeagueManager] I can not add more than 90 matches .Hi nevzatakpolat, did you do this right at the beginning. You could have more time to sleep ??
Forum: Plugins
In reply to: [LeagueManager] Does anyone know how…Hi ben52 , super. I also use the code without the filter-Day / Team
Code for prew:
[matches league_id=XX show_match_day_selection=false show_team_selection=false mode=home limit=1 time=prev order=”date DESC”]Code for next:
[matches league_id=XX show_match_day_selection=false show_team_selection=false mode=home limit=1 time=next order=”date DESC”]Forum: Plugins
In reply to: [LeagueManager] I can not add more than 90 matches .Do not be afraid to increase the limit (max_input_vars) more, I recommend 10 000 – 15 000
Forum: Plugins
In reply to: [LeagueManager] Custom matchtableHi ben52,
Thank you very much for the correction. I got it wrong.Forum: Plugins
In reply to: [LeagueManager] Custom matchtableHello to all.
For-Kolja
Thank you for the explanation.For-ben52
I’m not a programmer, I tried your suggestion to delete summary = “”, but somehow I did not. I will be happy if you help us clean up the code.For-armando.alberti
I waited if you continue and put in the code and logos, as I interviewed a proposal from Kolji’re applying for a change “homeScore”. When nothing happened for a long time, so I finished it, perhaps you do not mind:-)For all
It works well you filter playing days? On my template does not respond.
https://jnko.eu/wp-content/uploads/filter.png”Forum: Plugins
In reply to: [LeagueManager] Custom matchtableOne more question Kolja,
I do not know whether it’s just me, but playing on the filter does not work.
https://jnko.eu/wp-content/uploads/filter.pngForum: Plugins
In reply to: [LeagueManager] Custom matchtableThank you, your modified code throws me an error, but I figured it was probably from you test for me:-)
<?php $The_Home_team = sprintf("<strong>%s</strong>", $The_Home_team);?>
In my template tag nicer ‘br’ instead of ‘span’
thank you very much
sorry for bad English
Final code:<table class='leaguemanager matchtable' summary='' title='<?php echo __( 'Match Plan', 'leaguemanager' )." ".$league->title ?>'> <tr> <th class='match'><?php _e( 'Home Team', 'leaguemanager' ) ?></th> <th class='score'><?php _e( 'Score', 'leaguemanager' ) ?></th> <th class='match'><?php _e( 'Away Team', 'leaguemanager' ) ?></th> </tr> <?php foreach ( $matches AS $match ) : ?> <?php $The_Home_team = "<br class='logos'><img class='home_logo' src='".$teams[$match->home_team]['logo']."' alt='' /></br>".$teams[$match->home_team]['title']; ?> <?php $The_Away_team = "<br class='logos'><img class='away_logo' src='".$teams[$match->away_team]['logo']."' alt='' /></br>".$teams[$match->away_team]['title']; ?> <?php if ( $leaguemanager->isHomeTeamMatch( $match->home_team, $match->away_team, $teams ) ) : ?> <?php $The_Home_team = sprintf("<strong>%s</strong>", $The_Home_team);?> <?php $The_Away_team = sprintf("<strong>%s</strong>", $The_Away_team); ?> <?php endif; ?> <tr class='<?php echo $match->class ?>'> <td class='match' style='text-align:center; font-size: 15px;'><?php echo $The_Home_team ?> </td> <td class='match' style='text-align:center; padding-top: 35px; font-size: 20px; font-weight: bold;'><?php echo $match->homeScore."-".$match->awayScore ?><br /><?php echo '<p style="font-size: 12px; font-weight: normal; font-style: italic;">'.$match->date." ".$match->start_time.'</p>' ?> </td> <td class='match' style='text-align:center; font-size: 15px;'><?php echo $The_Away_team ?></td> </tr> <?php endforeach; ?> </table>
Forum: Plugins
In reply to: [LeagueManager] I can not add more than 90 matches .Hi,
For me the same problem. I solved it this way:
Obviously you updated to a newer version of PHP, which is limited max_input_vars (1000). When managing my hosting to set this limit in PHP settings on (10000), and everything is fine.Forum: Plugins
In reply to: [LeagueManager] plus/minus GI use a league for Soccer.
Forum: Plugins
In reply to: [LeagueManager] plus/minus GI look at it yet but I think in the Standings-last5 Unfortunately, it is not a source will be somewhere else. It will be about the “Diff”
thanksForum: Plugins
In reply to: [LeagueManager] plus/minus GThis is my column in the picture in the red box.
https://jnko.eu/wp-content/uploads/league-remove-column.pngForum: Plugins
In reply to: [LeagueManager] plus/minus GNo I do not think the admin, only in the tables on pages in particular Standings-last5.
thank youForum: Plugins
In reply to: [LeagueManager] Canno split match->title in customized matches.phpHello super finish. Yet there team logos, that would be something.
The last “endif” I had to remove. He threw me an error.Forum: Plugins
In reply to: [LeagueManager] Loss of all matches-3.9.0.1I already found out, I’m sorry, but I do not know how in the shortened code on the page view all matches (mode = all) stopped working. Shows only 2 home games.