beveraii
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: LeagueManager] Match StatisticsI’m finding that I can’t delete the match stats ??
I’ve created a field set for Goal Scorers in each match. I have two fields (player name & number of goals) any can add the stats fine, but can’t delete them after. If i’ve added two players i can delete the 2nd, but the 1st keeps getting added again when i press ‘save’
Forum: Fixing WordPress
In reply to: conditional tag for posts page in Widget LogicI’ve been able to get
is_home()
working to conditionally display a widget sidebar but it doesn’t seem to work to hide other elements…ie.!is_home()
Forum: Plugins
In reply to: [Plugin: LeagueManager] Previous match in team templateYup, same problem here ??
Forum: Fixing WordPress
In reply to: [Plugin: LeagueManager] Adding Widget In PageI needed to add the previous and next matches into my template and so was hoping for something like this…but i’ve managed to get around it using the ‘Team’ template.
1. Copy the ‘team.php’ file from the ‘view’ folder within the leaguemanager plugin
2. Create a folder within your theme called ‘leaguemanager’ and paste the copied ‘team.php file’ and rename it to, for example, ‘team-sidebar.php’.
3. In your template, add<?php leaguemanager_team( 1, array('template' => 'sidebar') ) ?>
with the 1 being your team ID, and ‘sidebar‘ being a reference to the copied file in your theme.Once you’ve done these three things, you can edit your ‘team-sidebar.php‘ file as required.
Hope this helps.
Forum: Plugins
In reply to: [Plugin: LeagueManager] Remove 0-0 if game not played!Hey,
I think you could probably get around this by creating a custom template as mentioned on the plugin’s website – https://kolja.galerie-neander.de/plugins/leaguemanager/I’m developing a site at the moment and will probably need to fix this problem myself in the coming weeks.