<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Customizing the WSS 3.0/MOSS 2007 Menu Control -- MossMenu source code released</title><link>http://blogs.msdn.com/sharepoint/archive/2006/12/02/customizing-the-wss-3-0-moss-2007-menu-control.aspx</link><description>The AspMenu class that ships with WSS 3.0 (and by extension MOSS 2007) is nearly identical in behavior to ASP.NET 2.0’s Menu class (as the name implies). AspMenu derives from Menu and adds tweaks to work around a few reasonably well known annoyances and</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Customizing the WSS 3.0/MOSS 2007 Menu Control -- MossMenu source code released</title><link>http://blogs.msdn.com/sharepoint/archive/2006/12/02/customizing-the-wss-3-0-moss-2007-menu-control.aspx#1193957</link><pubDate>Sat, 02 Dec 2006 20:38:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1193957</guid><dc:creator>Enterprise Content Management (ECM) Team Blog</dc:creator><description>&lt;p&gt;(Crossposted from the SharePoint Team Blog .) The AspMenu class that ships with WSS 3.0 (and by extension&lt;/p&gt;
</description></item><item><title>WSS 3.0/MOSS 2007 Menu Control 소스코드 공개</title><link>http://blogs.msdn.com/sharepoint/archive/2006/12/02/customizing-the-wss-3-0-moss-2007-menu-control.aspx#1197127</link><pubDate>Sun, 03 Dec 2006 05:37:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1197127</guid><dc:creator>Microsoft Office Sharepoint Server 2007</dc:creator><description>&lt;p&gt;AspMenu클래스는 사이트의 메뉴를 나타내는 컨트롤입니다. 이 클래스가 Sealed 로 봉합되어 있어서 이 컨트롤을 확장할 수 없는 상황이었는데요, MOSS팀에서 뒤늦게 문제점을&lt;/p&gt;
</description></item><item><title>re: Customizing the WSS 3.0/MOSS 2007 Menu Control -- MossMenu source code released</title><link>http://blogs.msdn.com/sharepoint/archive/2006/12/02/customizing-the-wss-3-0-moss-2007-menu-control.aspx#1200720</link><pubDate>Sun, 03 Dec 2006 22:23:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1200720</guid><dc:creator>Newbie</dc:creator><description>&lt;p&gt;Shame about the sealed class but thank you very much for the attached source!&lt;/p&gt;</description></item><item><title>MOSS2007/WSS v3 AspMenu Control Code Released My Microsoft!!</title><link>http://blogs.msdn.com/sharepoint/archive/2006/12/02/customizing-the-wss-3-0-moss-2007-menu-control.aspx#1204559</link><pubDate>Mon, 04 Dec 2006 15:29:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1204559</guid><dc:creator>hello its liam (trainbloggin)</dc:creator><description>&lt;p&gt;Microsoft have now released the source code used for the AspMenu Control that is used OOTB by both MOSS2007...&lt;/p&gt;
</description></item><item><title>MossMenu source code released</title><link>http://blogs.msdn.com/sharepoint/archive/2006/12/02/customizing-the-wss-3-0-moss-2007-menu-control.aspx#1213480</link><pubDate>Tue, 05 Dec 2006 23:25:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1213480</guid><dc:creator>Meron Fridman's Blog</dc:creator><description>&lt;p&gt;The SharePoint Products and Technologies Team Blog published the MossMenu source code. The AspMenu class&lt;/p&gt;
</description></item><item><title>re: Customizing the WSS 3.0/MOSS 2007 Menu Control -- MossMenu source code released</title><link>http://blogs.msdn.com/sharepoint/archive/2006/12/02/customizing-the-wss-3-0-moss-2007-menu-control.aspx#1280140</link><pubDate>Thu, 14 Dec 2006 05:25:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1280140</guid><dc:creator>Matt</dc:creator><description>&lt;p&gt;Is there any plans to do something similar with other components.. For example I have a customer who would like to change the &amp;quot;Chrome&amp;quot; of all webparts to have rounded corners etc. &amp;nbsp;The best way to do this in my mind is to modify the WebPartZone object. &amp;nbsp;However, it is sealed.&lt;/p&gt;</description></item><item><title>re: Customizing the WSS 3.0/MOSS 2007 Menu Control -- selected item</title><link>http://blogs.msdn.com/sharepoint/archive/2006/12/02/customizing-the-wss-3-0-moss-2007-menu-control.aspx#1687978</link><pubDate>Fri, 16 Feb 2007 14:03:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1687978</guid><dc:creator>nicolas</dc:creator><description>&lt;p&gt;I noticed a bug in the MossMenu code you provided: when you select as subsite in the navigation, it doesn't set the menu item as selected. &lt;/p&gt;
&lt;p&gt;here's how I fixed this : &lt;/p&gt;
&lt;p&gt;if (SPContext.Current.ListItemServerRelativeUrl.ToLower() == e.Item.NavigateUrl.ToLower()){&lt;/p&gt;
&lt;p&gt;e.Item.Selected = true;}&lt;/p&gt;
&lt;p&gt;Hope it helps&lt;/p&gt;</description></item><item><title>re: Customizing the WSS 3.0/MOSS 2007 Menu Control -- MossMenu source code released</title><link>http://blogs.msdn.com/sharepoint/archive/2006/12/02/customizing-the-wss-3-0-moss-2007-menu-control.aspx#1887972</link><pubDate>Thu, 15 Mar 2007 18:20:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1887972</guid><dc:creator>RonJez</dc:creator><description>&lt;p&gt;nicolas,&lt;/p&gt;
&lt;p&gt;Where should the code fix should be inserted (or what code is it to replace)?&lt;/p&gt;
</description></item><item><title>re: Customizing the WSS 3.0/MOSS 2007 Menu Control -- MossMenu source code released</title><link>http://blogs.msdn.com/sharepoint/archive/2006/12/02/customizing-the-wss-3-0-moss-2007-menu-control.aspx#2114979</link><pubDate>Fri, 13 Apr 2007 16:57:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2114979</guid><dc:creator>nicolas</dc:creator><description>&lt;p&gt;oops I am sorry to have forgotten to mention that (and for the late reply) &lt;/p&gt;
&lt;p&gt;it's in the OnMenuItemDataBound event, just after the base.OnMenuItemDataBound(e); &lt;/p&gt;
&lt;p&gt;:)&lt;/p&gt;</description></item><item><title>re: Customizing the WSS 3.0/MOSS 2007 Menu Control -- MossMenu source code released</title><link>http://blogs.msdn.com/sharepoint/archive/2006/12/02/customizing-the-wss-3-0-moss-2007-menu-control.aspx#2509695</link><pubDate>Wed, 09 May 2007 23:36:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2509695</guid><dc:creator>Andries</dc:creator><description>&lt;p&gt;We have tried to implement this code to resolve the &amp;quot;Internet Explorer cannot open the Internet site, Operation aborted&amp;quot; by creating the assembly from the c# code and referencing this code from the masterpage. Otherwise, we have not made any changes. The issue was not resolved using the code. Did we miss something? Are there other known ways to resolve or workaround this issue?&lt;/p&gt;
&lt;p&gt;Any comments would be helpful! Thanks&lt;/p&gt;</description></item><item><title>re: Customizing the WSS 3.0/MOSS 2007 Menu Control -- MossMenu source code released</title><link>http://blogs.msdn.com/sharepoint/archive/2006/12/02/customizing-the-wss-3-0-moss-2007-menu-control.aspx#2633841</link><pubDate>Tue, 15 May 2007 00:34:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2633841</guid><dc:creator>Hector Mike</dc:creator><description>&lt;p&gt;Our customer wanted us to use graphics instead of text for menu items. &amp;nbsp;Since most of this stuff is brand new, I was left to my own devices and came up with this customization of MossMenu. &amp;nbsp;Thought I would throw it out here for conversation, since there seemed to be no other way to set the ImageURL property for each top-level menu item in MOSS and the database did not seem to have a field in which to store one for the menu. &amp;nbsp;I added the following code to the end of the OnPreRender() event:&lt;/p&gt;
&lt;p&gt;// BEGIN CODE SNIPPET&lt;/p&gt;
&lt;p&gt;try&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;bool listOk = false;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;SPWeb mySite = SPContext.Current.Site.RootWeb;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;SPList lst = null;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;try&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;lst = mySite.Lists[&amp;quot;Site Collection Images&amp;quot;];&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;listOk = true;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;catch&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// (do nothing)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;if (listOk == true)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SPQuery qry = new SPQuery();&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;qry.Query = &amp;quot;&amp;lt;Where&amp;gt;&amp;lt;BeginsWith&amp;gt;&amp;lt;FieldRef Name=\&amp;quot;Title\&amp;quot;/&amp;gt;&amp;lt;Value Type=\&amp;quot;Text\&amp;quot;&amp;gt;nav_&amp;lt;/Value&amp;gt;&amp;lt;/BeginsWith&amp;gt;&amp;lt;/Where&amp;gt;&amp;quot;;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SPListItemCollection myItems = lst.GetItems(qry);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;string imgname = &amp;quot;&amp;quot;;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;for (int ix = 0; ix &amp;lt; this.Items.Count; ix++)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;imgname = &amp;quot;nav_&amp;quot; + this.Items[ix].Text.Replace(&amp;quot; &amp;quot;, &amp;quot;&amp;quot;).ToLower();&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;foreach (SPListItem item in myItems)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (item[&amp;quot;Title&amp;quot;].ToString() == imgname)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;this.Items[ix].ImageUrl = @&amp;quot;/SiteCollectionImages/&amp;quot; + imgname + &amp;quot;.jpg&amp;quot;;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;this.Items[ix].Text = &amp;quot;&amp;quot;;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;break;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;imgname = &amp;quot;&amp;quot;;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;catch (Exception ex)&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;if (this.Items.Count &amp;gt;=1)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;this.Items[0].Text = &amp;quot;Menu error: &amp;quot; + ex.Message;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;// END CODE SNIPPET&lt;/p&gt;
&lt;p&gt;Deployed MossMenu to the GAC, made a custom version of master.default for our site collection that consumed MossMenu, and assigned NEWMSTR.default to the top-level site and all sub-sites. &amp;nbsp;After that, uploaded menu graphics to the Site Collection Images document library, approved all of them, and edited each one's Title property to be nav_ plus the text of the menu item (for example, nav_contactus for a Contact Us site). &amp;nbsp;(The filename of the graphic is unimportant as long as it ends in .jpg, since the Title is a separate property of the graphic in the Site Collection Images library, so there is independence from the file system naming conventions for the sites.) &amp;nbsp;New sites will automatically be assigned a graphic when the content person uploads one, approves it, and sets its Title property appropriately.&lt;/p&gt;
&lt;p&gt;It is assumed that the MossMenu's scope is that of the site collection and that all localized versions of the graphics are stored there, which may or may not be the case.&lt;/p&gt;</description></item><item><title>re: Customizing the WSS 3.0/MOSS 2007 Menu Control -- MossMenu source code released</title><link>http://blogs.msdn.com/sharepoint/archive/2006/12/02/customizing-the-wss-3-0-moss-2007-menu-control.aspx#2671358</link><pubDate>Wed, 16 May 2007 15:04:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2671358</guid><dc:creator>Andries</dc:creator><description>&lt;p&gt;Hector,&lt;/p&gt;
&lt;p&gt;have you also ran into the &amp;quot;Internet Explorer cannot open the Internet site, Operation aborted&amp;quot; bug? Any ideas on how to resolve this?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andries&lt;/p&gt;</description></item><item><title>re: Customizing the WSS 3.0/MOSS 2007 Menu Control -- MossMenu source code released</title><link>http://blogs.msdn.com/sharepoint/archive/2006/12/02/customizing-the-wss-3-0-moss-2007-menu-control.aspx#2674206</link><pubDate>Wed, 16 May 2007 17:57:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2674206</guid><dc:creator>Hector Mike</dc:creator><description>&lt;p&gt;Andries,&lt;/p&gt;
&lt;p&gt;No I have not seen it happen. &amp;nbsp;I have just tested it. &amp;nbsp;We are using IE 7. &amp;nbsp;Mine is 7.0.5730.11. &amp;nbsp;I am not sure if the IE version matters. &amp;nbsp;To learn more about it, I walked through it. &amp;nbsp;In the MossMenu C# code, a call is made in OnPreRender() to Page.ClientScript.RegisterStartupScript() after calling base.OnPreRender(), which inserts a JavaScript code fragment, which was present in the source of the page. &amp;nbsp;Looking at the JavaScript code, it looks as though it is adding a 50 millisecond delay with a call of overrideMenu_HoverStatic() in CORE.JS. &amp;nbsp;There is an amazing amount of stuff going on in here to make things happen throughout, but maybe you could modify and put an alert() call in CORE.JS to see if the override function is being called, All that said, I am not close to the authors of this code so there might be other ways to look at this.&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;</description></item><item><title>re: Customizing the WSS 3.0/MOSS 2007 Menu Control -- MossMenu source code released</title><link>http://blogs.msdn.com/sharepoint/archive/2006/12/02/customizing-the-wss-3-0-moss-2007-menu-control.aspx#3962603</link><pubDate>Thu, 19 Jul 2007 23:54:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3962603</guid><dc:creator>Suvarna</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; We are facing the issue &amp;quot;Internet Explorer cannot open the Internet site, Operation aborted&amp;quot;. I have replaced AspMenu control with the MossMenu control. Yet i get the IE error.&lt;/p&gt;
&lt;p&gt;Could you please let me know if there is any other way to resolve this isssue.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Suvarna&lt;/p&gt;</description></item><item><title>re: Customizing the WSS 3.0/MOSS 2007 Menu Control -- MossMenu source code released</title><link>http://blogs.msdn.com/sharepoint/archive/2006/12/02/customizing-the-wss-3-0-moss-2007-menu-control.aspx#4425063</link><pubDate>Fri, 17 Aug 2007 06:42:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4425063</guid><dc:creator>Jaya</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt; I need to change the image in the Menuitems &amp;nbsp;&amp;quot;OnmouseOver&amp;quot; and &amp;quot;OnMouseout&amp;quot; events. Please let me know how to do it in the Moss Menu&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Thanks in Advance&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Jaya&lt;/p&gt;</description></item><item><title>SharePoint navigation - Make current item highlighting work</title><link>http://blogs.msdn.com/sharepoint/archive/2006/12/02/customizing-the-wss-3-0-moss-2007-menu-control.aspx#4979010</link><pubDate>Tue, 18 Sep 2007 17:04:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4979010</guid><dc:creator>itaysk</dc:creator><description>&lt;p&gt;One thing that bugs me (and a lot of clients of us) is that SharePoint&amp;amp;#39;s top menu (AKA Global navigation&lt;/p&gt;
</description></item><item><title>re: Customizing the WSS 3.0/MOSS 2007 Menu Control -- MossMenu source code released</title><link>http://blogs.msdn.com/sharepoint/archive/2006/12/02/customizing-the-wss-3-0-moss-2007-menu-control.aspx#6274533</link><pubDate>Fri, 16 Nov 2007 00:11:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6274533</guid><dc:creator>Megan</dc:creator><description>&lt;p&gt;We are also fasing the problem of the error &amp;quot;Internet Explorer cannot open the Internet site, Operation aborted&amp;quot;. We have replaced AspMenu control with the MossMenu control. Yet i get the IE error. &amp;nbsp;I believe the problem is IE6 related - has anyone managed to find a solution for this yet?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>re: Customizing the Mysite</title><link>http://blogs.msdn.com/sharepoint/archive/2006/12/02/customizing-the-wss-3-0-moss-2007-menu-control.aspx#6786326</link><pubDate>Mon, 17 Dec 2007 07:38:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6786326</guid><dc:creator>kittiphong</dc:creator><description>&lt;p&gt;Does anyone can help me?&lt;/p&gt;
&lt;p&gt;I developed a webpart ,this webpart can display on &lt;a rel="nofollow" target="_new"&gt;&lt;a rel="nofollow" target="_new" href="http://dev001/"&gt;http://dev001/&lt;/a&gt;Pages/default.aspx"&gt;&lt;a rel="nofollow" target="_new" href="http://dev001/"&gt;http://dev001/&lt;/a&gt;Pages/default.aspx&lt;/a&gt; (portal site)with no errors found but when I use the same webpart and install it to mysite page. It show &amp;quot;An unexpected error has occured&amp;quot; Web Parts Maintenance Page.&lt;/p&gt;
&lt;p&gt;In the part souce code of my webpart connect to use the content of xml file in &amp;quot;C:\Program Files\Command Files\web server extensions\12\Template\Layouts\scgkm\xml\cop.xml&amp;quot;.&lt;/p&gt;
&lt;p&gt;symptom:&lt;/p&gt;
&lt;p&gt;At &lt;a rel="nofollow" target="_new"&gt;&lt;a rel="nofollow" target="_new" href="http://dev001/"&gt;http://dev001/&lt;/a&gt;Pages/default.aspx"&gt;&lt;a rel="nofollow" target="_new" href="http://dev001/"&gt;http://dev001/&lt;/a&gt;Pages/default.aspx&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;login by SystemAdministrator : no error&lt;/p&gt;
&lt;p&gt;login by expert01 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: no error&lt;/p&gt;
&lt;p&gt;At &lt;a rel="nofollow" target="_new"&gt;&lt;a rel="nofollow" target="_new" href="http://dev001/"&gt;http://dev001/&lt;/a&gt;personal/admin/default.aspx"&gt;&lt;a rel="nofollow" target="_new" href="http://dev001/"&gt;http://dev001/&lt;/a&gt;personal/admin/default.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;mysite of SystemAdminstrator : no error&lt;/p&gt;
&lt;p&gt;At &lt;a rel="nofollow" target="_new"&gt;&lt;a rel="nofollow" target="_new" href="http://dev001/"&gt;http://dev001/&lt;/a&gt;personal/expert01/default.aspx"&gt;&lt;a rel="nofollow" target="_new" href="http://dev001/"&gt;http://dev001/&lt;/a&gt;personal/expert01/default.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;mysite of expert01 :error Web Parts Maintenance Page.&lt;/p&gt;
&lt;p&gt;expert01(Privilege in &lt;a rel="nofollow" target="_new" href="http://dev001/"&gt;http://dev001/&lt;/a&gt; is member group)&lt;/p&gt;
&lt;p&gt;I tried to solve this ploblem by trust location of &amp;quot;&lt;a rel="nofollow" target="_new" href="http://dev001/"&gt;http://dev001/&lt;/a&gt;_layouts/scgkm/xml/cop.xml&amp;quot; in SharedServices1 but it still show error now.&lt;/p&gt;</description></item><item><title>Re: Custom Menu : Display images from site collection</title><link>http://blogs.msdn.com/sharepoint/archive/2006/12/02/customizing-the-wss-3-0-moss-2007-menu-control.aspx#7148321</link><pubDate>Fri, 18 Jan 2008 14:08:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7148321</guid><dc:creator>Meg</dc:creator><description>&lt;p&gt;thanks so much for the source code to display images per subsite in teh menu. &lt;/p&gt;
&lt;p&gt;How do I change it slightly to do mouseover and mouseout events ( in other words change my image in the menu with the mouse over event) &lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;meg&lt;/p&gt;</description></item><item><title>re: Customizing the WSS 3.0/MOSS 2007 Menu Control -- MossMenu source code released</title><link>http://blogs.msdn.com/sharepoint/archive/2006/12/02/customizing-the-wss-3-0-moss-2007-menu-control.aspx#7325076</link><pubDate>Wed, 30 Jan 2008 14:25:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7325076</guid><dc:creator>Sreejesh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Help me;&lt;/p&gt;
&lt;p&gt;I have a sharepoint site where there is a group of users. User clicks on mysite, one of the web part displayed is the getting started web part with other few default web parts. &lt;/p&gt;
&lt;p&gt;I want to hide/delete/close that getting started web part after a period of time(say 2 days). How best i can achive this task.&lt;/p&gt;
&lt;p&gt;Thanx in advance.&lt;/p&gt;
&lt;p&gt;Sreejesh.&lt;/p&gt;
&lt;p&gt;email me: sreejuchak@gmail.com&lt;/p&gt;</description></item><item><title>re: Customizing the WSS 3.0/MOSS 2007 Menu Control -- MossMenu source code released</title><link>http://blogs.msdn.com/sharepoint/archive/2006/12/02/customizing-the-wss-3-0-moss-2007-menu-control.aspx#8569387</link><pubDate>Mon, 02 Jun 2008 16:41:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8569387</guid><dc:creator>Jitesh</dc:creator><description>&lt;p&gt;Hi,I am facing the same issue of &amp;quot;Internet Explorer cannot open the Internet site, Operation aborted&amp;quot; but when I googled , I found that if there's somejavascript code written within HTML then this occurs...&lt;/p&gt;
&lt;p&gt;But I did not find anything in my code.&lt;/p&gt;
&lt;p&gt;Now I got a solution to this issue i.e by replacing RegisterStartupScript by RegisterClientScriptBlock..But this leads to some other minute issue...Can someone please suggest me if I am going the right way?&lt;/p&gt;</description></item><item><title>re: Customizing the WSS 3.0/MOSS 2007 Menu Control -- MossMenu source code released</title><link>http://blogs.msdn.com/sharepoint/archive/2006/12/02/customizing-the-wss-3-0-moss-2007-menu-control.aspx#9431678</link><pubDate>Wed, 18 Feb 2009 19:17:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9431678</guid><dc:creator>quintorel</dc:creator><description>&lt;p&gt;Hi, I have found a bug in MossMenu. &lt;/p&gt;
&lt;p&gt;When MapProvider have more than one level of depth, MossMenu don't work correctly. Only shows the first element.&lt;/p&gt;
&lt;p&gt;Any idea? solution?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
</description></item><item><title>Custom Navigation in SharePoint - The Full Monty</title><link>http://blogs.msdn.com/sharepoint/archive/2006/12/02/customizing-the-wss-3-0-moss-2007-menu-control.aspx#9467615</link><pubDate>Mon, 09 Mar 2009 13:27:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9467615</guid><dc:creator>Michael O'Donovan's SharePoint and Stuff</dc:creator><description>&lt;p&gt;The out of the box navigation controls work for many scenarios, but what happens if they don't? What&lt;/p&gt;
</description></item></channel></rss>