<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Titles in EventCalendar?</title>
	<link>http://ask.metafilter.com/33296/Titles-in-EventCalendar/</link>
	<description>Comments on Ask MetaFilter post Titles in EventCalendar?</description>
	<pubDate>Fri, 24 Feb 2006 18:29:03 -0800</pubDate>
	<lastBuildDate>Fri, 24 Feb 2006 18:29:03 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Titles in EventCalendar?</title>
		<link>http://ask.metafilter.com/33296/Titles-in-EventCalendar</link>	
		<description>Help with Eventcalendar on my Wordpress blog? &lt;br /&gt;&lt;br /&gt; Thanks to Askme, I am happily using Wordpress.  I have eventcalendar 3.0.4 installed and I am trying to get the titles of the events to show up in the calendar itself.   I followed the instructions in &lt;a href=&quot;http://wordpress.org/support/topic/27491?replies=21&quot;&gt;this thread&lt;/a&gt; at the WP support site, and you can see the code I am using and a link to my site in the post I left there earlier.  Does anyone here know why there is extra code in my calendar?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.33296</guid>
		<pubDate>Fri, 24 Feb 2006 18:05:14 -0800</pubDate>
		<dc:creator>Biblio</dc:creator>
		
			<category>wordpress</category>
		
			<category>eventcalendar</category>
		
			<category>blog</category>
		
			<category>php</category>
		
			<category>plugin</category>
		
	</item> <item>
		<title>By: al_fresco</title>
		<link>http://ask.metafilter.com/33296/Titles-in-EventCalendar#519048</link>	
		<description>I would suggest checking out the mailing list &lt;a href=&quot;http://penguin.firetree.net/pipermail/eventcalendar/&quot;&gt;archive&lt;/a&gt; or joining the &lt;a href=&quot;http://penguin.firetree.net/pipermail/eventcalendar/&quot;&gt;list&lt;/a&gt; and asking there. I&apos;m a subscriber and have found the developer and the community to be quite helpful.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.33296-519048</guid>
		<pubDate>Fri, 24 Feb 2006 18:29:03 -0800</pubDate>
		<dc:creator>al_fresco</dc:creator>
	</item><item>
		<title>By: al_fresco</title>
		<link>http://ask.metafilter.com/33296/Titles-in-EventCalendar#519051</link>	
		<description>Oops, second link should be to the &lt;a href=&quot;http://penguin.firetree.net/cgi-bin/mailman/listinfo/eventcalendar&quot;&gt;mailing list info page&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.33296-519051</guid>
		<pubDate>Fri, 24 Feb 2006 18:31:03 -0800</pubDate>
		<dc:creator>al_fresco</dc:creator>
	</item><item>
		<title>By: maxpower</title>
		<link>http://ask.metafilter.com/33296/Titles-in-EventCalendar#519283</link>	
		<description>Are you biblio?  If so, there are a couple of lines that look suspicious in that quotes and stuff are confused.  PHP functions and variables need to be outside of quotes while the text that you want to echo needs to be inside quotes.  Maybe this revised code might help....&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
// insert day&lt;br&gt;
$day_id = $date-&amp;gt;day_id();&lt;br&gt;
echo &apos;&lt;td id=&apos;.$day_id;&lt;br&gt;
if(array_key_exists($day_id,$calendar_days))&lt;br&gt;
{&lt;br&gt;
echo &apos; class=&quot;ec3_postday&apos;;&lt;br&gt;
if($calendar_days[$day_id]-&amp;gt;is_event)&lt;br&gt;
echo &apos; ec3_eventday&apos;;&lt;br&gt;
//echo &apos;&amp;gt;&apos; . $date-&amp;gt;day_num;&lt;br&gt;
echo &apos;&quot;&amp;gt;&apos;;&lt;br&gt;
echo day_link() . &apos; title=&quot;&apos; . $calendar_days[$day_id]-&amp;gt;get_titles() . &apos;&quot;&apos;;&lt;br&gt;
if ($calendar_days[$day_id]-&amp;gt;is_event)&lt;br&gt;
echo &apos; class=&quot;eventday&quot;&apos;;&lt;br&gt;
echo &apos;&amp;gt;&apos; . $date-&amp;gt;day_num;&lt;br&gt;
echo $calendar_days[$day_id]-&amp;gt;get_titles() ;&lt;br&gt;
}&lt;br&gt;
else&lt;br&gt;
{&lt;br&gt;
echo &apos;&amp;gt;&apos; . $date-&amp;gt;day_num;&lt;br&gt;
}&lt;br&gt;
echo &apos;&lt;/td&gt;&apos;;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.33296-519283</guid>
		<pubDate>Sat, 25 Feb 2006 06:40:09 -0800</pubDate>
		<dc:creator>maxpower</dc:creator>
	</item><item>
		<title>By: Biblio</title>
		<link>http://ask.metafilter.com/33296/Titles-in-EventCalendar#519411</link>	
		<description>Hmm, I tried that but it gives me an &quot;unexpected T_STRING, expecting &apos;,&apos; or &apos;;&apos; &quot; error.&lt;br&gt;
&lt;br&gt;
I&apos;ll mess around with it some more.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.33296-519411</guid>
		<pubDate>Sat, 25 Feb 2006 10:16:17 -0800</pubDate>
		<dc:creator>Biblio</dc:creator>
	</item><item>
		<title>By: Biblio</title>
		<link>http://ask.metafilter.com/33296/Titles-in-EventCalendar#519456</link>	
		<description>In case anyone else reads this, I&apos;ve reverted the code back to normal since I do need the calendar to be functional while I figure this out.  So if you click the link to my site you won&apos;t see the error I described.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.33296-519456</guid>
		<pubDate>Sat, 25 Feb 2006 10:58:04 -0800</pubDate>
		<dc:creator>Biblio</dc:creator>
	</item>
	</channel>
</rss>
