<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="http://forumone.com/blogs" xmlns:media="http://search.yahoo.com/mrss/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Technology at Forum One</title>
    <link>http://forumone.com/blogs</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Conditional Fields and Display Suite</title>
    <link>http://forumone.com/blogs/post/conditional-fields-and-display-suite</link>
    <description>&lt;p&gt;As part of our normal Drupal process we use both &lt;a href=&quot;https://drupal.org/project/ds&quot; target=&quot;_blank&quot;&gt;Display Suite&lt;/a&gt;&amp;nbsp;(DS) and &lt;a href=&quot;https://drupal.org/project/conditional_fields&quot;&gt;Conditional Fields&lt;/a&gt;&amp;nbsp;frequently. While building out a site I ran into a very strange issue, when I was trying to output a field through DS it just wasn&#039;t showing up. I tried playing around with the formatters, label, etc. ... and nothing changed. So I fired up xdebug and took a look at the render array coming through and, yep, the field was in there. But &#039;#access&#039; was set to false.&lt;div class=&quot;field field-type-text field-field-short-description&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;&amp;nbsp;Display Suite and Conditional Fields are hugely useful modules. There are some times when they don&#039;t always play nicely together. Here&#039;s one example of where they don&#039;t and how to fix it.&lt;/p&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;http://forumone.com/blogs/post/conditional-fields-and-display-suite&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
     <comments>http://forumone.com/blogs/post/conditional-fields-and-display-suite#comments</comments>
 <category domain="http://forumone.com/category/blog/technology">Technology</category>
 <category domain="http://forumone.com/category/technology-blog-categories/drupal">Drupal</category>
 <pubDate>Sun, 27 Apr 2014 14:19:15 +0000</pubDate>
 <dc:creator>William Hurley</dc:creator>
 <guid isPermaLink="false">6984 at http://forumone.com</guid>
  </item>
  <item>
    <title>A Closer Look at Entity Forms</title>
    <link>http://forumone.com/blogs/post/closer-look-entity-forms</link>
    <description>&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: Arial; white-space: pre-wrap;&quot;&gt;Almost every project we work on requires a method for capturing user information.&amp;nbsp;In most cases we have a Contact form and in more general purposes the client requires additional forms for various reasons. In the past our go to for creating forms was the Webforms module.&amp;nbsp;As requirements have changed, so has the need for a web form solution that is exportable using Features.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id=&quot;docs-internal-guid-8fa455eb-e00c-09e1-f163-d006d5bf936d&quot;&gt; &lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;field field-type-text field-field-short-description&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: Arial; white-space: pre-wrap;&quot;&gt;Almost every project we work on requires a method for capturing user information.&amp;nbsp;In most cases we have a Contact form and in more general purposes the client requires additional forms for various reasons. In the past our go to for creating forms was the Webforms module. As requirements have changed, so has the need for a web form solution that is exportable using Features. In this series we will be walking taking a closer look at Entityforms.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;http://forumone.com/blogs/post/closer-look-entity-forms&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
     <comments>http://forumone.com/blogs/post/closer-look-entity-forms#comments</comments>
 <category domain="http://forumone.com/category/blog/technology">Technology</category>
 <category domain="http://forumone.com/category/technology-blog-categories/drupal">Drupal</category>
 <pubDate>Fri, 28 Mar 2014 17:27:40 +0000</pubDate>
 <dc:creator>Chaz Chumley</dc:creator>
 <guid isPermaLink="false">6985 at http://forumone.com</guid>
  </item>
  <item>
    <title>5 Lessons Learned for Content Migration</title>
    <link>http://forumone.com/blogs/post/5-lessons-learned-content-migration</link>
    <description>&lt;p&gt;This past fall I undertook my first content migration effort. This was to migrate an existing site from Expression Engine to Drupal 7. I immediately began looking at the &lt;a href=&quot;https://drupal.org/project/migrate&quot;&gt;Migrate module&lt;/a&gt;&amp;nbsp;to learn it&#039;s use and here are some lessons I learned along the way.&lt;/p&gt;
&lt;p&gt;First of all, be aware that migrate is a module for developers. It does have a user interface, but this is merely to run the import process. All the real action happens in the code, so you will need to be familiar with object oriented programming in PHP.&lt;/p&gt;&lt;div class=&quot;field field-type-text field-field-short-description&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;Five practical Drupal lessons learned during a recent content migration effort.&lt;/p&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;http://forumone.com/blogs/post/5-lessons-learned-content-migration&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
     <comments>http://forumone.com/blogs/post/5-lessons-learned-content-migration#comments</comments>
 <category domain="http://forumone.com/category/blog/technology">Technology</category>
 <category domain="http://forumone.com/category/technology-blog-categories/content-management-systems">Content Management Systems</category>
 <category domain="http://forumone.com/category/technology-blog-categories/drupal">Drupal</category>
 <pubDate>Thu, 06 Mar 2014 14:16:05 +0000</pubDate>
 <dc:creator>John Brandenburg</dc:creator>
 <guid isPermaLink="false">6937 at http://forumone.com</guid>
  </item>
  <item>
    <title>Introducing the Pane Module</title>
    <link>http://forumone.com/blogs/post/introducing-pane-module</link>
    <description>&lt;p&gt;There are a couple of scenarios we see on pretty much any Drupal-powered website we work on. The first and foremost among those is often that our client wants to, you know, actually be able to easily manage their content. At the same time we need to be able to fit their content into the information architecture and design of the site. When we&#039;re talking about entities, nodes, and taxonomy terms it is pretty easy for content managers to go in and edit content. But what about little blocks of text on the home page, in the footer &amp;ndash; or featured call-outs on various pages?&lt;div class=&quot;field field-type-text field-field-short-description&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;We needed a way to have areas of content on pages that we could create, design and export and that our client could then take over and edit as they wanted. None of the modules out there quite fit the bill so we wrote the &lt;a target=&quot;_blank&quot; href=&quot;https://drupal.org/project/pane&quot;&gt;Pane&lt;/a&gt; module.&lt;/p&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;http://forumone.com/blogs/post/introducing-pane-module&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
     <comments>http://forumone.com/blogs/post/introducing-pane-module#comments</comments>
 <category domain="http://forumone.com/category/blog/technology">Technology</category>
 <category domain="http://forumone.com/category/technology-blog-categories/content-management-systems">Content Management Systems</category>
 <category domain="http://forumone.com/category/technology-blog-categories/drupal">Drupal</category>
 <pubDate>Fri, 31 Jan 2014 15:28:31 +0000</pubDate>
 <dc:creator>William Hurley</dc:creator>
 <guid isPermaLink="false">6940 at http://forumone.com</guid>
  </item>
  <item>
    <title>Manually Migrating Comments from Drupal to Disqus</title>
    <link>http://forumone.com/blogs/post/manually-migrating-comments-drupal-disqus</link>
    <description>&lt;p&gt;&lt;img src=&quot;/sites/default/files/u/drupal-to-disqus-comment-migration-fb.jpg&quot; alt=&quot;Migrating comments from Drupal to Disqus&quot; width=&quot;200&quot; height=&quot;200&quot; align=&quot;right&quot; /&gt;Even if you&#039;ve never heard of&amp;nbsp;&lt;a href=&quot;http://disqus.com&quot;&gt;Disqus&lt;/a&gt;&amp;nbsp;before, you&#039;ve almost certainly seen it. With slick social integration, support for a variety of platforms (including WordPress, Blogger, Tumblr, and Drupal) and a rapidly expanding user base, Disqus has become one of the most popular hosting services for website comments.&lt;div class=&quot;field field-type-text field-field-short-description&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;There are two primary ways to migrate comments from Drupal to Disqus. The API way that automates the whole process by directly connecting to Disqus from Drupal and moves the comments for you. The second way is an XML export tool that Disqus migrate provides to migrate comments from Drupal in XML format which you can import into Disqus manually which is what I will show you how to do.&lt;/p&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;http://forumone.com/blogs/post/manually-migrating-comments-drupal-disqus&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
     <comments>http://forumone.com/blogs/post/manually-migrating-comments-drupal-disqus#comments</comments>
 <category domain="http://forumone.com/category/blog/technology">Technology</category>
 <category domain="http://forumone.com/category/technology-blog-categories/content-management-systems">Content Management Systems</category>
 <category domain="http://forumone.com/category/technology-blog-categories/drupal">Drupal</category>
 <category domain="http://forumone.com/category/technology-blog-categories/open-source-software">Open Source Software</category>
 <category domain="http://forumone.com/category/technology-blog-categories/social-software">Social Software</category>
 <category domain="http://forumone.com/category/technology-blog-categories/web-development">Web Development</category>
 <pubDate>Fri, 17 Jan 2014 19:32:14 +0000</pubDate>
 <dc:creator>Keenan Holloway</dc:creator>
 <guid isPermaLink="false">6929 at http://forumone.com</guid>
  </item>
  <item>
    <title>How to Create Front-end Edit Forms Using Gravity Forms</title>
    <link>http://forumone.com/blogs/post/how-create-front-end-edit-forms-using-gravity-forms</link>
    <description>&lt;p&gt;You may already know about Gravity Forms &amp;ndash; the popular WordPress plugin for creating front-end input forms (typical use cases include contact forms, surveys, etc.). But what you may not know is that Gravity Forms can also be used for submitting posts and custom Post Type items. This allows for some exciting possibilities, with one noticeable wrinkle: &lt;em&gt;the Gravity Forms plugin does not include the ability to edit existing entries.&lt;/em&gt; But thankfully, as is the case with many plugins, Gravity Forms includes plenty of hooks to allow users to extend functionality.&lt;div class=&quot;field field-type-text field-field-short-description&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;Learn how you can extend your WordPress Gravity Forms to save, add, and edit post entries using a new plugin.&lt;/p&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;http://forumone.com/blogs/post/how-create-front-end-edit-forms-using-gravity-forms&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
     <comments>http://forumone.com/blogs/post/how-create-front-end-edit-forms-using-gravity-forms#comments</comments>
 <category domain="http://forumone.com/category/blog/technology">Technology</category>
 <category domain="http://forumone.com/category/technology-blog-categories/wordpress">WordPress</category>
 <pubDate>Mon, 07 Oct 2013 12:36:45 +0000</pubDate>
 <dc:creator>Matt Gibbs</dc:creator>
 <guid isPermaLink="false">6604 at http://forumone.com</guid>
  </item>
  <item>
    <title>Adding a Relationship to Your View? Your Results Might be Different than you Expect</title>
    <link>http://forumone.com/blogs/post/adding-relationship-your-view-your-results-might-be-different-you-expect</link>
    <description>&lt;p&gt;The Node Access system in Drupal provides a powerful way to provide granular access to individual nodes, but it can occasionally cause unexpected problems.&lt;/p&gt;
&lt;p&gt;Consider a case I ran into the other day: I had a View that was supposed to show all files managed by Drupal, however some users could only see a subset of the files.  My initial detective work took me the wrong direction (I was using the File Entity module and spent a little time investigating its file access system) but eventually I realized that:&lt;/p&gt;&lt;div class=&quot;field field-type-text field-field-short-description&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;Do you have a View that&#039;s not showing all the results you expect?  Perhaps Drupal&#039;s node access system is interfering with one of your relationships.&lt;/p&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;http://forumone.com/blogs/post/adding-relationship-your-view-your-results-might-be-different-you-expect&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
     <comments>http://forumone.com/blogs/post/adding-relationship-your-view-your-results-might-be-different-you-expect#comments</comments>
 <category domain="http://forumone.com/category/blog/technology">Technology</category>
 <category domain="http://forumone.com/category/technology-blog-categories/content-management-systems">Content Management Systems</category>
 <category domain="http://forumone.com/category/technology-blog-categories/drupal">Drupal</category>
 <category domain="http://forumone.com/category/technology-blog-categories/open-source-software">Open Source Software</category>
 <category domain="http://forumone.com/category/technology-blog-categories/tips-trends">Tips &amp; Trends</category>
 <pubDate>Thu, 03 Oct 2013 18:25:44 +0000</pubDate>
 <dc:creator>Aaron Zinck</dc:creator>
 <guid isPermaLink="false">6533 at http://forumone.com</guid>
  </item>
  <item>
    <title>Proxying Cookies with Drupal</title>
    <link>http://forumone.com/blogs/post/proxying-cookies-drupal</link>
    <description>&lt;p&gt;It&#039;s the minor things that get you into trouble sometimes. For instance, when I used&amp;nbsp;&lt;a href=&quot;https://api.drupal.org/api/drupal/includes%21common.inc/function/drupal_http_request/7&quot; target=&quot;_blank&quot;&gt;drupal_http_request&lt;/a&gt;&amp;nbsp;to do some proxying of content I ran into a little quirk of Drupal. If you get cookie headers back Drupal will go ahead and combine them all into a comma-separated list. If you look at the code you can plainly see where it does this and the rationale in the&amp;nbsp;&lt;a href=&quot;http://tools.ietf.org/html/rfc2109&quot; target=&quot;_blank&quot;&gt;Request For Comments (RFC) 2109&lt;/a&gt;.&lt;div class=&quot;field field-type-text field-field-short-description&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;It&#039;s always fun when Drupal behaves according to obsolete RFCs. Learn how to proxy http requests with Drupal and actually get useable cookies.&lt;/p&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;http://forumone.com/blogs/post/proxying-cookies-drupal&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
     <comments>http://forumone.com/blogs/post/proxying-cookies-drupal#comments</comments>
 <category domain="http://forumone.com/category/blog/technology">Technology</category>
 <category domain="http://forumone.com/category/technology-blog-categories/drupal">Drupal</category>
 <category domain="http://forumone.com/category/technology-blog-categories/tips-trends">Tips &amp; Trends</category>
 <pubDate>Wed, 18 Sep 2013 14:28:33 +0000</pubDate>
 <dc:creator>William Hurley</dc:creator>
 <guid isPermaLink="false">6406 at http://forumone.com</guid>
  </item>
  <item>
    <title>Generic files Vs. Rendered files in Drupal</title>
    <link>http://forumone.com/blogs/post/generic-files-vs-rendered-files-drupal</link>
    <description>&lt;p&gt;After you&#039;ve been working with Drupal profiles for a while, the line between what functionality is a part of core Drupal and what comes from contributed modules tends to blur, but it is important to step back every once in a while and examine these distinctions. I recently had a wheel-spinning moment over the difference between two formatters for file fields: &lt;em&gt;Generic files&lt;/em&gt; and &lt;em&gt;Rendered files&lt;/em&gt;. Specifically trying to answer the question: Why don&#039;t custom Display Suite fields to show up, or why can&#039;t I select Display modes (e.g.&lt;div class=&quot;field field-type-text field-field-short-description&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;A quick overview of the differences between &amp;quot;Generic files&amp;quot; and &amp;quot;Rendered files&amp;quot; in Drupal.&lt;/p&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;http://forumone.com/blogs/post/generic-files-vs-rendered-files-drupal&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
     <comments>http://forumone.com/blogs/post/generic-files-vs-rendered-files-drupal#comments</comments>
 <category domain="http://forumone.com/category/blog/technology">Technology</category>
 <category domain="http://forumone.com/category/technology-blog-categories/drupal">Drupal</category>
 <pubDate>Fri, 02 Aug 2013 16:10:27 +0000</pubDate>
 <dc:creator>John Brandenburg</dc:creator>
 <guid isPermaLink="false">6254 at http://forumone.com</guid>
  </item>
  <item>
    <title>Paraphrasing Panels, Panelizer and Panopoly </title>
    <link>http://forumone.com/blogs/post/paraphrasing-panels-panelizer-and-panopoly</link>
    <description>&lt;p&gt;I gave this session at &lt;a href=&quot;http://capitalcamp.org/&quot;&gt;CapitalCampDC&lt;/a&gt;, to shed some light on to these aspects of Drupal. Panels, Panelizer and Panopoly can seem a bit overwhelming but this session will go over the best features of each one and how they can be invaluable tools. The Panels module alone offers so much out the box and Panelizer and the Panopoly distribution shows just how much this tool can preform. They are long tested tools that have so much built into them in their evolution in Drupal 7. This session will cover:&lt;/p&gt;&lt;div class=&quot;field field-type-text field-field-short-description&quot;&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;p&gt;Panels, Panelizer and Panopoly can seem a bit overwhelming but this session will go over the best features of each one and how they can be invaluable tools.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;http://forumone.com/blogs/post/paraphrasing-panels-panelizer-and-panopoly&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
     <comments>http://forumone.com/blogs/post/paraphrasing-panels-panelizer-and-panopoly#comments</comments>
 <category domain="http://forumone.com/category/blog/technology">Technology</category>
 <category domain="http://forumone.com/category/technology-blog-categories/drupal">Drupal</category>
 <pubDate>Wed, 31 Jul 2013 16:11:35 +0000</pubDate>
 <dc:creator>Keenan Holloway</dc:creator>
 <guid isPermaLink="false">6283 at http://forumone.com</guid>
  </item>
  </channel>
</rss>