<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Making a WordPress theme work with Lyceum</title>
	<atom:link href="http://lyceum.ibiblio.org/2006/03/06/making-a-wordpress-theme-work-with-lyceum/feed/" rel="self" type="application/rss+xml" />
	<link>http://lyceum.ibiblio.org/2006/03/06/making-a-wordpress-theme-work-with-lyceum/</link>
	<description>Multi-blog WordPress for the enterprise</description>
	<pubDate>Tue, 24 Nov 2009 12:24:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: eddie</title>
		<link>http://lyceum.ibiblio.org/2006/03/06/making-a-wordpress-theme-work-with-lyceum/comment-page-1/#comment-96402</link>
		<dc:creator>eddie</dc:creator>
		<pubDate>Thu, 25 Sep 2008 08:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://lyceum.ibiblio.org/19#comment-96402</guid>
		<description>I have a very simple fix for the problem which actually took some research to figure out but here it is.

http://eddie.bodeche.com/2008/09/25/wp-comments-postphp-appears-blank-after-posting-a-comment/</description>
		<content:encoded><![CDATA[<p>I have a very simple fix for the problem which actually took some research to figure out but here it is.</p>
<p><a href="http://eddie.bodeche.com/2008/09/25/wp-comments-postphp-appears-blank-after-posting-a-comment/" rel="nofollow">http://eddie.bodeche.com/2008/09/25/wp-comments-postphp-appears-blank-after-posting-a-comment/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wind</title>
		<link>http://lyceum.ibiblio.org/2006/03/06/making-a-wordpress-theme-work-with-lyceum/comment-page-1/#comment-43956</link>
		<dc:creator>Wind</dc:creator>
		<pubDate>Tue, 12 Jun 2007 13:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://lyceum.ibiblio.org/19#comment-43956</guid>
		<description>I mean inside theme folder.</description>
		<content:encoded><![CDATA[<p>I mean inside theme folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wind</title>
		<link>http://lyceum.ibiblio.org/2006/03/06/making-a-wordpress-theme-work-with-lyceum/comment-page-1/#comment-43955</link>
		<dc:creator>Wind</dc:creator>
		<pubDate>Tue, 12 Jun 2007 13:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://lyceum.ibiblio.org/19#comment-43955</guid>
		<description>Newly added function "language_attributes()" (I not sure when it added?) can do blank page issues.

If you found any blank pages problem please remove it in any caller script.</description>
		<content:encoded><![CDATA[<p>Newly added function &#8220;language_attributes()&#8221; (I not sure when it added?) can do blank page issues.</p>
<p>If you found any blank pages problem please remove it in any caller script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThomasTester</title>
		<link>http://lyceum.ibiblio.org/2006/03/06/making-a-wordpress-theme-work-with-lyceum/comment-page-1/#comment-4630</link>
		<dc:creator>ThomasTester</dc:creator>
		<pubDate>Fri, 06 Oct 2006 01:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://lyceum.ibiblio.org/19#comment-4630</guid>
		<description>A little issue I just came across (could be due to a bad theme/template) but the Merdeka theme uses moo.fx and prototype lite.  

The cool navigation would not work.  Turned out to be a small path issue.

They used:
&lt;code&gt;&lt;?php bloginfo('url'); ?&gt;/wp-content/themes/merdeka/prototype.lite.js&lt;/code&gt;

but since blogs are listed UNDER the main root this does not work.  Changed it with a hack to:

&lt;code&gt;&lt;?php bloginfo('url'); ?&gt;/../wp-content/themes/merdeka/prototype.lite.js&lt;/code&gt;

Hence my tip on fixing templates... make sure you check code referencing &lt;b&gt;&lt;/b&gt;

That said, I've been able to install most themes I've tried with NO modification whatsoever.</description>
		<content:encoded><![CDATA[<p>A little issue I just came across (could be due to a bad theme/template) but the Merdeka theme uses moo.fx and prototype lite.  </p>
<p>The cool navigation would not work.  Turned out to be a small path issue.</p>
<p>They used:<br />
<code>&lt;?php bloginfo('url'); ?&gt;/wp-content/themes/merdeka/prototype.lite.js</code></p>
<p>but since blogs are listed UNDER the main root this does not work.  Changed it with a hack to:</p>
<p><code>&lt;?php bloginfo('url'); ?&gt;/../wp-content/themes/merdeka/prototype.lite.js</code></p>
<p>Hence my tip on fixing templates&#8230; make sure you check code referencing <b></b></p>
<p>That said, I&#8217;ve been able to install most themes I&#8217;ve tried with NO modification whatsoever.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scot Hacker</title>
		<link>http://lyceum.ibiblio.org/2006/03/06/making-a-wordpress-theme-work-with-lyceum/comment-page-1/#comment-4001</link>
		<dc:creator>Scot Hacker</dc:creator>
		<pubDate>Fri, 22 Sep 2006 17:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://lyceum.ibiblio.org/19#comment-4001</guid>
		<description>Ah, you're right. Restored the original line and all is well. Thanks.</description>
		<content:encoded><![CDATA[<p>Ah, you&#8217;re right. Restored the original line and all is well. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://lyceum.ibiblio.org/2006/03/06/making-a-wordpress-theme-work-with-lyceum/comment-page-1/#comment-3915</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 22 Sep 2006 03:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://lyceum.ibiblio.org/19#comment-3915</guid>
		<description>As it is now, most themes should need NO modification. Try the theme with no modification and see if that works.</description>
		<content:encoded><![CDATA[<p>As it is now, most themes should need NO modification. Try the theme with no modification and see if that works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scot Hacker</title>
		<link>http://lyceum.ibiblio.org/2006/03/06/making-a-wordpress-theme-work-with-lyceum/comment-page-1/#comment-3914</link>
		<dc:creator>Scot Hacker</dc:creator>
		<pubDate>Fri, 22 Sep 2006 03:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://lyceum.ibiblio.org/19#comment-3914</guid>
		<description>If the formOpenTag change has been made to a theme and it still doesn't work, is there anything else that can be done to make it work? In this particular case, the formOpenTag code does not get parsed at all, and the comment form has no opening  tag.</description>
		<content:encoded><![CDATA[<p>If the formOpenTag change has been made to a theme and it still doesn&#8217;t work, is there anything else that can be done to make it work? In this particular case, the formOpenTag code does not get parsed at all, and the comment form has no opening  tag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat</title>
		<link>http://lyceum.ibiblio.org/2006/03/06/making-a-wordpress-theme-work-with-lyceum/comment-page-1/#comment-2538</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Tue, 05 Sep 2006 21:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://lyceum.ibiblio.org/19#comment-2538</guid>
		<description>Are we allow to modified or remove the Lyceum Logo form the registration page, so it looks as part of my website.

Is it ok or not?

Thanks</description>
		<content:encoded><![CDATA[<p>Are we allow to modified or remove the Lyceum Logo form the registration page, so it looks as part of my website.</p>
<p>Is it ok or not?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dj</title>
		<link>http://lyceum.ibiblio.org/2006/03/06/making-a-wordpress-theme-work-with-lyceum/comment-page-1/#comment-1732</link>
		<dc:creator>dj</dc:creator>
		<pubDate>Thu, 03 Aug 2006 18:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://lyceum.ibiblio.org/19#comment-1732</guid>
		<description>Hey all -- was hoping that someone could clue me in on a total n00b CSS issue:

I'm trying to customize the &lt;a href="http://managedtasks.com/wpthemes/blog/index.php?wptheme=Random+Image" rel="nofollow"&gt;Random Image Theme&lt;/a&gt; for Wordpress, and I'm running into a small -- but *incredibly annoying* -- problem.

I'm trying to make the background of the content area white.  The background of navigation column that runs down the right side is not plain white (FFFFFF).  Rather Photoshop's color picker claims that it's F9F9F9 -- but this isn't anywhere in the style.css file.  There is a .alt that has a background set at F8F8F8, but when I change that to FFFFFF, it doesn't help.

Where is that shading coming from?

many thanks...</description>
		<content:encoded><![CDATA[<p>Hey all &#8212; was hoping that someone could clue me in on a total n00b CSS issue:</p>
<p>I&#8217;m trying to customize the <a href="http://managedtasks.com/wpthemes/blog/index.php?wptheme=Random+Image" rel="nofollow">Random Image Theme</a> for Wordpress, and I&#8217;m running into a small &#8212; but *incredibly annoying* &#8212; problem.</p>
<p>I&#8217;m trying to make the background of the content area white.  The background of navigation column that runs down the right side is not plain white (FFFFFF).  Rather Photoshop&#8217;s color picker claims that it&#8217;s F9F9F9 &#8212; but this isn&#8217;t anywhere in the style.css file.  There is a .alt that has a background set at F8F8F8, but when I change that to FFFFFF, it doesn&#8217;t help.</p>
<p>Where is that shading coming from?</p>
<p>many thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://lyceum.ibiblio.org/2006/03/06/making-a-wordpress-theme-work-with-lyceum/comment-page-1/#comment-1496</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 18 Jul 2006 18:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://lyceum.ibiblio.org/19#comment-1496</guid>
		<description>Hi Anto. The best place to get support is from the email list and IRC channel.

http://lyceum.ibiblio.org/support</description>
		<content:encoded><![CDATA[<p>Hi Anto. The best place to get support is from the email list and IRC channel.</p>
<p><a href="http://lyceum.ibiblio.org/support" rel="nofollow">http://lyceum.ibiblio.org/support</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
