<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
    <channel>
        <title>Drupal Tutorials</title>
        <description />
        <link>http://www.ostraining.com/</link>
        <lastBuildDate>Wed, 19 Jun 2013 08:37:31 +0100</lastBuildDate>
        <generator>FeedCreator 1.8.1 (obRSS 1.8.11)</generator>
        
        <image>
            <url>http://www.ostraining.com/images/</url>
            <title>Drupal Tutorials</title>
            <link>http://www.ostraining.com/</link>
        </image>
        <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ostrainingdrupal" /><feedburner:info uri="ostrainingdrupal" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
            <title>The Drupal Go Module for Redirects</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/98oiU89w7hc/</link>
            <description>&lt;p&gt;&lt;img style="float: right;" src="http://www.ostraining.com/images/images/redirect.png" alt="redirect" width="161" height="168" /&gt;The Go module (also called GoTwo) is a relatively simple Drupal module that allows you to track how many people have clicked a link.&lt;/p&gt;
&lt;p&gt;It also allows you to conceal the destination of a link and to&amp;nbsp;provide&amp;nbsp;visitors with a disclaimer after they click.&lt;/p&gt;
&lt;p&gt;Here's how the Go module works:&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/98oiU89w7hc" height="1" width="1"/&gt;</description>
            <dc:creator>Steve Burge</dc:creator>
            <pubDate>Fri, 07 Jun 2013 15:45:04 +0100</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/go/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/go/</feedburner:origLink></item>
        <item>
            <title>Manage Drupal Content Layout with Panelizer</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/j8vmfEWCZqA/</link>
            <description>&lt;p&gt;&lt;img style="margin-left: 10px; float: right;" src="http://www.ostraining.com/images/drupal/ds.png" alt="ds" width="200" height="150" /&gt;&lt;/p&gt;
&lt;!-- Start ScreenSteps Content --&gt;
&lt;div class="LessonContent"&gt;
&lt;div class="LessonSummary"&gt;
&lt;p&gt;By default, the fields in a content type are displayed from vertically, one field after another. For simple content types, this might not be a bad thing, but if you want some variation in the way your content fields lay out, you have options.&lt;/p&gt;
&lt;p&gt;When selecting a strategy for managing content layout, your first decision is 'to code or not to code.' If you are like me, you'll choose not to code. The next decision is which module do you want to use?&lt;/p&gt;
&lt;p&gt;There are three popular modules that allow you to arrange the fields in your content such that not all fields are stacked on top of each other:&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/j8vmfEWCZqA" height="1" width="1"/&gt;</description>
            <dc:creator>Cindy McCourt</dc:creator>
            <pubDate>Mon, 27 May 2013 19:32:46 +0100</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/panelizer/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/panelizer/</feedburner:origLink></item>
        <item>
            <title>A Beginners Guide to Drupal Overrides</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/8ZICgH5KJ50/</link>
            <description>&lt;p&gt;&lt;img style="float: right;" src="http://www.ostraining.com/images/steve/override.png" alt="override" width="200" height="135" /&gt;The problem with many software applications is you can't make them your own. With Drupal, however, you have the option to override how Drupal does things. From altering a form to customizing the way your pages are displayed, Drupal provides options.&lt;/p&gt;
&lt;p&gt;The concept of overriding something in Drupal can be made reality in several ways: Drupal's APIs, theme overrides, as well as overriding default configurations in modules. Whatever it is you need to do, the number one rule you should endeavor to follow is: don't hack the core (or a contributed module). Don't open the code files in Drupal and change them to meet your needs. There are better ways.&lt;/p&gt;
&lt;p&gt;In this tutorial, we will focus on overriding themes.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/8ZICgH5KJ50" height="1" width="1"/&gt;</description>
            <dc:creator>Cindy McCourt</dc:creator>
            <pubDate>Thu, 09 May 2013 19:59:07 +0100</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/drupal-overrides/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/drupal-overrides/</feedburner:origLink></item>
        <item>
            <title>The quickest, easiest way to test Drupal modules</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/9BcuPcru2es/</link>
            <description>&lt;p&gt;&lt;img style="float: right;" src="http://www.ostraining.com/images/classes/testing.jpg" alt="testing" width="200" height="200" /&gt;A time consuming task for all software users is testing.&lt;/p&gt;
&lt;p&gt;It takes time to find all the download links, to set up a test environment and to install all the additional software you need.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://Simplytest.me"&gt;Simplytest.me&lt;/a&gt; is an ingenious solution for Drupal. Simplytest.me will install Drupal sites for you, as well as modules and themes that you want to use. Here's a brief introduction to this very useful site.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/9BcuPcru2es" height="1" width="1"/&gt;</description>
            <dc:creator>Steve Burge</dc:creator>
            <pubDate>Mon, 06 May 2013 22:52:59 +0100</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/simplytestme/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/simplytestme/</feedburner:origLink></item>
        <item>
            <title>Move a Drupal Site to a New Folder</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/bL81lptoDiQ/</link>
            <description>&lt;p&gt;Moving a Drupal site to a new location on your server is surprisingly easy.&lt;/p&gt;
&lt;p&gt;There is a simple 3 step process to move a Drupal site from one folder to another. In this tutorial we're going to show you those 3 steps.&lt;/p&gt;
&lt;p&gt;If you'd like to move a Drupal site to new folder, we recommend using t&lt;a href="http://www.ostraining.com/courses/class/drupal/backup"&gt;he Backup and Migrate module&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/bL81lptoDiQ" height="1" width="1"/&gt;</description>
            <dc:creator>Steve Burge</dc:creator>
            <pubDate>Mon, 29 Apr 2013 17:15:00 +0100</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/move-drupal-to-a-new-folder/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/move-drupal-to-a-new-folder/</feedburner:origLink></item>
        <item>
            <title>How to Use Drupal's Search Module</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/mQuy6donHqY/</link>
            <description>&lt;p&gt;&lt;img style="float: right;" src="http://www.ostraining.com/images/images/search.jpg" alt="search" width="200" height="200" /&gt;&lt;/p&gt;
&lt;!-- Start ScreenSteps Content --&gt;
&lt;div class="LessonContent"&gt;
&lt;div class="LessonSummary"&gt;
&lt;p&gt;A lot of things are simple in Drupal ... once you know how.&lt;/p&gt;
&lt;p&gt;The Search module is a perfect example of something that is initially confusing to set up, but simple once you know how to do it correctly.&lt;/p&gt;
&lt;p&gt;This week we had several questions from our members about the Search module, so we wrote this tutorial to help them out.&lt;/p&gt;
&lt;p&gt;There are several confusing elements to the Search module. Let's address them one-by-one:&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/mQuy6donHqY" height="1" width="1"/&gt;</description>
            <dc:creator>Steve Burge</dc:creator>
            <pubDate>Fri, 26 Apr 2013 14:27:38 +0100</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/search/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/search/</feedburner:origLink></item>
        <item>
            <title>A Guided Tour of Drupal's Settings.php</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/qg509G0llXY/</link>
            <description>&lt;p&gt;&lt;img style="float: right;" src="http://www.ostraining.com/images/coding/setting.png" alt="setting" width="200" height="200" /&gt;The most important file on your Drupal site is the settings.php file.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The settings.php is unique to every site and contains all of the important information that Drupal needs to run.&lt;/p&gt;
&lt;p&gt;Inside settings.php you'll find everything from your database type and login details to your URL and multisite options.&lt;/p&gt;
&lt;p&gt;This tutorial is your guided tour of settings.php. If you run a Drupal site, here's what you need to know about this vital file.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/qg509G0llXY" height="1" width="1"/&gt;</description>
            <dc:creator>Cindy McCourt</dc:creator>
            <pubDate>Mon, 22 Apr 2013 00:25:00 +0100</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/settings-php/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/settings-php/</feedburner:origLink></item>
        <item>
            <title>Deleting Content Types and Fields in Drupal</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/BdW_e6penwM/</link>
            <description>&lt;p&gt;&lt;img style="float: right;" src="http://www.ostraining.com/images/images/delete-items.jpg" alt="delete-items" width="200" height="200" /&gt;&lt;/p&gt;
&lt;!-- Start ScreenSteps Content --&gt;
&lt;div class="LessonContent"&gt;
&lt;div class="LessonSummary"&gt;
&lt;p&gt;Here are two of the most common questions we get from Drupal newcomers:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;"What happens if I delete a content type?"&amp;nbsp;&lt;/li&gt;
&lt;li&gt;"What happens if I delete a field?"&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Because the answers are not easy to find, these kinds of questions can be confusing.&lt;/p&gt;
&lt;p&gt;Here's a clear explanation of what happens when you delete a content type or field.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/BdW_e6penwM" height="1" width="1"/&gt;</description>
            <dc:creator>Cindy McCourt</dc:creator>
            <pubDate>Mon, 15 Apr 2013 14:50:10 +0100</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/deleting-content-types/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/deleting-content-types/</feedburner:origLink></item>
        <item>
            <title>Using the Feeds Module for Drupal Imports</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/AVGfT4oElwQ/</link>
            <description>&lt;!-- Start ScreenSteps Content --&gt;
&lt;div class="LessonContent"&gt;
&lt;div class="LessonSummary"&gt;
&lt;p&gt;&lt;img style="float: right;" src="http://www.ostraining.com/images/images/export-03.png" alt="import content" width="200" height="200" /&gt;If you're moving to Drupal, there's a good chance that you'll need to import data.&lt;/p&gt;
&lt;p&gt;The Feeds module is the most common way to import content and user data into Drupal.&lt;/p&gt;
&lt;p&gt;In this tutorial, we're going to answer a question from one of members, "How do I import RSS feeds into Drupal?" As we answer his question, we'll give you an introduction to how the Feeds module works. whether you want to import from an RSS feed, a CSV file or another format.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/AVGfT4oElwQ" height="1" width="1"/&gt;</description>
            <dc:creator>Steve Burge</dc:creator>
            <pubDate>Sun, 07 Apr 2013 18:08:04 +0100</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/feeds/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/feeds/</feedburner:origLink></item>
        <item>
            <title>An Intro to Drupal Views Templates and Theming</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/ukqiYLJuaPQ/</link>
            <description>&lt;p&gt;&lt;img style="float: right;" src="http://www.ostraining.com/images/drupal/views.jpg" alt="views" width="200" height="200" /&gt;One of our students is learning Drupal and trying to master Views. They wanted to know how to style different areas of each Views. We wrote this tutorial as an introduction for them to templates and theming for Views.&lt;/p&gt;
&lt;p&gt;As our example, we're going to use the "Front page" view, which is on the defaults available when you first intall Views.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/ukqiYLJuaPQ" height="1" width="1"/&gt;</description>
            <dc:creator>Steve Burge</dc:creator>
            <pubDate>Tue, 02 Apr 2013 06:56:00 +0100</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/views-templates/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/views-templates/</feedburner:origLink></item>
        <item>
            <title>3 Ways to Reorder Drupal Fields</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/mWbrOY1Q4y0/</link>
            <description>&lt;p&gt;&lt;img style="float: right;" src="http://www.ostraining.com/images/ostrainingcom/re-ordering-fields.png" alt="re-ordering-fields" width="200" height="200" /&gt;With all the software we teach, some tasks almost always confuse beginners.&lt;/p&gt;
&lt;p&gt;With Drupal, re-ordering fields is one of those confusing tasks.&lt;/p&gt;
&lt;p&gt;Learning&lt;strong&gt; how&lt;/strong&gt; to re-order Drupal fields is easy. You can re-order fields using an easy drag-and-drop interface.&lt;/p&gt;
&lt;p&gt;What's confusing is learning &lt;strong&gt;where&lt;/strong&gt; to re-order fields.&lt;/p&gt;
&lt;p&gt;By default, there are 3 ways to re-order Drupal fields and none of them are easily marked.&lt;/p&gt;
&lt;p&gt;In this tutorial, we'll show you both how and where to re-order your fields.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/mWbrOY1Q4y0" height="1" width="1"/&gt;</description>
            <dc:creator>Steve Burge</dc:creator>
            <pubDate>Tue, 26 Mar 2013 15:00:12 +0000</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/reordering-fields/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/reordering-fields/</feedburner:origLink></item>
        <item>
            <title>A Look at Commerce Kickstart 2 for Drupal E-commerce</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/uj7gVL8nhNk/</link>
            <description>&lt;p&gt;&lt;img style="float: right;" src="http://www.ostraining.com/images/drupal/CKLogo.png" alt="CKLogo" width="220" height="99" /&gt;&lt;/p&gt;
&lt;!-- Start ScreenSteps Content --&gt;
&lt;div class="LessonContent"&gt;
&lt;div class="LessonSummary"&gt;
&lt;p&gt;We first blogged about Drupal Commerce in late 2011.&lt;/p&gt;
&lt;p&gt;Since then, there have been some huge changes in the Drupal Commerce world.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Drupal Commerce grew enough to pass Ubercart as the most popular shopping solution for Drupal.&lt;/li&gt;
&lt;li&gt;A good number of &lt;a href="http://commerceguys.com/showcase"&gt;large and prestigious sites&lt;/a&gt; moved to Drupal Commerce.&lt;/li&gt;
&lt;li&gt;Commerce Kickstart, their distribution which allows people to get a store up and running quickly, become the most popular Drupal distribution.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Version 2 of Commerce Kickstart was recently released, and it provided a complete redesign. So we decided to take a look.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/uj7gVL8nhNk" height="1" width="1"/&gt;</description>
            <dc:creator>Steve Burge</dc:creator>
            <pubDate>Tue, 05 Mar 2013 20:39:59 +0000</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/commerce-kickstart-2/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/commerce-kickstart-2/</feedburner:origLink></item>
        <item>
            <title>7 of our Favorite Presentations from DrupalCon Sydney</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/2KNYXS5Vpqs/</link>
            <description>&lt;p&gt;&lt;img src="http://www.ostraining.com/images/conferences/DCSYDlogo.png" width="200" height="75" alt="DrupalCon Sydney" style="float: right;" /&gt;At the beginning of February, Australia held the first ever DrupalCon outside of Europe or North America.&lt;/p&gt;
&lt;p&gt;All of the DrupalCon Sydney sessions were taped and put all online, saving you the cost of airfare, hotel and food, although Sydney would have been really nice in February! In fact, the DrupalCon team did an extraordinary job. Not only did they record every session, but they posted videos online within hours of each session ending. &lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/2KNYXS5Vpqs" height="1" width="1"/&gt;</description>
            <dc:creator>Rod Martin</dc:creator>
            <pubDate>Tue, 26 Feb 2013 03:08:36 +0000</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/drupalcon-sydney-favorite-session-videos/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/drupalcon-sydney-favorite-session-videos/</feedburner:origLink></item>
        <item>
            <title>Adding Meta Tags to Drupal Content</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/o_Y54ofvpEg/</link>
            <description>&lt;p&gt;&lt;img src="http://www.ostraining.com/images/drupal/meta-tags.jpg" width="200" height="200" alt="meta-tags" style="float: right;" /&gt;Search engine optimization (SEO) is often at the top of the to-do list when planning a site.&lt;/p&gt;
&lt;p&gt;There was a time when the &amp;lt;meta&amp;gt; tag had been considered one way to help your pages rise to the top of a search engine result. Although that is not always the case anymore, it can still be useful to meta tags available to search engines so they can use it if they choose.&lt;/p&gt;
&lt;p&gt;In this tutorial, we'll explore the Meta tags module, a fast and easy way to add metadata to your nodes, terms, and users.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/o_Y54ofvpEg" height="1" width="1"/&gt;</description>
            <dc:creator>Cindy McCourt</dc:creator>
            <pubDate>Mon, 25 Feb 2013 19:25:27 +0000</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/meta-tags/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/meta-tags/</feedburner:origLink></item>
        <item>
            <title>The State of Drupal 8: After Feature Freeze</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/qsJv2syC3JI/</link>
            <description>&lt;p&gt;&lt;img src="http://www.ostraining.com/images/drupal/d8/icon-d8-100.png" width="100" height="95" alt="icon-d8-100" style="float: right;" /&gt;Over the last year, we've been covering the Drupal community's progress towards releasing Drupal 8.&lt;/p&gt;
&lt;p&gt;Planning for Drupal 8 started years ago, but new features were added up until this weekend when "Feature Freeze" finally arrived.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ostraining.com/blog/drupal/drupal-8-feature-freeze/"&gt;In our first update in November&lt;/a&gt;,&amp;nbsp;we showed that&amp;nbsp;the core file structure has changed, plus there were over 15 new modules including Views.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ostraining.com/blog/drupal/drupal-8-december/"&gt;In the second update in December&lt;/a&gt;,&amp;nbsp;we pointed out a new toolbar, inline editing, cleaner interfaces and improved multi-lingual features. Now that the feature freeze has passed, let's take another look at the state of Drupal 8.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/qsJv2syC3JI" height="1" width="1"/&gt;</description>
            <dc:creator>Steve Burge</dc:creator>
            <pubDate>Tue, 19 Feb 2013 20:14:10 +0000</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/drupal-8-february/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/drupal-8-february/</feedburner:origLink></item>
        <item>
            <title>Improving Drupal User Profiles with Profile2</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/oM8r-snWjBs/</link>
            <description>&lt;p&gt;&lt;img src="http://www.ostraining.com/images/drupal/drupal-profile2.jpg" width="200" height="200" alt="drupal-profile2" style="float: right;" /&gt;Drupal 7 has made it easy for you to allow your site users to share information about themselves. User accounts are now "&lt;a href="http://www.ostraining.com/blog/drupal/entities/"&gt;entities&lt;/a&gt;" which means that you can add fields to them, just as with content.&lt;/p&gt;
&lt;p&gt;You can add user profile fields for names, email addresses, phone numbers, resumes or whatever else you might need.&lt;/p&gt;
&lt;p&gt;However, there are some limitations to the core user profile. What happens if you don't want user accounts visible to the public? What happens if you need different profiles for different areas of your site?&lt;/p&gt;
&lt;p&gt;The answer is the Profile2 module.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/oM8r-snWjBs" height="1" width="1"/&gt;</description>
            <dc:creator>Cindy McCourt</dc:creator>
            <pubDate>Wed, 06 Feb 2013 20:04:53 +0000</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/profile2/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/profile2/</feedburner:origLink></item>
        <item>
            <title>Applying Drupal Patches (for Non-Coders)</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/8YxOMDv0q4E/</link>
            <description>&lt;p&gt;&lt;img src="http://www.ostraining.com/images/drupal/ost-blog-drupal-patch.jpeg" width="200" height="200" alt="ost blog drupal patch" style="float: right;" /&gt;&lt;/p&gt;
&lt;!-- Start ScreenSteps Content --&gt;
&lt;div class="LessonContent"&gt;
&lt;div class="LessonSummary"&gt;
&lt;p&gt;Have you ever updated your Drupal site only to suddenly have errors?&lt;/p&gt;
&lt;p&gt;If you use Drupal regularly, this will happen to you at some point. However, one of the good things about using Drupal is there are so many other users that someone else may well have found and solved the error.&lt;/p&gt;
&lt;p&gt;One common way to solve an error is with a patch. A patch changes the code on your site, but only by editing a file rather than providing a complete update.&lt;/p&gt;
&lt;p&gt;Many of the available instructions for applying patches ask you to use an application called Git and to use command line instructions. These instructions can be intimidating, so we're going to show you how non-coders can safely and effectively apply patches.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/8YxOMDv0q4E" height="1" width="1"/&gt;</description>
            <dc:creator>Cindy McCourt</dc:creator>
            <pubDate>Mon, 04 Feb 2013 16:52:30 +0000</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/patches/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/patches/</feedburner:origLink></item>
        <item>
            <title>How to use Drupal's Context Module</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/CNN1BrquHNo/</link>
            <description>&lt;p&gt;"If ..., then ..." is one of the most commonly used phrases in the world of software development and, I suppose, in life:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;If the sky is blue, then it probably won't rain.&lt;/li&gt;
&lt;li&gt;If I learn Drupal, then I'll make lots of money.&lt;/li&gt;
&lt;li&gt;If the webpage URL includes "services" in the path, then display the block called Services.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In this blog, we are going to introduce to you to the Context module, which puts the power of "If ..., then ..." into your hands.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/CNN1BrquHNo" height="1" width="1"/&gt;</description>
            <dc:creator>Cindy McCourt</dc:creator>
            <pubDate>Mon, 28 Jan 2013 08:29:09 +0000</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/context-tutorial/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/context-tutorial/</feedburner:origLink></item>
        <item>
            <title>Change Drupal Folder and File Permissions</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/Z5cheEab-QY/</link>
            <description>&lt;div class="LessonContent"&gt;
&lt;div class="LessonSummary"&gt;
&lt;p&gt;&lt;img src="http://www.ostraining.com/images/ostrainingcom/permissions.jpeg" width="200" height="200" alt="permissions" style="float: right;" /&gt;Sometimes when you're trying to modify files or folders on your Drupal site, you'll be faced with error messages that will look like this:&lt;/p&gt;
&lt;p&gt;"553 Can't open that file: permission denied"&lt;/p&gt;
&lt;p&gt;One of our students wanted to know why they were getting this message about being denied.&lt;/p&gt;
&lt;p&gt;What are permissions and how can you fix this problem? Read on ...&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/Z5cheEab-QY" height="1" width="1"/&gt;</description>
            <dc:creator>Steve Burge</dc:creator>
            <pubDate>Sun, 27 Jan 2013 19:40:07 +0000</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/permissions/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/permissions/</feedburner:origLink></item>
        <item>
            <title>Multiple image uploads in Drupal with Plupload</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/8SXI-TSXLxM/</link>
            <description>&lt;!-- Start ScreenSteps Content --&gt;
&lt;div class="LessonContent"&gt;
&lt;div class="LessonSummary"&gt;
&lt;p&gt;One of our students was setting up a photo gallery and asked:&lt;/p&gt;
&lt;p&gt;"I was wondering what module you think would best enable my site members to upload multiple photographs at once."&lt;/p&gt;
&lt;p&gt;There are several ways to do this with Drupal. We're going to show you one option that uses a script called Plupload.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/8SXI-TSXLxM" height="1" width="1"/&gt;</description>
            <dc:creator>Steve Burge</dc:creator>
            <pubDate>Thu, 10 Jan 2013 20:48:10 +0000</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/multiple-image-uploads/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/multiple-image-uploads/</feedburner:origLink></item>
        <item>
            <title>Node Option Premium: full Drupal content for specific users only</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/BYlrk_FlUpA/</link>
            <description>&lt;p&gt;Node Option Premium is a module for people who want to encourage visitors to register on their site.&lt;/p&gt;
&lt;p&gt;Node Option Premium lets you show a content teaser to the public but show the full content only to people who are logged in and have a certain role. This is typical of the strategy used by many newspapers and magazines with their paywall.&lt;/p&gt;
&lt;p&gt;In this tutorial, we'll demonstrate how to use this simple, yet effective module.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/BYlrk_FlUpA" height="1" width="1"/&gt;</description>
            <dc:creator>Ed Andrea</dc:creator>
            <pubDate>Mon, 07 Jan 2013 20:24:00 +0000</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/node-option-premium/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/node-option-premium/</feedburner:origLink></item>
        <item>
            <title>Using Drupal's Advanced Forum Module</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/vteDIUW-WVo/</link>
            <description>&lt;!-- Start ScreenSteps Content --&gt;
&lt;div class="LessonContent"&gt;
&lt;div class="LessonSummary"&gt;
&lt;p&gt;Drupal's core forum module has been around for a long, long time. It was first introduced back into Drupal 3 in 2001!&lt;/p&gt;
&lt;p&gt;The forum module is fairly basic but it has proven reliable enough to handle some large sites such as &lt;a href="http://drupal.org/forum"&gt;http://drupal.org/forum&lt;/a&gt;.&amp;nbsp;However, the module does lack many of the more advanced features that you'd expect to see in today's forums such as VBulletin and phpBB.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you want a more powerful forum in your Drupal site, we recommend Advanced Forum. The Advanced Forum module has many of the same features as&amp;nbsp;VBulletin and phpBB, but it's also tightly integrated into Drupal.&lt;/p&gt;
&lt;p&gt;In this tutorial, we'll show you through how to install, configure and use Advanced Forum.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/vteDIUW-WVo" height="1" width="1"/&gt;</description>
            <dc:creator>Cindy McCourt</dc:creator>
            <pubDate>Mon, 31 Dec 2012 16:33:45 +0000</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/advanced-forum/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/advanced-forum/</feedburner:origLink></item>
        <item>
            <title>The State of Drupal 8: Toolbar, Inline Editing, Languages</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/fm6yxpLEWcY/</link>
            <description>&lt;!-- Start ScreenSteps Content --&gt;
&lt;div class="LessonContent"&gt;
&lt;div class="LessonSummary"&gt;
&lt;p&gt;&lt;img src="http://www.ostraining.com/images/drupal/d8/icon-d8-100.png" width="100" height="95" alt="icon-d8-100" style="float: right;" /&gt;Over the last few months, we've been covering the Drupal community's progress towards releasing Drupal 8.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ostraining.com/blog/drupal/drupal-8-feature-freeze/"&gt;Our last update was a month ago&lt;/a&gt;. I explained that the core file structure had changed, plus there were over 15 new modules including Views.&lt;/p&gt;
&lt;p&gt;Since that update, the first major deadline has arrived. Feature freeze was in the beginning of December, although that deadline slipped a little, and we can still expect new features until February.&lt;/p&gt;
&lt;p&gt;However, lots of great new features have arrived in the last month, and so let's take another look at the state of Drupal 8.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/fm6yxpLEWcY" height="1" width="1"/&gt;</description>
            <dc:creator>Steve Burge</dc:creator>
            <pubDate>Mon, 24 Dec 2012 05:14:53 +0000</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/drupal-8-december/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/drupal-8-december/</feedburner:origLink></item>
        <item>
            <title>Drupal Entities: Adding Fields to Comments, Terms, and Users</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/yRVgGSBCiqU/</link>
            <description>&lt;!-- Start ScreenSteps Content --&gt;
&lt;div class="LessonContent"&gt;
&lt;div class="LessonSummary"&gt;
&lt;p&gt;In this blog post we're going to introduce you to Drupal entities and how they make site building easier.&lt;/p&gt;
&lt;p&gt;In Drupal 6, there was a big difference between how Drupal handled different types of content. Nodes, comments, terms and users were all technically "content", but Drupal treated them all differently.&lt;/p&gt;
&lt;p&gt;What happend with Drupal 7 is that we started to treat nodes, comments, terms and users in the same way. No longer was there a big difference between them.&lt;/p&gt;
&lt;p&gt;Each individual node, user, term and comment is now called an &lt;strong&gt;entity&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Nodes, comments, terms and users are now called &lt;strong&gt;entity types&lt;/strong&gt;. The image below from Heather James on Drupal.org shows some "entity types" in Drupal 7&lt;/p&gt;
&lt;/div&gt;
&lt;div class="LessonStep top"&gt;
&lt;div class="StepImage"&gt;&lt;img src="http://www.ostraining.com/images/steve/media_1355934480087.png" width="540" height="156" alt="media_1355934480087.png" /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/yRVgGSBCiqU" height="1" width="1"/&gt;</description>
            <dc:creator>Cindy McCourt</dc:creator>
            <pubDate>Wed, 19 Dec 2012 16:34:05 +0000</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/entities/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/entities/</feedburner:origLink></item>
        <item>
            <title>Control Who Can View Drupal Nodes: Content Access</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/eYdcVradtNE/</link>
            <description>&lt;!-- Start ScreenSteps Content --&gt;
&lt;div class="LessonContent"&gt;
&lt;div class="LessonStep top"&gt;
&lt;div class="StepInstructions"&gt;
&lt;p&gt;Sometimes in Drupal there are many solutions to a problem.&lt;/p&gt;
&lt;p&gt;One such problem is controlling who can see which content on your site.&lt;/p&gt;
&lt;p&gt;Although Drupal comes with 5 permissions for content, none of them deal with access. Here are the 5 default permissions:&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="LessonStep top"&gt;
&lt;div class="StepImage"&gt;&lt;img src="http://www.ostraining.com/images/steve/media_1355779199660.png" width="227" height="190" alt="media_1355779199660.png" /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/eYdcVradtNE" height="1" width="1"/&gt;</description>
            <dc:creator>Steve Burge</dc:creator>
            <pubDate>Mon, 17 Dec 2012 20:33:11 +0000</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/content-access/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/content-access/</feedburner:origLink></item>
        <item>
            <title>Control Who Can View Drupal Nodes: Taxonomy Access Control</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/uhMNof_FxPE/</link>
            <description>&lt;div class="LessonStep top"&gt;
&lt;div class="StepInstructions"&gt;
&lt;p&gt;In &lt;a href="http://www.ostraining.com/blog/drupal/content-access/"&gt;another tutorial this week&lt;/a&gt;, we talked about a major hole in Drupal's permissions system.&lt;/p&gt;
The hole is that Drupal allows you to control who can create, edit and delete content but not who can view it.
&lt;p&gt;Because this problem impacts a lot of sites, there are a lot of available solutions. In that other tutorial, we recommended the Content Access module. In this tutorial, we're going to recommend the Taxonomy Access Control module.&lt;/p&gt;
&lt;p&gt;What's the difference?&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/uhMNof_FxPE" height="1" width="1"/&gt;</description>
            <dc:creator>Steve Burge</dc:creator>
            <pubDate>Mon, 17 Dec 2012 02:34:30 +0000</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/taxonomy-access/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/taxonomy-access/</feedburner:origLink></item>
        <item>
            <title>The State of Drupal 8: Before the Feature Freeze</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/RlKlOBBOtCs/</link>
            <description>&lt;!-- Start ScreenSteps Content --&gt;
&lt;div class="LessonContent"&gt;
&lt;div class="LessonSummary"&gt;
&lt;p&gt;&lt;img src="http://www.ostraining.com/images/drupal/d8/icon-d8-100.png" width="100" height="95" alt="icon-d8-100" style="float: right;" /&gt;Over the last few months, we've been covering the Drupal community's progress towards releasing Drupal 8.&lt;/p&gt;
&lt;p&gt;Now that the first major deadline is only a week away, it's time to provide another update.&lt;/p&gt;
&lt;p&gt;What's the state of Drupal 8?&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/RlKlOBBOtCs" height="1" width="1"/&gt;</description>
            <dc:creator>Steve Burge</dc:creator>
            <pubDate>Wed, 21 Nov 2012 13:15:55 +0000</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/drupal-8-feature-freeze/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/drupal-8-feature-freeze/</feedburner:origLink></item>
        <item>
            <title>Magic Quotes Error With Drupal 8 Installation</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/Bu9xudqb5e4/</link>
            <description>&lt;p&gt;We've had a few members start to test Drupal 8 and several ran into a problem during the installation.&lt;/p&gt;
&lt;p&gt;Basically their hosting service is out-of-date or incorrectly set up. During the installation they get an error message saying that something called "Magic Quotes" isn't supported.&lt;/p&gt;
&lt;p&gt;Here's an explanation of that problem and how you can fix it.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/Bu9xudqb5e4" height="1" width="1"/&gt;</description>
            <dc:creator>Steve Burge</dc:creator>
            <pubDate>Mon, 19 Nov 2012 05:00:00 +0000</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/drupal-8-magic-quotes/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/drupal-8-magic-quotes/</feedburner:origLink></item>
        <item>
            <title>Automatically Generating Node Titles in Drupal</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/Jm_ez0nuPWc/</link>
            <description>&lt;!-- Start ScreenSteps Content --&gt;
&lt;div class="LessonContent"&gt;
&lt;div class="LessonSummary"&gt;
&lt;p&gt;It's fairly common to replace the title field in Drupal.&lt;/p&gt;
&lt;p&gt;There are many possible reasons to replace the title, but most of them come down to this ... the title field is not very flexible.&lt;/p&gt;
&lt;p&gt;To take just one example, imagine that you're adding a directory of your staff members to your site. Presumably, you'd like the person's name to be the title of each page. However, because the title field only consists of a text field with 255 characters, you can't have close control over what people enter. The solution is to replace the default title with specific "First Name" and "Last Name" fields.&lt;/p&gt;
&lt;p&gt;So, here's how to automatically generate titles in Drupal 7.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/Jm_ez0nuPWc" height="1" width="1"/&gt;</description>
            <dc:creator>Steve Burge</dc:creator>
            <pubDate>Tue, 13 Nov 2012 02:58:46 +0000</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/automatic-node-titles/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/automatic-node-titles/</feedburner:origLink></item>
        <item>
            <title>Add a Spellchecker to Your Drupal WYSIWYG Editor</title>
            <link>http://feedproxy.google.com/~r/ostrainingdrupal/~3/X2tVJQOpm7U/</link>
            <description>&lt;!-- Start ScreenSteps Content --&gt;
&lt;div class="LessonContent"&gt;
&lt;div class="LessonSummary"&gt;
&lt;p&gt;&lt;img src="http://www.ostraining.com/images/steve/media_1351720011109.png" width="204" height="111" alt="media_1351720011109.png" style="float: right;" /&gt;Most of us are used to having a spellchecker when we type. If we use Microsoft Word, Google Docs and most other writing tools, you're used to seeing a red line under your spelling mistakes.&lt;/p&gt;
&lt;p&gt;If you'd like to add a similar spellchecker to your Drupal WYSIWYG editor, here's how to do it ...&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ostrainingdrupal/~4/X2tVJQOpm7U" height="1" width="1"/&gt;</description>
            <dc:creator>Steve Burge</dc:creator>
            <pubDate>Thu, 01 Nov 2012 14:45:49 +0000</pubDate>
            <guid isPermaLink="false">http://www.ostraining.com/blog/drupal/spellchecker/</guid>
        <feedburner:origLink>http://www.ostraining.com/blog/drupal/spellchecker/</feedburner:origLink></item>
    </channel>
</rss>
