|
|
Comments and Discussions
|
|
 |

|
Is there a way to omit having the div that wrap the menu item?
That is from this:
Quote:
to this:
Quote:
Thanks.
|
|
|
|

|
Hi there,
First off, great project this functionality should have been included in SP 2010.
I'm having a difficult time getting the items in the second level to use the CSS. They're showing up with the Level class for some reason. I don't seem to see my class for CurrentNodeParentCssClass being called.
Any thoughts?
Chris
|
|
|
|

|
To support my question the html it generated is below... it seems that the nested UL isn't applying the CSS class.
<ul class="L0">
<li><div class="Selected">
About the Program
</div>
<ul>
<li><div class="L1">
<a href="/en/about-program/Pages/impact-transition.aspx">The Impact of Transition</a>
</div></li>
</ul></li>
<li><div class="L1">
<a href="/en/basics/Pages/default.aspx">The Basics of Hemophilia</a>
</div></li>
modified 29 Sep '11 - 18:33.
|
|
|
|

|
Hi!
Is there any way to manipulate the starting node like the StartingNodeOffset property in PortalSiteMapDataSource?
In my example the page structure is like:
Home
Page
Page
Page
Subpage
Subpage
Page
...
and Pages are displayed in the menu. I want them to just be displayed in the general menu but not in the current menu. Subpages should be displayed in the current men when the above page is selected.
I hope you can understand what i mean and sorry for my bad english(german here )
Thanks in advance!
Best regards
jo
|
|
|
|

|
Do you have solution ?! I need to show only the sites below the main navigation (top navigation).
|
|
|
|

|
Trying to set StartNodeKey programmatically......any ideas?
I have the string I need to set it too in code behind but I cant seem to set it - any ideas?
Woods
SharepointCode.co.uk
|
|
|
|

|
If I log in with my account this navigation works great, but for all other users it isn't visible at all, even if those users have the same access rights. The master file is checked in. What could be the reason? Any ideas?
PS: I'm new to Sharepoint.
|
|
|
|

|
Did you approve the master page?
|
|
|
|

|
No, I didn't, this was the reason, thank you.
|
|
|
|

|
I have edited the Page and added the 2dn line to the <asp: code, no luck
The page has 3 master pages, default.master, minimal.master and A4.master. I have edited the minimal and added the 2nd line to the <body (error) and the |
|
|
|

|
You need to find out which master page the site/page is using and go from there.
|
|
|
|

|
Hi,
I downloaded and deployed to my site after I updated the site URL. I then updated the default master page as per your instructions (first time!)
I inserted <QuestechPublishingWebControls:Navigation CompactMode="False" runat="server" > after the head tag .
I refreshed the site's home page, and got the following error:
The control type 'QuestechSystems.SharePoint.Publishing.WebControls.Navigation' is not allowed on this page. The type is not registered as safe.
Troubleshoot issues with Microsoft SharePoint Foundation.
I checked the web.config, and the following was inserted when the solution was deployed successfully:
<SafeControl Assembly="QuestechSystems.SharePoint.Publishing.Navigation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ee7d0b321d4d4305" Namespace="QuestechSystems.SharePoint.Publishing.WebControls" TypeName="*" Safe="True" SafeAgainstScript="False">
Your insight is appreciated
|
|
|
|

|
I assume the web app where the solution is deployed hosts the site in which you are making changes to the master page? BTW <QuestechPublishingWebControls:Navigation CompactMode="False" runat="server" > should be inserted somewhere in the body, not right after the head tag but that won't cause this error.
|
|
|
|

|
Do you have any special add-ins installed? I tried opening with a clean install of Visual Studio 2010 Professional.
|
|
|
|

|
None other than SharePoint integration/additions for VS2010. Please make sure that is selected during VS2010 installation.
|
|
|
|

|
I get this error when I drop the control on the page.
|
|
|
|

|
What is the sitemap providers section in your site's web.config look like?
|
|
|
|

|
Hey! First of all thanks for your efforts. This menu was just what i was searching for.
Unfortunately i got the same error mentioned above.
Here is my sitemap provider section:
<siteMap defaultProvider="CurrentNavigation" enabled="true">
<providers>
<add name="SPNavigationProvider" type="Microsoft.SharePoint.Navigation.SPNavigationProvider, Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
<add name="SPSiteMapProvider" type="Microsoft.SharePoint.Navigation.SPSiteMapProvider, Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
<add name="SPContentMapProvider" type="Microsoft.SharePoint.Navigation.SPContentMapProvider, Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
<add name="SPXmlContentMapProvider" siteMapFile="_app_bin/layouts.sitemap" type="Microsoft.SharePoint.Navigation.SPXmlContentMapProvider, Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
<add name="ExtendedSearchXmlContentMapProvider" description="Provider for navigation in Extended Search pages" siteMapFile="_app_bin/layouts.sitemap" type="Microsoft.Office.Server.Search.Extended.Administration.Common.ExtendedSearchXmlContentMapProvider, Microsoft.Office.Server.Search, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
<add name="AdministrationQuickLaunchProvider" description="QuickLaunch navigation provider for the central administration site" type="Microsoft.Office.Server.Web.AdministrationQuickLaunchProvider, Microsoft.Office.Server.UI, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
<add name="SharedServicesQuickLaunchProvider" description="QuickLaunch navigation provider for shared services administration sites" type="Microsoft.Office.Server.Web.SharedServicesQuickLaunchProvider, Microsoft.Office.Server.UI, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
<add name="PWASiteMapProvider" description="Project Web App provider for global navigation" type="Microsoft.Office.Project.PWA.PWASiteMapProvider, Microsoft.Office.Project.Server.PWA, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" mode="Quick Launch" securityTrimmingEnabled="true" initializeMetadata="true" />
<add name="GlobalNavSiteMapProvider" description="CMS provider for Global navigation" type="Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" NavigationType="Global" EncodeOutput="true" />
<add name="CombinedNavSiteMapProvider" description="CMS provider for Combined navigation" type="Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" NavigationType="Combined" EncodeOutput="true" />
<add name="CurrentNavSiteMapProvider" description="CMS provider for Current navigation" type="Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" NavigationType="Current" EncodeOutput="true" />
<add name="CurrentNavSiteMapProviderNoEncode" description="CMS provider for Current navigation, no encoding of output" type="Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" NavigationType="Current" EncodeOutput="false" />
<add name="GlobalNavigation" description="Provider for MOSS Global Navigation" type="Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" NavigationType="Combined" Version="14" />
<add name="CurrentNavigation" description="Provider for MOSS Current Navigation" type="Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" NavigationType="Current" Version="14" />
<add name="SiteDirectoryCategoryProvider" description="Site Directory category provider" type="Microsoft.SharePoint.Portal.WebControls.SiteDirectoryCategoryProvider, Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
<add name="MySiteMapProvider" description="MySite provider that returns areas and based on the current user context" type="Microsoft.SharePoint.Portal.MySiteMapProvider, Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
<add name="MySiteLeftNavProvider" description="MySite Left Nav provider that returns areas and based on the current user context" type="Microsoft.SharePoint.Portal.MySiteLeftNavProvider, Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
<add name="MySiteSubNavProvider" description="MySite Sub Nav provider that returns areas and based on the current user context" type="Microsoft.SharePoint.Portal.MySiteSubNavProvider, Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
</providers>
</siteMap>
|
|
|
|

|
Hi
Have this been fixed? I have the same issue...
|
|
|
|
 |
|
|
General News Suggestion Question Bug Answer Joke Rant Admin
Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.
|
Renders navigational nodes in HTML list tags
| Type | Article |
| Licence | CPOL |
| First Posted | 15 May 2010 |
| Views | 46,563 |
| Downloads | 1,251 |
| Bookmarked | 9 times |
|
|