<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.rufdesigns.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>views</title>
 <link>http://www.rufdesigns.com/taxonomy/term/46</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Block Visibility:  by view and content type</title>
 <link>http://www.rufdesigns.com/node/85</link>
 <description>&lt;p&gt;You may want a block that provides some navigation for a view.  I use this snippet to display the block on a view Page as well as when viewing content of a particular type.  So for instance, I might have a view page which lists the current content of type &#039;story&#039; called myview.  On the myview Page, I also list each content&#039;s title in a block similar to a menu, so I can quickly move through the story titles.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;p&gt;&lt;a href=&quot;http://www.rufdesigns.com/node/85&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.rufdesigns.com/taxonomy/term/124">blocks</category>
 <category domain="http://www.rufdesigns.com/taxonomy/term/125">PHP</category>
 <category domain="http://www.rufdesigns.com/taxonomy/term/46">views</category>
 <pubDate>Mon, 25 Jun 2007 15:32:20 -0400</pubDate>
 <dc:creator>robin</dc:creator>
 <guid isPermaLink="false">85 at http://www.rufdesigns.com</guid>
</item>
<item>
 <title>Setup an RSS Feed</title>
 <link>http://www.rufdesigns.com/node/76</link>
 <description>&lt;p&gt;I wanted a couple of my views to offer RSS feeds.  It&#039;s really simple.&lt;/p&gt;
&lt;p&gt;Go to Administer - Views and click &lt;strong&gt;edit&lt;/strong&gt; next to the view you want to add an RSS feed.  Then setup an Argument:  RSS:  RSS Feed Selector and make sure it set to &quot;Display All Values&quot; and that&#039;s it. &lt;/p&gt;
&lt;p&gt;The full instructions are at drupal.org, but it took me awhile to find them:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://drupal.org/node/83597&quot; title=&quot;http://drupal.org/node/83597&quot;&gt;http://drupal.org/node/83597&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The node says it&#039;s for 4.7, but it works just fine in 5.1&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <category domain="http://www.rufdesigns.com/taxonomy/term/106">feed</category>
 <category domain="http://www.rufdesigns.com/taxonomy/term/65">howto</category>
 <category domain="http://www.rufdesigns.com/taxonomy/term/105">RSS</category>
 <category domain="http://www.rufdesigns.com/taxonomy/term/107">setup</category>
 <category domain="http://www.rufdesigns.com/taxonomy/term/46">views</category>
 <pubDate>Tue, 24 Apr 2007 18:02:51 -0400</pubDate>
 <dc:creator>robin</dc:creator>
 <guid isPermaLink="false">76 at http://www.rufdesigns.com</guid>
</item>
<item>
 <title>Pager On Top</title>
 <link>http://www.rufdesigns.com/node/58</link>
 <description>&lt;p&gt;When viewing a Page View, basic navigation is at the  bottom of the page.  I wanted this same &quot;1 2 3 next&amp;gt;&amp;gt; last&amp;gt;&amp;gt;&quot; to display at the top and the bottom of the main content area.  It was easy enough.  In page.tpl.php,&lt;br /&gt;
I added:&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
&amp;lt;?php print theme_pager() ?&amp;gt;&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
right above print $content; et voila any Page Views now have the pager on the top and the bottom of the page.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <category domain="http://www.rufdesigns.com/taxonomy/term/89">pager</category>
 <category domain="http://www.rufdesigns.com/taxonomy/term/88">theming</category>
 <category domain="http://www.rufdesigns.com/taxonomy/term/46">views</category>
 <pubDate>Tue, 10 Apr 2007 17:45:41 -0400</pubDate>
 <dc:creator>robin</dc:creator>
 <guid isPermaLink="false">58 at http://www.rufdesigns.com</guid>
</item>
<item>
 <title>Views URLs and Arguments</title>
 <link>http://www.rufdesigns.com/node/38</link>
 <description>&lt;p&gt;So I finally figured out how to use Arguements in Views without breaking the view!&lt;/p&gt;
&lt;p&gt;So I wanted a clean URL to a View which displayed all nodes for a particular vocabulary.  without arguments the working URL is&lt;/p&gt;
&lt;p&gt;&lt;code&gt;www.rufdesigns.com/vocabulary/3&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;where 3 represents the vocabulary ID&lt;/p&gt;
&lt;p&gt;I wanted to something simpler like:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;www.rufdesigns.com/drupal&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Edit the view and in the Page section set the URL the way you want it to look:&lt;/p&gt;
&lt;p&gt;URL:  drupal&lt;/p&gt;
&lt;p&gt;In the Arguments section, add an argument to support all of the nodes associated with a vocabulary item:&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;p&gt;&lt;a href=&quot;http://www.rufdesigns.com/node/38&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.rufdesigns.com/taxonomy/term/48">arguments</category>
 <category domain="http://www.rufdesigns.com/taxonomy/term/47">clean urls</category>
 <category domain="http://www.rufdesigns.com/taxonomy/term/46">views</category>
 <pubDate>Tue, 20 Feb 2007 16:58:35 -0500</pubDate>
 <dc:creator>robin</dc:creator>
 <guid isPermaLink="false">38 at http://www.rufdesigns.com</guid>
</item>
</channel>
</rss>
