<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Always Get Better &#187; Drupal</title>
	<atom:link href="http://www.alwaysgetbetter.com/blog/category/blogging/drupal-blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alwaysgetbetter.com/blog</link>
	<description>Never stop looking for ways to improve</description>
	<lastBuildDate>Wed, 02 Jun 2010 12:16:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Removed Login Link from Drupal Site</title>
		<link>http://www.alwaysgetbetter.com/blog/2008/11/26/removed-login-link-from-drupal-site/</link>
		<comments>http://www.alwaysgetbetter.com/blog/2008/11/26/removed-login-link-from-drupal-site/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 12:00:42 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[drupal]]></category>

		<guid isPermaLink="false">http://www.alwaysgetbetter.com/blog/?p=70</guid>
		<description><![CDATA[In Drupal it is possible to remove the login option from the site template by using the Blocks tool in the administration.  If you do this, you won&#8217;t be able to log in from the regular page template.
Logging in is still possible and easy.  Just add the querystring: ?q=user to call up a login prompt.


No [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>In Drupal it is possible to remove the login option from the site template by using the <strong>Blocks</strong> tool in the administration.  If you do this, you won&#8217;t be able to log in from the regular page template.</p>
<p>Logging in is still possible and easy.  Just add the querystring: ?q=user to call up a login prompt.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.alwaysgetbetter.com/blog/2008/11/26/removed-login-link-from-drupal-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slogan Not Appearing on Drupal Site</title>
		<link>http://www.alwaysgetbetter.com/blog/2008/11/25/slogan-not-appearing-on-drupal-site/</link>
		<comments>http://www.alwaysgetbetter.com/blog/2008/11/25/slogan-not-appearing-on-drupal-site/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 12:00:38 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[drupal]]></category>

		<guid isPermaLink="false">http://www.alwaysgetbetter.com/blog/?p=71</guid>
		<description><![CDATA[A common issue faced by theme developers is that of the site slogan not appearing even when the variable $site_slogan is present.
The site slogan is disabled by default.  To turn it on in Drupal 6.6 go to the Theme selection list and choose Configuration.  The site slogan is one of the checkboxes available on the [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>A common issue faced by theme developers is that of the site slogan not appearing even when the variable <strong>$site_slogan</strong> is present.</p>
<p>The site slogan is disabled by default.  To turn it on in Drupal 6.6 go to the Theme selection list and choose <em>Configuration</em>.  The site slogan is one of the checkboxes available on the left-hand side.</p>
<p>The same thing might have to be done in the theme-specific settings to take effect.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.alwaysgetbetter.com/blog/2008/11/25/slogan-not-appearing-on-drupal-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal Stuck at Database Configuration</title>
		<link>http://www.alwaysgetbetter.com/blog/2008/11/24/drupal-stuck-at-database-configuration/</link>
		<comments>http://www.alwaysgetbetter.com/blog/2008/11/24/drupal-stuck-at-database-configuration/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 12:00:31 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.alwaysgetbetter.com/blog/?p=68</guid>
		<description><![CDATA[When configuring Drupal 6.6 on a Windows XP/Apache/MySQL box, I ran into an issue whereby I would enter the database information on the Database Configuration screen, press the advance button, but be constantly redirected back to the Database Configuration screen.
The Drupal community indicates this is a problem with permissions &#8211; Drupal needs to be able [...]


Related posts:<ol><li><a href='http://www.alwaysgetbetter.com/blog/2009/11/05/vista-fix-sql-server-express-error-create-database-permission-denied-database-master/' rel='bookmark' title='Permanent Link: VISTA: How to fix SQL Server Express Error &#8211; CREATE DATABASE permission denied in database &#8216;master&#8217;'>VISTA: How to fix SQL Server Express Error &#8211; CREATE DATABASE permission denied in database &#8216;master&#8217;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>When configuring Drupal 6.6 on a Windows XP/Apache/MySQL box, I ran into an issue whereby I would enter the database information on the <strong>Database Configuration</strong> screen, press the advance button, but be constantly redirected back to the Database Configuration screen.</p>
<p>The Drupal community indicates this is a problem with permissions &#8211; Drupal needs to be able to write to your site&#8217;s <em>settings.php</em> file.  All permissions appeared to be correct in my setup but I was still unable to continue.</p>
<p>The solution was to edit the <strong>settings.php</strong> file, putting in my database information manually.  Just look for this line:</p>
<blockquote><p>$db_url = &#8216;mysql://username:password@localhost/databasename&#8217;;</p></blockquote>
<p>And change the <em>username</em>, <em>password </em>and <em>databasename </em>parts.</p>
<p>Then return to the Database Configuration screen, enter the information again and continue.  The correct database information will be read from the settings file and the configuration will continue to the next step.</p>
<p>Happy hunting!</p>


<p>Related posts:<ol><li><a href='http://www.alwaysgetbetter.com/blog/2009/11/05/vista-fix-sql-server-express-error-create-database-permission-denied-database-master/' rel='bookmark' title='Permanent Link: VISTA: How to fix SQL Server Express Error &#8211; CREATE DATABASE permission denied in database &#8216;master&#8217;'>VISTA: How to fix SQL Server Express Error &#8211; CREATE DATABASE permission denied in database &#8216;master&#8217;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.alwaysgetbetter.com/blog/2008/11/24/drupal-stuck-at-database-configuration/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
