<?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>Mon, 30 Jan 2012 12:00:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<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 [...]
Related posts:<ol>
<li><a href='http://www.alwaysgetbetter.com/blog/2011/04/21/accelerate-site-content-delivery-network/' rel='bookmark' title='Accelerate Your Site with a Content Delivery Network'>Accelerate Your Site with a Content Delivery Network</a></li>
<li><a href='http://www.alwaysgetbetter.com/blog/2011/04/16/small-site-big-footprint/' rel='bookmark' title='Small Site, Big Footprint'>Small Site, Big Footprint</a></li>
</ol>]]></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>
<div style="width:468px;margin:0 auto">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-0410364841759590";
/* Homepage, 468x60 ads, After posts, created 12/19/08 */
google_ad_slot = "4210204644";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>Related posts:<ol>
<li><a href='http://www.alwaysgetbetter.com/blog/2011/04/21/accelerate-site-content-delivery-network/' rel='bookmark' title='Accelerate Your Site with a Content Delivery Network'>Accelerate Your Site with a Content Delivery Network</a></li>
<li><a href='http://www.alwaysgetbetter.com/blog/2011/04/16/small-site-big-footprint/' rel='bookmark' title='Small Site, Big Footprint'>Small Site, Big Footprint</a></li>
</ol></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 [...]
Related posts:<ol>
<li><a href='http://www.alwaysgetbetter.com/blog/2011/04/16/small-site-big-footprint/' rel='bookmark' title='Small Site, Big Footprint'>Small Site, Big Footprint</a></li>
<li><a href='http://www.alwaysgetbetter.com/blog/2011/04/21/accelerate-site-content-delivery-network/' rel='bookmark' title='Accelerate Your Site with a Content Delivery Network'>Accelerate Your Site with a Content Delivery Network</a></li>
</ol>]]></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>Related posts:<ol>
<li><a href='http://www.alwaysgetbetter.com/blog/2011/04/16/small-site-big-footprint/' rel='bookmark' title='Small Site, Big Footprint'>Small Site, Big Footprint</a></li>
<li><a href='http://www.alwaysgetbetter.com/blog/2011/04/21/accelerate-site-content-delivery-network/' rel='bookmark' title='Accelerate Your Site with a Content Delivery Network'>Accelerate Your Site with a Content Delivery Network</a></li>
</ol></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 [...]
Related posts:<ol>
<li><a href='http://www.alwaysgetbetter.com/blog/2011/04/20/database-migrations/' rel='bookmark' title='Database Migrations'>Database Migrations</a></li>
<li><a href='http://www.alwaysgetbetter.com/blog/2011/05/09/accessing-configuration-parameters-play-frameworks-template-engine/' rel='bookmark' title='Accessing Configuration Parameters using Play Framework&#8217;s Template Engine'>Accessing Configuration Parameters using Play Framework&#8217;s Template Engine</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/2011/04/20/database-migrations/' rel='bookmark' title='Database Migrations'>Database Migrations</a></li>
<li><a href='http://www.alwaysgetbetter.com/blog/2011/05/09/accessing-configuration-parameters-play-frameworks-template-engine/' rel='bookmark' title='Accessing Configuration Parameters using Play Framework&#8217;s Template Engine'>Accessing Configuration Parameters using Play Framework&#8217;s Template Engine</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>7</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: alwaysgetbetter.com @ 2012-02-07 18:13:32 -->
