<?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: Building a Website with Drupal for Newbies &#8211; Building Your Site</title>
	<atom:link href="http://codingpad.maryspad.com/2008/04/22/building-a-website-with-drupal-for-newbies-building-your-site/feed/" rel="self" type="application/rss+xml" />
	<link>http://codingpad.maryspad.com/2008/04/22/building-a-website-with-drupal-for-newbies-building-your-site/</link>
	<description>Programming blog - Discussions, Tutorials, Resources</description>
	<lastBuildDate>Wed, 08 Feb 2012 00:37:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: mary</title>
		<link>http://codingpad.maryspad.com/2008/04/22/building-a-website-with-drupal-for-newbies-building-your-site/comment-page-1/#comment-8894</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Sat, 09 Jan 2010 00:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/2008/04/22/building-a-website-with-drupal-for-newbies-building-your-site/#comment-8894</guid>
		<description>Roger, 
You shouldn&#039;t need to point Drupal to the folder, it should see it automatically. 
Just to make sure we&#039;re on the same page, this what your Drupal folder structure should look like:

youdrupalfolder
- includes
- misc
- modules
- profiles
- scripts
- sites
   -- all
     --- themes
        ---- mytheme
     --- modules
  -- default
- themes
.htacess
.
.
more files


Once you upload your themes to sites-&gt;all-&gt;themes you should be able to go to your admin backend, go to Site Building-&gt;Themes and see them there so you can enable them.

Are the files sitting inside the mytheme folder? Make sure the files themselves are in there, and not just a folder.

mary</description>
		<content:encoded><![CDATA[<p>Roger,<br />
You shouldn&#8217;t need to point Drupal to the folder, it should see it automatically.<br />
Just to make sure we&#8217;re on the same page, this what your Drupal folder structure should look like:</p>
<p>youdrupalfolder<br />
- includes<br />
- misc<br />
- modules<br />
- profiles<br />
- scripts<br />
- sites<br />
   &#8212; all<br />
     &#8212; themes<br />
        &#8212;- mytheme<br />
     &#8212; modules<br />
  &#8212; default<br />
- themes<br />
.htacess<br />
.<br />
.<br />
more files</p>
<p>Once you upload your themes to sites->all->themes you should be able to go to your admin backend, go to Site Building->Themes and see them there so you can enable them.</p>
<p>Are the files sitting inside the mytheme folder? Make sure the files themselves are in there, and not just a folder.</p>
<p>mary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://codingpad.maryspad.com/2008/04/22/building-a-website-with-drupal-for-newbies-building-your-site/comment-page-1/#comment-8892</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Sat, 09 Jan 2010 00:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/2008/04/22/building-a-website-with-drupal-for-newbies-building-your-site/#comment-8892</guid>
		<description>Hi Mary
Thanks, yes I created the folder.
I&#039;ll go check the tut today, I have Drupal 6.15 installed.
I could not get Drupal to find the &gt;sites&gt;all&gt;themes&gt;mytheme. How does one point Drupal to that theme folder.</description>
		<content:encoded><![CDATA[<p>Hi Mary<br />
Thanks, yes I created the folder.<br />
I&#8217;ll go check the tut today, I have Drupal 6.15 installed.<br />
I could not get Drupal to find the &gt;sites&gt;all&gt;themes&gt;mytheme. How does one point Drupal to that theme folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary</title>
		<link>http://codingpad.maryspad.com/2008/04/22/building-a-website-with-drupal-for-newbies-building-your-site/comment-page-1/#comment-8887</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Fri, 08 Jan 2010 04:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/2008/04/22/building-a-website-with-drupal-for-newbies-building-your-site/#comment-8887</guid>
		<description>Roger
thanks for the feedback! Glad you&#039;re finding the tutorials helpful. First thing I want to say is this, this tutorial that you commented on covers Drupal 5. I recommend that you move up to Drupal 6, which I have covered in way more detail. See the tutorial series at http://codingpad.maryspad.com/beginner-tutorials/ (scroll down to the middle of the page).

Next, where are you saving your downloaded theme folder? It needs to be in sites-&gt;all-&gt;themes.  This themes folder may not exist so you will need to create it. Once you&#039;ve created it, place your theme folder in it. So say the theme you want to install is called &quot;somenewtheme&quot;. Then your folder structure would look like this: sites-&gt;all-&gt;themes-&gt;somenewtheme.

Once you do this the theme should appear in your admin section under Site Building-&gt;Themes.

Does this make sense?  Also read through http://codingpad.maryspad.com/2009/03/16/building-a-website-with-drupal-6-part-6-playing-with-themes

mary</description>
		<content:encoded><![CDATA[<p>Roger<br />
thanks for the feedback! Glad you&#8217;re finding the tutorials helpful. First thing I want to say is this, this tutorial that you commented on covers Drupal 5. I recommend that you move up to Drupal 6, which I have covered in way more detail. See the tutorial series at <a href="http://codingpad.maryspad.com/beginner-tutorials/" rel="nofollow">http://codingpad.maryspad.com/beginner-tutorials/</a> (scroll down to the middle of the page).</p>
<p>Next, where are you saving your downloaded theme folder? It needs to be in sites->all->themes.  This themes folder may not exist so you will need to create it. Once you&#8217;ve created it, place your theme folder in it. So say the theme you want to install is called &#8220;somenewtheme&#8221;. Then your folder structure would look like this: sites->all->themes->somenewtheme.</p>
<p>Once you do this the theme should appear in your admin section under Site Building->Themes.</p>
<p>Does this make sense?  Also read through <a href="http://codingpad.maryspad.com/2009/03/16/building-a-website-with-drupal-6-part-6-playing-with-themes" rel="nofollow">http://codingpad.maryspad.com/2009/03/16/building-a-website-with-drupal-6-part-6-playing-with-themes</a></p>
<p>mary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://codingpad.maryspad.com/2008/04/22/building-a-website-with-drupal-for-newbies-building-your-site/comment-page-1/#comment-8886</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Fri, 08 Jan 2010 03:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/2008/04/22/building-a-website-with-drupal-for-newbies-building-your-site/#comment-8886</guid>
		<description>Thank you for the tuts.
I am a raw beginner on Drupal and your tutorial is helping me to understand how things work.

I have run into a couple of problems, one that after saving a theme to mythemes,:

--I can&#039;t get Drupal to find it, I can only work in the themes in the themes folder.
--I cant get Clean URL&#039;s to work

--I can&#039;t find how to enable a new theme.
Otherwise I am impressed and on the start of a huge learning curve
Thank you again
Roger</description>
		<content:encoded><![CDATA[<p>Thank you for the tuts.<br />
I am a raw beginner on Drupal and your tutorial is helping me to understand how things work.</p>
<p>I have run into a couple of problems, one that after saving a theme to mythemes,:</p>
<p>&#8211;I can&#8217;t get Drupal to find it, I can only work in the themes in the themes folder.<br />
&#8211;I cant get Clean URL&#8217;s to work</p>
<p>&#8211;I can&#8217;t find how to enable a new theme.<br />
Otherwise I am impressed and on the start of a huge learning curve<br />
Thank you again<br />
Roger</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary</title>
		<link>http://codingpad.maryspad.com/2008/04/22/building-a-website-with-drupal-for-newbies-building-your-site/comment-page-1/#comment-99</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Sun, 08 Jun 2008 17:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/2008/04/22/building-a-website-with-drupal-for-newbies-building-your-site/#comment-99</guid>
		<description>Anna,
Sounds like an interesting problem.  First question is what version of Drupal are you using?
Second, I am assuming you have checked that the Comments module is enabled?

mary</description>
		<content:encoded><![CDATA[<p>Anna,<br />
Sounds like an interesting problem.  First question is what version of Drupal are you using?<br />
Second, I am assuming you have checked that the Comments module is enabled?</p>
<p>mary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anna</title>
		<link>http://codingpad.maryspad.com/2008/04/22/building-a-website-with-drupal-for-newbies-building-your-site/comment-page-1/#comment-100</link>
		<dc:creator>Anna</dc:creator>
		<pubDate>Sun, 08 Jun 2008 16:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/2008/04/22/building-a-website-with-drupal-for-newbies-building-your-site/#comment-100</guid>
		<description>HI, THanks for these tutorials. They are very good. I have been trying to migrate from Wordpress to drupal and it&#039;s terrifying. I keep hitting problems. My current one is that although I have set up permissions to anonymous comments, it keeps sending comments to moderation. TO confound things further when I go to the comment approval queue there are no comments there. If you can help me I would really appreciate it. Thanks</description>
		<content:encoded><![CDATA[<p>HI, THanks for these tutorials. They are very good. I have been trying to migrate from WordPress to drupal and it&#8217;s terrifying. I keep hitting problems. My current one is that although I have set up permissions to anonymous comments, it keeps sending comments to moderation. TO confound things further when I go to the comment approval queue there are no comments there. If you can help me I would really appreciate it. Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

