<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://swsblog.stanford.edu/taxonomy/term/61/all" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:og="http://ogp.me/ns#" xmlns:article="http://ogp.me/ns/article#" xmlns:book="http://ogp.me/ns/book#" xmlns:profile="http://ogp.me/ns/profile#" xmlns:video="http://ogp.me/ns/video#" xmlns:product="http://ogp.me/ns/product#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sioc="http://rdfs.org/sioc/ns#" xmlns:sioct="http://rdfs.org/sioc/types#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
  <channel>
    <title>views</title>
    <link>https://swsblog.stanford.edu/taxonomy/term/61/all</link>
    <description></description>
    <language>en</language>
     <atom:link href="https://swsblog.stanford.edu/taxonomy/term/61/all/feed" rel="self" type="application/rss+xml" />
      <item>
    <title>Getting Started on Sites: Creating a New View Mode</title>
    <link>https://swsblog.stanford.edu/blog/getting-started-sites-creating-new-view-mode</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p class=&quot;summary&quot;&gt;Drupal has a couple of standard ways to display content using a Default view or a Teaser view display. Stanford Web Services uses View modes to create multiple image/Field Collection displays and allows the site builder to change how fields will be displayed. &lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Fri, 05 Dec 2014 16:21:00 +0000</pubDate>
 <dc:creator>Cynthia Mijares</dc:creator>
 <guid isPermaLink="false">321 at https://swsblog.stanford.edu</guid>
  </item>
  <item>
    <title>Create a Page Title From the Views Exposed Filter Term</title>
    <link>https://swsblog.stanford.edu/blog/create-page-title-views-exposed-filter-term</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p class=&quot;summary&quot;&gt;Suppose you&#039;re using taxomomy terms in exposed filters, and you want the resulting page to display one of the the terms as a title. Taxonomy term pages will give this to you very easily, but sometimes the taxonomy term page is not the right solution.  Here&#039;s how you can display the taxonomy term as the title of your views page.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Mon, 10 Mar 2014 15:18:30 +0000</pubDate>
 <dc:creator>Caryl J Westerberg</dc:creator>
 <guid isPermaLink="false">199 at https://swsblog.stanford.edu</guid>
  </item>
  <item>
    <title>Views Exposed Filters Multiple Field Search</title>
    <link>https://swsblog.stanford.edu/blog/views-exposed-filters-multiple-field-search</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p class=&quot;summary&quot;&gt;Views offers the ability to expose filters to the end user so they may filter and sort through a views listing to find what they want in a large list of content. If you have used exposed filters before you will be familiar with exposing a filter on a specific field, such as the title field, for example. But what if you want the end user to be able to search in multiple fields at the same time?&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Mon, 17 Feb 2014 17:07:57 +0000</pubDate>
 <dc:creator>Shea Ross McKinney</dc:creator>
 <guid isPermaLink="false">337 at https://swsblog.stanford.edu</guid>
  </item>
  <item>
    <title>Troubleshooting the Administration Views 7.x-1.0 Update</title>
    <link>https://swsblog.stanford.edu/blog/troubleshooting-administration-views-7x-10-update</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;h2&gt;Overview&lt;/h2&gt;
&lt;p&gt;In August, 2013, the Administration Views module was updated from 7.x-1.0-alpha1 to 7.x-1.0 on Stanford Sites. This update has the potential to cause several issues, manifesting in one or several of the following ways:&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Tue, 22 Oct 2013 18:32:16 +0000</pubDate>
 <dc:creator>John Bickar</dc:creator>
 <guid isPermaLink="false">285 at https://swsblog.stanford.edu</guid>
  </item>
  <item>
    <title>Need to Sort a View in a Specific Order?</title>
    <link>https://swsblog.stanford.edu/blog/need-sort-view-specific-order</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;Often we run into a common problem where clients want to have their Staff listed in a particular order not just ascending or descending alphabetically. We can easily solve this using a great module called &lt;strong&gt;Draggable Views&lt;/strong&gt;. I love using &lt;a href=&quot;http://drupal.org/project/draggableviews&quot; rel=&quot;nofollow&quot;&gt;Draggable Views&lt;/a&gt;!  Here&#039;s my quick lesson on how to use this awesome module for Drupal 7.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 1&lt;/strong&gt; - Build your initial public-facing view.  Let&#039;s call it &quot;Staff.&quot; This will be the final view that is shown on the site.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Wed, 23 Jan 2013 21:44:12 +0000</pubDate>
 <dc:creator>Cynthia Mijares</dc:creator>
 <guid isPermaLink="false">63 at https://swsblog.stanford.edu</guid>
  </item>
  </channel>
</rss>
