<?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>Monday By Noon &#187; install</title>
	<atom:link href="http://mondaybynoon.com/tag/install/feed/" rel="self" type="application/rss+xml" />
	<link>http://mondaybynoon.com</link>
	<description>A resource for Web designers and developers to read about and discuss their craft.</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:49:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>&#8226; Pods Basics: Installation and Setup</title>
		<link>http://mondaybynoon.com/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmondaybynoon.com%2F20100104%2Fpods-basics-installation-and-setup%2F&#038;seed_title=%26%238226%3B+Pods+Basics%3A+Installation+and+Setup</link>
		<comments>http://mondaybynoon.com/20100104/pods-basics-installation-and-setup/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 07:13:20 +0000</pubDate>
		<dc:creator>Jonathan Christopher</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Workbench]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Pods]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://mondaybynoon.com/?p=677</guid>
		<description><![CDATA[Pods CMS for WordPress is quite easy to work with once you overcome the initial learning curve. In this article I'll walk you through the installation and setup of your first Pod.<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=677&c=1788902702' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=677&c=1788902702' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></description>
			<content:encoded><![CDATA[<p>Installing <a href="http://pods.uproot.us/">Pods</a> is equally easy as installing any other WordPress plugin. You can either use the built in admin installer, or upload the plugin files to your <code>plugins</code> directory. Once installed, go ahead and activate Pods. You may receive a not-so-pretty notice letting you know that you need to modify your <code>.htaccess</code> file. This is so Pods Pages can work properly using SEO friendly slugs (just like WordPress does). Pods offers a text file from which you can copy an acceptable <code>.htaccess</code> file, and even tells you where the file needs to be on your server.</p>
<p>Once installed, Pods gives itself an entry in the admin sidebar:</p>
<p><img src="/images/pods/basics/01-pods-home.jpg" alt="Pods in the WordPress Admin" /></p>
<p>Under the Pods entry in the sidebar are a number of additional links.</p>
<dl>
<dt>Browse Content</dt>
<dd>Allows you to browse all the content in the Pods database tables.</dd>
<dt>Package Manager</dt>
<dd>Pods has a built in import/export system which allows your existing Pods to be portable.</dd>
<dt>Menu Editor</dt>
<dd>Pods also allows you to build a navigation structure based on your existing Pods much like WordPress Pages.</dd>
<dt>Add country, Add state</dt>
<dd>These are existing Pods included by default. You can manage the Pod content using these links.</dd>
</dl>
<h2>How to create a Pod</h2>
<p>I define the need for a Pod when a website has a particular section of pages (or even a single page) that requires a specific set of fields having to do with the subject at hand. As an example, we&#8217;ll go ahead and create a Team Pod that will house the various details about company team members. The First step is to Add the Pod by clicking Pods up top, and then Add new Pod:</p>
<p><img src="/images/pods/basics/02-add-pod.jpg" alt="Adding a Pod" /></p>
<p><strong>Note:</strong> When creating a Pod, the name <em>must</em> be lowercase, no special characters or spaces.</p>
<p>After you&#8217;ve created your Pod, your instantly brought to the Pod manager. Here is where you&#8217;ll define what fields your Pod has, as well as a few settings regarding the Pod itself:</p>
<p><img src="/images/pods/basics/03-pod-manager.jpg" alt="The Pod Manager" /></p>
<p>By default, Pods will add a name field (which is permanently required) as well as a <code>desc</code> (description) field. The available fields in Pods are as follows:</p>
<dl>
<dt>Date</dt>
<dd>Required to be a date</dd>
<dt>Number</dt>
<dd>Validated as a number</dd>
<dt>Boolean</dt>
<dd>Renders as a checkbox to the user</dd>
<dt>Single Line Text</dt>
<dd>Generic single line text box</dd>
<dt>Paragraph Text</dt>
<dd>Multiline text box with HTML formatting</dd>
<dt>Code</dt>
<dd>Multiline code field</dd>
<dt>File Upload</dt>
<dd>Ties in directly with the WordPress Media library, also allows you to upload new media directly</dd>
<dt>Permalink (slug)</dt>
<dd>Automatic slug generation for each Pod entry</dd>
<dt>Relationship (pick)</dt>
<dd>Allows the Pod entry to be linked to another Pod or a WordPress object (Page, Post, User)</dd>
</dl>
<p>With this being a basics-only tutorial, the last bit which will be useful when first working with Pods is the Attributes section of the field. Using the available check boxes, you can make a field required (can&#8217;t be empty) or unique (can&#8217;t duplicate the data entered in another entry).</p>
<h3>Adding fields to your Pod</h3>
<p>You can add as many columns (fields) to your Pod as you&#8217;d like. For our example purpose, we&#8217;ll add the following columns (name already present by default):</p>
<ul>
<li><strong>Job Title</strong>: single line text</li>
<li><strong>Photo</strong>: file upload</li>
<li><strong>Bio</strong>: paragraph text</li>
<li><strong>Employee of the Month</strong>: boolean</li>
<li><strong>Permalink (optional)</strong>: permalink (slug)</li>
</ul>
<p>When adding columns, do yourself a favor and make the name both easy to type as well as easy to remember. No spaces, all lowercase, no special characters. Pods provides a Label field for us to better describe the column to our user:</p>
<p><strong>Note:</strong> You&#8217;ll notice that we&#8217;re using a Permalink column in this Pod. Permalinks work in the same way as in WordPress itself. I&#8217;ve purposely labeled this column as <em>optional</em> primarily because the word itself confuses clients. Additionally, Pods will automatically generate a slug when the Pod is submitted if nothing is filled out. No harm, no foul.</p>
<p><img src="/images/pods/basics/04-pod-column-label.jpg" alt="The Pod Column Label" /></p>
<p>When all of our columns are added, we can reorder our fields by dragging the arrow icon and clicking Save settings, we can edit a single column by clicking the pencil icon, and we can remove a field by clicking the appropriate red X. We&#8217;ll go ahead and remove the <code>body</code> field if you haven&#8217;t already, and be left with the fields we&#8217;d like to work with:</p>
<p><img src="/images/pods/basics/05-team-fields.jpg" alt="All of our fields in the Pod" /></p>
<p><strong>Note:</strong> Pods uses AJAX <em>a lot</em>. When reordering columns, you&#8217;ll need to hit Save settings in order for that change to be applied. Additionally, when creating new Pods, entries in the sidebar will not appear until you&#8217;ve refreshed the page. It&#8217;s sometimes a recurring theme, but the AJAX is helpful as it allows you to rapidly build your Pod without having to wait for page refreshes every time. I imagine this will be improved upon where possible in further releases.</p>
<h2>Managing the content stored in your Pods</h2>
<p>Setting up your Pod is only one-third of the process. After getting your columns in order, you need to populate some data to work with. This also gives you great insight regarding what your client will see when they manage their data. If you hit the Pods link in the sidebar to force a page refresh, you&#8217;ll notice a new entry at the bottom:</p>
<p><img src="/images/pods/basics/06-team-entry.jpg" alt="Our new Team entry in the sidebar" /></p>
<p>Clicking this new entry will allow us to manage the content within our new Pod.</p>
<p><img src="/images/pods/basics/07-add-team-member.jpg" alt="The Edit Pod screen" /></p>
<p>Clicking Save changes will save all the data to our Pod for reference in our theme. If you hit the Browse button at the top of the edit screen, you&#8217;re shown a listing of all <code>team</code> entries:</p>
<p><img src="/images/pods/basics/08-browse-team-members.jpg" alt="Browsing Pods entries" /></p>
<p>Isn&#8217;t that much better than creating a generic WordPress page? You can order your Pods entries by the available columns, and limit the listing by narrowing the search as you can when browsing other WordPress data tables in the admin.</p>
<h3>Integrating your Pods a bit more</h3>
<p>Pods allows you to make managing this content that much more straightforward. If you edit the <code>team</code> Pod we just created by clicking Pods (in the sidebar), then the Pods tab up top, and choose team from the dropdown, our <code>team</code> fields will be loaded and we can maintain the various attributes of this Pod. What we&#8217;re going to do is mark this Pod as a Top Level Menu. What that means is that our Pod will now show up as its own entry in the WordPress admin sidebar, as opposed to being a subentry under the Pods heading. To make this change, simply check off that this pod is indeed a Top Level Menu, and give it a Menu Label:</p>
<p><img src="/images/pods/basics/09-top-level-menu.jpg" alt="Make our Pod a Top Level Menu" /></p>
<p>Once you&#8217;ve filled out the label, you can go ahead and click <strong>Save settings</strong>. We&#8217;ll again hit the Pods entry in the sidebar on the left, and you&#8217;ll notice that we now have a dedicated entry for our Teams Pod. Awesome!</p>
<p><img src="/images/pods/basics/10-top-level-menu.jpg" alt="Our Teams Pod as a top level menu" /></p>
<p>Implementing your Pod on this level will help your user to better make sense of how to manage the content of this custom data set.</p>
<h2>Limiting access to Pods</h2>
<p>One of my favorite features about Pods is that it gives you fine grained control when determining who will be able to manage what when it comes to your Pods content. Using the Roles panel, you can give user accounts access to certain Pods and remove access from others. The feature comes in really handy when taking advantage of the various user <a href="http://codex.wordpress.org/Roles_and_Capabilities">Roles</a> WordPress provides. You can manage this access by clicking Pods on the left in the sidebar, and then hitting the Roles tab up top:</p>
<p><img src="/images/pods/basics/11-roles.jpg" alt="The Roles feature in Pods" /></p>
<p>Now that we&#8217;ve set up our Pod and added a bit of data to it, the next article in this Pods CMS Series will guide you through pulling the data for use in your theme.</p>
<h4>The Pods CMS Series on <abbr title="Monday By Noon">MBN</abbr></h4>
<p>This article is the <strong>second</strong> in a series for Monday By Noon dedicated to <a href="http://pods.uproot.us/">Pods CMS</a>.</p>
<ol>
<li><a href="/2010/01/04/introduction-to-pods-cms-wordpress/">An Overview of and Introduction to Pods CMS for WordPress</a></li>
<li><a href="/2010/01/04/pods-basics-installation-and-setup/">Pods Basics: Installation and Setup</a></li>
<li><a href="/2010/01/04/pulling-pods-data/">Pods Basics: Pulling Pods Data to your Theme</a></li>
<li><a href="/2010/01/04/pods-ui-intro/">Pods UI: The Latest and Greatest Addition to Pods</a></li>
<li><a href="/2010/01/11/how-to-use-pick-columns-relationships-in-pods/">How to use Pick Columns (Relationships) in Pods</a></li>
<li><a href="/2010/01/25/pods-pagination-sorting/">The Last of the Pods Basics: Pagination and Sorting</a></li>
</ol>
<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=677&c=2082846946' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=677&c=2082846946' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></content:encoded>
			<wfw:commentRss>http://mondaybynoon.com/20100104/pods-basics-installation-and-setup/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 1/48 queries in 0.050 seconds using apc
Object Caching 468/521 objects using apc

Served from: www.mondaybynoon.com @ 2012-02-11 08:48:12 -->
