YukataNinja
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: LeagueManager] No Fixtures ShowingMy leaguemanager also breaks now that I have updated.
I try inserting
[leaguestandings league_id=3 mode=extend]
and the page will stop loading at that point.Forum: Plugins
In reply to: Events Calendar as RSS feedI just wrote a plugin for this. It will generate an ical feed for Events Calendar plugin at https://your-web-address/?ical.
Get it on the wordpress plugin page
Forum: Plugins
In reply to: [Plugin: LeagueManager] bug inserting misc </p>Downloaded the newest and it’s fixed.
Forum: Plugins
In reply to: [Plugin: LeagueManager] bug inserting misc </p>I have downloaded the current one and that one now generates three </p>
Forum: Plugins
In reply to: [Plugin: LeagueManager] bug inserting misc </p>Here is the code from my loop:
<?php $i = 0; $my_query = new WP_Query('numberposts=4'); while ($my_query->have_posts()) : $my_query->the_post(); $do_not_duplicate = $post->ID; global $more; $more = 0; ?> <div id="headline_number<?php echo $i?>" <?php if ($i != 0):?>style="display:none;"<?php endif?>> <h1 class="headline_title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h1> <span class="headline_excerpt"><?php the_content('<br />Read more'); ?></span> </div> <?php $i = $i + 1; if (4 == $i) { break; } endwhile; ?>
Forum: Plugins
In reply to: [Plugin: LeagueManager] Standings not bolding home teamThanks, I really like this plugin.
Also, if I can make a feature request, to have W-T-L be added to the standings table (if this isn’t already going in).
Thanks again!
Forum: Plugins
In reply to: [Plugin: Events-Calendar] thickbox position incorrectProblem is that wordpress is at https://www.weareecs.com/Wordpress/ while ecs.inderhees.net is wordpress. Events-calendar was trying to link to https://www.weareecs.com/wp-includes/js/thickbox/thickbox.css so I edited the source to point to https://www.weareecs.com/WordPress/wp-includes/js/thickbox/thickbox.css