<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://swsblog.stanford.edu/taxonomy/term/101/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>navigation</title>
    <link>https://swsblog.stanford.edu/taxonomy/term/101/all</link>
    <description></description>
    <language>en</language>
     <atom:link href="https://swsblog.stanford.edu/taxonomy/term/101/all/feed" rel="self" type="application/rss+xml" />
      <item>
    <title>Menu Tricks #4: Menu Block with Bootstrap Dropdowns</title>
    <link>https://swsblog.stanford.edu/blog/menu-tricks-4-menu-block-bootstrap-dropdowns</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;Earlier this year, I wrote a &lt;a href=&quot;https://swsblog.stanford.edu/blog/menu-tricks-1-improve-site-navigation-menu-blocks-module&quot; rel=&quot;nofollow&quot;&gt;blog post about using Menu Block module&lt;/a&gt;. In this post, I&#039;ll talk about how Menu Block integrates with &lt;a href=&quot;http://drupalthemes.stanford.edu&quot;&gt;Stanford&#039;s Drupal 7 themes&lt;/a&gt; to create dropdown menus.&lt;/p&gt;
&lt;p&gt;To properly leverage the dropdowns in Twitter Bootstrap with Drupal, there are a few things to keep in mind...&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note: &lt;/strong&gt;This post pertains to these Drupal 7 themes:&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Tue, 15 Oct 2013 16:05:49 +0000</pubDate>
 <dc:creator>Linnea Ann Williams</dc:creator>
 <guid isPermaLink="false">209 at https://swsblog.stanford.edu</guid>
  </item>
  <item>
    <title>Creating a Menu Position Rule Programatically</title>
    <link>https://swsblog.stanford.edu/blog/creating-menu-position-rule-programatically</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;The &lt;a href=&quot;https://drupal.org/project/menu_position&quot;&gt;Menu Position&lt;/a&gt; module provides a powerful way for Drupal to &lt;a href=&quot;/blog/menu-tricks-3-automating-virtual-menu-position-specific-content-types&quot;&gt;create &quot;virtual&quot; menu items&lt;/a&gt;, and provides a graphical user interface to do so. However, as a developer, sometimes you want to create those rules in code. Here&#039;s how.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Fri, 11 Oct 2013 16:03:28 +0000</pubDate>
 <dc:creator>John Bickar</dc:creator>
 <guid isPermaLink="false">291 at https://swsblog.stanford.edu</guid>
  </item>
  <item>
    <title>Menu Tricks #3: Automating Virtual Menu Position for Specific Content Types</title>
    <link>https://swsblog.stanford.edu/blog/menu-tricks-3-automating-virtual-menu-position-specific-content-types</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;As a serious navigation advocate, it drives me crazy to have an active &quot;Blog&quot; or &quot;Calendar&quot; link in my main menu when I&#039;m looking at the overview pages for that section, but then the active link goes away when I look at a specific Event or Blog Post. Am I in the Calendar section or not?&lt;/p&gt;
&lt;p&gt;Enter one of my favorite Drupal modules: &lt;a href=&quot;https://drupal.org/project/menu_position&quot; rel=&quot;nofollow&quot;&gt;Menu Position&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Thu, 27 Jun 2013 16:00:00 +0000</pubDate>
 <dc:creator>Linnea Ann Williams</dc:creator>
 <guid isPermaLink="false">101 at https://swsblog.stanford.edu</guid>
  </item>
  <item>
    <title>Menu Tricks #2: Automating Page URLs Based on Menu Position</title>
    <link>https://swsblog.stanford.edu/blog/menu-tricks-2-automating-page-urls-based-menu-position</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;&lt;span&gt;In my &lt;a href=&quot;https://swsblog.stanford.edu/blog/menu-tricks-1-improve-site-navigation-menu-blocks-module&quot; rel=&quot;nofollow&quot;&gt;last post&lt;/a&gt; on &lt;a href=&quot;https://swsblog.stanford.edu/tags/navigation&quot; rel=&quot;nofollow&quot;&gt;Menu Tricks&lt;/a&gt;, I outlined a module called &lt;strong&gt;Menu Block&lt;/strong&gt;, that made it possible to use just one giant main menu to manage your site navigation, while still displaying lower level items in different regions of your design and on different pages on your site.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Mon, 25 Feb 2013 20:48:13 +0000</pubDate>
 <dc:creator>Linnea Ann Williams</dc:creator>
 <guid isPermaLink="false">99 at https://swsblog.stanford.edu</guid>
  </item>
  <item>
    <title>Menu Tricks #1: Improve Site Navigation with Menu Blocks Module</title>
    <link>https://swsblog.stanford.edu/blog/menu-tricks-1-improve-site-navigation-menu-blocks-module</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;&lt;span&gt;The main menu in Drupal is a very powerful tool when partnered with the right modules and configurations.  The menu can be used to automate URLs, build breadcrumbs and create secondary navigation.  &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;In this post, I&#039;ll be walking through a module that can help you use the main menu to automate all of your menus and simplify your secondary navigation.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Wed, 06 Feb 2013 22:59:04 +0000</pubDate>
 <dc:creator>Linnea Ann Williams</dc:creator>
 <guid isPermaLink="false">83 at https://swsblog.stanford.edu</guid>
  </item>
  </channel>
</rss>
