<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: A drop-down menu, the SharePoint way</title>
	<atom:link href="http://blog.pathtosharepoint.com/2009/01/15/a-drop-down-menu-the-sharepoint-way/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pathtosharepoint.com/2009/01/15/a-drop-down-menu-the-sharepoint-way/</link>
	<description>Tips and best practices for SharePoint end users</description>
	<lastBuildDate>Tue, 07 Feb 2012 17:36:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Collapsable menu in place of quick launch for a subsite &#124; Q&#38;A System</title>
		<link>http://blog.pathtosharepoint.com/2009/01/15/a-drop-down-menu-the-sharepoint-way/#comment-8069</link>
		<dc:creator><![CDATA[Collapsable menu in place of quick launch for a subsite &#124; Q&#38;A System]]></dc:creator>
		<pubDate>Thu, 26 Jan 2012 02:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=590#comment-8069</guid>
		<description><![CDATA[[...] like: http://blog.pathtosharepoint.com/2009/01/15/a-drop-down-menu-the-sharepoint-way/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] like: <a href="http://blog.pathtosharepoint.com/2009/01/15/a-drop-down-menu-the-sharepoint-way/" rel="nofollow">http://blog.pathtosharepoint.com/2009/01/15/a-drop-down-menu-the-sharepoint-way/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.pathtosharepoint.com/2009/01/15/a-drop-down-menu-the-sharepoint-way/#comment-7789</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Sat, 03 Dec 2011 15:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=590#comment-7789</guid>
		<description><![CDATA[Hello Christophe, do you have an example of this in SharePoint 2010 ?  I have an exact requirement and have follow your example step-by-step, however in SP2010.   It didn&#039;t work.  I looked at the code and didn&#039;t see if SP2010 would make any different to the codes, but couldn&#039;t figure out why....if you know of a solution, please let me know.  I have googles and search for an answer for days...Thanks much in advance.]]></description>
		<content:encoded><![CDATA[<p>Hello Christophe, do you have an example of this in SharePoint 2010 ?  I have an exact requirement and have follow your example step-by-step, however in SP2010.   It didn&#8217;t work.  I looked at the code and didn&#8217;t see if SP2010 would make any different to the codes, but couldn&#8217;t figure out why&#8230;.if you know of a solution, please let me know.  I have googles and search for an answer for days&#8230;Thanks much in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe</title>
		<link>http://blog.pathtosharepoint.com/2009/01/15/a-drop-down-menu-the-sharepoint-way/#comment-7648</link>
		<dc:creator><![CDATA[Christophe]]></dc:creator>
		<pubDate>Sun, 13 Nov 2011 20:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=590#comment-7648</guid>
		<description><![CDATA[Rudy, maybe try to use a field other than LinkTitle. Not sure about the field name, but there must be one that provides the full URL.]]></description>
		<content:encoded><![CDATA[<p>Rudy, maybe try to use a field other than LinkTitle. Not sure about the field name, but there must be one that provides the full URL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe</title>
		<link>http://blog.pathtosharepoint.com/2009/01/15/a-drop-down-menu-the-sharepoint-way/#comment-7647</link>
		<dc:creator><![CDATA[Christophe]]></dc:creator>
		<pubDate>Sun, 13 Nov 2011 20:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=590#comment-7647</guid>
		<description><![CDATA[The whole point of the post is to provide a no brainer solution that will automatically adopt the look of the site. If you need a custom look, you&#039;re better of doing it from scratch, or with a client side script. You&#039;ll find on the Web lots of free solutions!]]></description>
		<content:encoded><![CDATA[<p>The whole point of the post is to provide a no brainer solution that will automatically adopt the look of the site. If you need a custom look, you&#8217;re better of doing it from scratch, or with a client side script. You&#8217;ll find on the Web lots of free solutions!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodolfo R. Rosales</title>
		<link>http://blog.pathtosharepoint.com/2009/01/15/a-drop-down-menu-the-sharepoint-way/#comment-7549</link>
		<dc:creator><![CDATA[Rodolfo R. Rosales]]></dc:creator>
		<pubDate>Wed, 02 Nov 2011 18:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=590#comment-7549</guid>
		<description><![CDATA[Hello, all.  Great post and responses!

I have used this trick to create a dropdown on my dashboard to pull from a list of forms in a library, creating list of hyperlinks to the forms (single-level).  For the URL, I am pulling from the @LinkTitle xpath, and have made the appropriate changes to the code provided in DropDownMenu_1.text:

// Create the menuitem for each item
var title = &#039;&#039;;

var url = &#039;&#039;;


I got it all working except for the fact that when a link from the dropdown is selected, the URL for the page that opens is not complete.  For example:

I have a page @ the following link:  

http://sharepointportal/... .../PlaySite/Pages/Client%20Name.aspx

However, when I click on the link in the dropdown, the URL is:

http://sharepointportal/... .../PlaySite/Client%20Name   (missing the &quot;pages/&quot; and &quot;.aspx&quot;)

This gives me an invalid page.  I tried doing a combination of sub-string options but that didnt work.  Maybe there is somethign to be done with the DDWRT?  I am at a loss here, ao any help from anyone woudl be GREATLY appreciated.

Rudy]]></description>
		<content:encoded><![CDATA[<p>Hello, all.  Great post and responses!</p>
<p>I have used this trick to create a dropdown on my dashboard to pull from a list of forms in a library, creating list of hyperlinks to the forms (single-level).  For the URL, I am pulling from the @LinkTitle xpath, and have made the appropriate changes to the code provided in DropDownMenu_1.text:</p>
<p>// Create the menuitem for each item<br />
var title = &#8221;;</p>
<p>var url = &#8221;;</p>
<p>I got it all working except for the fact that when a link from the dropdown is selected, the URL for the page that opens is not complete.  For example:</p>
<p>I have a page @ the following link:  </p>
<p><a href="http://sharepointportal/.." rel="nofollow">http://sharepointportal/..</a>. &#8230;/PlaySite/Pages/Client%20Name.aspx</p>
<p>However, when I click on the link in the dropdown, the URL is:</p>
<p><a href="http://sharepointportal/.." rel="nofollow">http://sharepointportal/..</a>. &#8230;/PlaySite/Client%20Name   (missing the &#8220;pages/&#8221; and &#8220;.aspx&#8221;)</p>
<p>This gives me an invalid page.  I tried doing a combination of sub-string options but that didnt work.  Maybe there is somethign to be done with the DDWRT?  I am at a loss here, ao any help from anyone woudl be GREATLY appreciated.</p>
<p>Rudy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mackus</title>
		<link>http://blog.pathtosharepoint.com/2009/01/15/a-drop-down-menu-the-sharepoint-way/#comment-7533</link>
		<dc:creator><![CDATA[Mackus]]></dc:creator>
		<pubDate>Fri, 28 Oct 2011 22:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=590#comment-7533</guid>
		<description><![CDATA[Alen Why didnt you tell us wich 2 elements to rename??? plase... sharing is nice]]></description>
		<content:encoded><![CDATA[<p>Alen Why didnt you tell us wich 2 elements to rename??? plase&#8230; sharing is nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mackus</title>
		<link>http://blog.pathtosharepoint.com/2009/01/15/a-drop-down-menu-the-sharepoint-way/#comment-7505</link>
		<dc:creator><![CDATA[Mackus]]></dc:creator>
		<pubDate>Tue, 18 Oct 2011 23:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=590#comment-7505</guid>
		<description><![CDATA[Hello Crhistophe, Nice Work!!! thank you for sharing it!!!
I have tested it, and it works well… 

I have a Question for you, I would like to make my dropdown menu looks different than the regular “site actions” menu.
¿Where in the code can I insert some graphic css styles to change its background, type and etc.?]]></description>
		<content:encoded><![CDATA[<p>Hello Crhistophe, Nice Work!!! thank you for sharing it!!!<br />
I have tested it, and it works well… </p>
<p>I have a Question for you, I would like to make my dropdown menu looks different than the regular “site actions” menu.<br />
¿Where in the code can I insert some graphic css styles to change its background, type and etc.?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://blog.pathtosharepoint.com/2009/01/15/a-drop-down-menu-the-sharepoint-way/#comment-7206</link>
		<dc:creator><![CDATA[mark]]></dc:creator>
		<pubDate>Mon, 15 Aug 2011 03:12:35 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=590#comment-7206</guid>
		<description><![CDATA[I would also like to have a multilevel drop down menu in the navigation bar. This site: http://www.heathersolomon.com/blog/archive/2007/05/15/SharePoint-Tip--How-to-Activate-the-Drop-Down-Menu.aspx
tells you how to do that with multiple sites, but I&#039;d like to have the second level be libraries instead of sites (Site 1 &gt; Site 2 &gt; Site 2 library). Any ideas on how to do this?]]></description>
		<content:encoded><![CDATA[<p>I would also like to have a multilevel drop down menu in the navigation bar. This site: <a href="http://www.heathersolomon.com/blog/archive/2007/05/15/SharePoint-Tip--How-to-Activate-the-Drop-Down-Menu.aspx" rel="nofollow">http://www.heathersolomon.com/blog/archive/2007/05/15/SharePoint-Tip&#8211;How-to-Activate-the-Drop-Down-Menu.aspx</a><br />
tells you how to do that with multiple sites, but I&#8217;d like to have the second level be libraries instead of sites (Site 1 &gt; Site 2 &gt; Site 2 library). Any ideas on how to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daily Creative</title>
		<link>http://blog.pathtosharepoint.com/2009/01/15/a-drop-down-menu-the-sharepoint-way/#comment-7118</link>
		<dc:creator><![CDATA[Daily Creative]]></dc:creator>
		<pubDate>Thu, 28 Jul 2011 14:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=590#comment-7118</guid>
		<description><![CDATA[Hi Christophe

I too would like to know how to get the Menu Drop Down to show up in the Top Navigation Bar (next to the traditional Home tab).  I tried replacing the &quot;MenuPlaceholder&quot; id with &quot;PlaceHolderHorizontalNav&quot; but it basically does nothing.  Any advice would be greatly appreciated. I am not a developer.]]></description>
		<content:encoded><![CDATA[<p>Hi Christophe</p>
<p>I too would like to know how to get the Menu Drop Down to show up in the Top Navigation Bar (next to the traditional Home tab).  I tried replacing the &#8220;MenuPlaceholder&#8221; id with &#8220;PlaceHolderHorizontalNav&#8221; but it basically does nothing.  Any advice would be greatly appreciated. I am not a developer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe</title>
		<link>http://blog.pathtosharepoint.com/2009/01/15/a-drop-down-menu-the-sharepoint-way/#comment-6979</link>
		<dc:creator><![CDATA[Christophe]]></dc:creator>
		<pubDate>Fri, 01 Jul 2011 15:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=590#comment-6979</guid>
		<description><![CDATA[Vinz, visit the live demo and you should see the icons.]]></description>
		<content:encoded><![CDATA[<p>Vinz, visit the live demo and you should see the icons.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinz</title>
		<link>http://blog.pathtosharepoint.com/2009/01/15/a-drop-down-menu-the-sharepoint-way/#comment-6977</link>
		<dc:creator><![CDATA[vinz]]></dc:creator>
		<pubDate>Fri, 01 Jul 2011 15:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=590#comment-6977</guid>
		<description><![CDATA[Hi Christophe,

I still can&#039;t get the icons to display at all. 
The path to the pictures is in a text column.

Is anyone getting the pictures diplayed at all??

Best regards,
vinz]]></description>
		<content:encoded><![CDATA[<p>Hi Christophe,</p>
<p>I still can&#8217;t get the icons to display at all.<br />
The path to the pictures is in a text column.</p>
<p>Is anyone getting the pictures diplayed at all??</p>
<p>Best regards,<br />
vinz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinz</title>
		<link>http://blog.pathtosharepoint.com/2009/01/15/a-drop-down-menu-the-sharepoint-way/#comment-6845</link>
		<dc:creator><![CDATA[Vinz]]></dc:creator>
		<pubDate>Fri, 27 May 2011 12:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=590#comment-6845</guid>
		<description><![CDATA[Hm, never mind the menu title, I was using &quot;&amp;&quot; which wasn&#039;t parsed correctly, I guess..

Still remains the issue with icons..]]></description>
		<content:encoded><![CDATA[<p>Hm, never mind the menu title, I was using &#8220;&amp;&#8221; which wasn&#8217;t parsed correctly, I guess..</p>
<p>Still remains the issue with icons..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinz</title>
		<link>http://blog.pathtosharepoint.com/2009/01/15/a-drop-down-menu-the-sharepoint-way/#comment-6844</link>
		<dc:creator><![CDATA[Vinz]]></dc:creator>
		<pubDate>Fri, 27 May 2011 11:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=590#comment-6844</guid>
		<description><![CDATA[Hi Christophe,

Thank you very much for sharing this, it works great!
2 questions:
-For some reason my menu doesn&#039;t dipslay the icons at all. Any idea why that is?
-How can I change the displayed Menu Title into something else?

If i change this portion of the xsl code 
serverclientid=&quot;TwoLevelMenu&quot;&gt;Menu Title&amp;lt
into
serverclientid=&quot;TwoLevelMenu&quot;&gt;Something Else&amp;lt

It doesn&#039;t do, it crashes.

Any ideas?

thanks 
Vinz]]></description>
		<content:encoded><![CDATA[<p>Hi Christophe,</p>
<p>Thank you very much for sharing this, it works great!<br />
2 questions:<br />
-For some reason my menu doesn&#8217;t dipslay the icons at all. Any idea why that is?<br />
-How can I change the displayed Menu Title into something else?</p>
<p>If i change this portion of the xsl code<br />
serverclientid=&#8221;TwoLevelMenu&#8221;&gt;Menu Title&amp;lt<br />
into<br />
serverclientid=&#8221;TwoLevelMenu&#8221;&gt;Something Else&amp;lt</p>
<p>It doesn&#8217;t do, it crashes.</p>
<p>Any ideas?</p>
<p>thanks<br />
Vinz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nika</title>
		<link>http://blog.pathtosharepoint.com/2009/01/15/a-drop-down-menu-the-sharepoint-way/#comment-6391</link>
		<dc:creator><![CDATA[nika]]></dc:creator>
		<pubDate>Tue, 01 Feb 2011 15:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=590#comment-6391</guid>
		<description><![CDATA[May I know if we could use this in masterpages?]]></description>
		<content:encoded><![CDATA[<p>May I know if we could use this in masterpages?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe</title>
		<link>http://blog.pathtosharepoint.com/2009/01/15/a-drop-down-menu-the-sharepoint-way/#comment-6173</link>
		<dc:creator><![CDATA[Christophe]]></dc:creator>
		<pubDate>Mon, 27 Dec 2010 03:19:30 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=590#comment-6173</guid>
		<description><![CDATA[Did you use a column of type &quot;Text&quot; to store the link? This is what this sample script uses.]]></description>
		<content:encoded><![CDATA[<p>Did you use a column of type &#8220;Text&#8221; to store the link? This is what this sample script uses.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

