<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: [Plugin: LeagueManager] Problem displaying matches manually in theme</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: [Plugin: LeagueManager] Problem displaying matches manually in theme</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 09:02:30 +0000</pubDate>

<item>
<title>koelle on "[Plugin: LeagueManager] Problem displaying matches manually in theme"</title>
<link>http://wordpress.org/support/topic/276050#post-1091955</link>
<pubDate>Thu, 04 Jun 2009 18:43:51 +0000</pubDate>
<dc:creator>koelle</dc:creator>
<guid isPermaLink="false">1091955@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Fixed that
&#60;/p&#62;</description>
</item>
<item>
<title>Misus on "[Plugin: LeagueManager] Problem displaying matches manually in theme"</title>
<link>http://wordpress.org/support/topic/276050#post-1091831</link>
<pubDate>Thu, 04 Jun 2009 16:37:22 +0000</pubDate>
<dc:creator>Misus</dc:creator>
<guid isPermaLink="false">1091831@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Ok i've managed to locate the problem I think. In your &#60;em&#62;functions.php&#60;/em&#62; the leaguemanager_matches function is missing &#60;em&#62;'template' =&#38;gt; $template&#60;/em&#62; from the echo &#60;em&#62;$lmShortcodes-&#38;gt;showMatches&#60;/em&#62;. Thought you might wanna know that.
&#60;/p&#62;</description>
</item>
<item>
<title>Misus on "[Plugin: LeagueManager] Problem displaying matches manually in theme"</title>
<link>http://wordpress.org/support/topic/276050#post-1091758</link>
<pubDate>Thu, 04 Jun 2009 15:07:13 +0000</pubDate>
<dc:creator>Misus</dc:creator>
<guid isPermaLink="false">1091758@http://wordpress.org/support/</guid>
<description>&#60;p&#62;For some reason it's not working. It's not using my custom template. Here's what I've done.&#60;/p&#62;
&#60;p&#62;1. I've copied the matches.php file into my_theme_dir/leaguemanager/ and renamed it matches-future.php&#60;br /&#62;
2. I've modified the file slightly (deleted the first row from the table)&#60;br /&#62;
3. I've added the following code to one of my templates:&#60;br /&#62;
&#38;lt;?php leaguemanager_matches( 1, array('mode' =&#38;gt; 'home', 'template' =&#38;gt; 'future') ) ?&#38;gt;&#60;/p&#62;
&#60;p&#62;It works if I use short code but not manually in the template. I don't have wp installed in my root directory (it's in root/wordpress) could that have anything to do with it?
&#60;/p&#62;</description>
</item>
<item>
<title>koelle on "[Plugin: LeagueManager] Problem displaying matches manually in theme"</title>
<link>http://wordpress.org/support/topic/276050#post-1091674</link>
<pubDate>Thu, 04 Jun 2009 13:26:50 +0000</pubDate>
<dc:creator>koelle</dc:creator>
<guid isPermaLink="false">1091674@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#60;code&#62;&#38;lt;?php leaguemanager_matches( 1, arraz(&#38;#39;mode&#38;#39; =&#38;gt; &#38;#39;home&#38;#39;, &#38;#39;template&#38;#39; =&#38;gt; &#38;#39;future&#38;#39;) ) ?&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Misus on "[Plugin: LeagueManager] Problem displaying matches manually in theme"</title>
<link>http://wordpress.org/support/topic/276050#post-1090931</link>
<pubDate>Wed, 03 Jun 2009 19:46:59 +0000</pubDate>
<dc:creator>Misus</dc:creator>
<guid isPermaLink="false">1090931@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Yea I allready have a template named matches-future.php in my_theme_dir/leaguemanager/. It's a slightly modified version of the matches template.&#60;/p&#62;
&#60;p&#62;I guess my question is how I can use the template in the following code:&#60;br /&#62;
&#38;lt;?php leaguemanager_matches( 1, array( 'mode' =&#38;gt; 'home' ) ); ?&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>koelle on "[Plugin: LeagueManager] Problem displaying matches manually in theme"</title>
<link>http://wordpress.org/support/topic/276050#post-1090856</link>
<pubDate>Wed, 03 Jun 2009 18:53:13 +0000</pubDate>
<dc:creator>koelle</dc:creator>
<guid isPermaLink="false">1090856@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Custom templates need to be put in&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;your_theme_dir/leaguemanager/&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;the templates need to be named as follows&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
standings-$template.php&#60;br /&#62;
matches-$template.php&#60;br /&#62;
match-$template.php&#60;br /&#62;
teams-$template.php&#60;br /&#62;
team-$template.php&#60;br /&#62;
crosstable-$template.php&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;So with your code the template's name would have to be &#60;em&#62;matches-&#60;strong&#62;myTemplate&#60;/strong&#62;.php&#60;/em&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Misus on "[Plugin: LeagueManager] Problem displaying matches manually in theme"</title>
<link>http://wordpress.org/support/topic/276050#post-1090838</link>
<pubDate>Wed, 03 Jun 2009 18:39:22 +0000</pubDate>
<dc:creator>Misus</dc:creator>
<guid isPermaLink="false">1090838@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I mean how would I reference a custom template in that code?&#60;br /&#62;
&#38;lt;?php leaguemanager_matches( 1, array( 'mode' =&#38;gt; 'home', 'template' =&#38;gt; 'myTemplate') ); ?&#38;gt; ????
&#60;/p&#62;</description>
</item>
<item>
<title>Misus on "[Plugin: LeagueManager] Problem displaying matches manually in theme"</title>
<link>http://wordpress.org/support/topic/276050#post-1090781</link>
<pubDate>Wed, 03 Jun 2009 17:54:06 +0000</pubDate>
<dc:creator>Misus</dc:creator>
<guid isPermaLink="false">1090781@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks,&#60;br /&#62;
And how would I add a custom template?
&#60;/p&#62;</description>
</item>
<item>
<title>koelle on "[Plugin: LeagueManager] Problem displaying matches manually in theme"</title>
<link>http://wordpress.org/support/topic/276050#post-1090603</link>
<pubDate>Wed, 03 Jun 2009 14:30:14 +0000</pubDate>
<dc:creator>koelle</dc:creator>
<guid isPermaLink="false">1090603@http://wordpress.org/support/</guid>
<description>&#60;p&#62;The function call is not correct. I've made  some small changes to the function calls, so upgrade to 3.0.2 and then do this:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php leaguemanager_matches( 1, array( 'mode' =&#38;gt; 'home' ) ); ?&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>Misus on "[Plugin: LeagueManager] Problem displaying matches manually in theme"</title>
<link>http://wordpress.org/support/topic/276050#post-1090453</link>
<pubDate>Wed, 03 Jun 2009 11:00:42 +0000</pubDate>
<dc:creator>Misus</dc:creator>
<guid isPermaLink="false">1090453@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'm experiencing som problems displaying matches manually in one of my theme files. Here's the piece of code I've added to the theme.&#60;/p&#62;
&#60;p&#62;&#38;lt;?php leaguemanager_matches(1, mode='home') ?&#38;gt;&#60;/p&#62;
&#60;p&#62;It makes the whole screen white. Anybody got an idea what's going on and can point me in the right direction?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
