2013 Qucklaunch,第3级 [英] 2013 Qucklaunch, 3rd level

查看:92
本文介绍了2013 Qucklaunch,第3级的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直试图使它起作用,但没有成功.似乎有一些工作实例,但我无法使其工作.

I've been trying to get this to work but no success. There seem to be several examples of this working but I'm unable to make it work.

此处有一个类似的线程,称为"2013 quicklaunch-更多级别"; (我无法发布链接或图片,是的,我已发布以验证我的帐户)

There is a similar thread here called "2013 quicklaunch - more levels"; (I'm unable to post links or images, yes I've posted to verify my account)

但是给出的示例来自先前版本的sharepoint,尽管我遵循了建议,但它不起作用.

But the example given is from a previous version of sharepoint and though I've followed the advice it doesn't work.

无论我如何编辑V4QuickLaunchMenu的设置,我都无法使Quicklaunch接受第三级.

No matter how I edit the settings for V4QuickLaunchMenu, I cannot get the quicklaunch to accept a 3rd level.

它确实为我提供了在此处放置链接"弹出窗口,但无法将任何内容实际放入弹出窗口.

It does give me the "drop link here" popup but unable to actually drop anything into the popup.

任何建议将不胜感激.

Any advice would be appreciated.

谢谢.

推荐答案

Meticulotron,

如果要在全局导航"中的子站点下显示子子站点.

所有网站上的导航设置为:

显示子站点

显示页面

并且您需要在母版页中更改StaticDisplayLevels和MaximumDynamicDisplayLevels.​​

以下是我们正在使用的母版页中的代码,我们确实获得了所需的四个级别:
Hi Meticulotron, 

If you want to display the sub-sub-site under the sub-site in the Global Navigation.

The Navigation on all sites are set to: 

Show subsites

Show pages

And you need to change StaticDisplayLevels and MaximumDynamicDisplayLevels in master page. 

Below is the code in the masterpage we are using and we do get the required four levels:
     <!--SPM:<SharePoint:AspMenu
                        id="V4QuickLaunchMenu"
                        runat="server"
                        EnableViewState="false" 
                        DataSourceId="QuickLaunchSiteMap"
                        UseSimpleRendering="true"
                        Orientation="Vertical"
                        StaticDisplayLevels="2"
                        AdjustForShowStartingNode="true"
                        MaximumDynamicDisplayLevels="4"
                        SkipLinkText=""
/>-->

此外,请确保您已安装 sp1 for SharePoint2013. 

Besides, make sure you have installed the sp1 for your SharePoint 2013. 

参考:

https://social.technet.microsoft.com/Forums/zh-CN/166ec4f2-a037-425b-a884-6e246e868efd/maximumdynamicdisplaylevels-not-working?forum=sharepointcustomization

最好的问候,

Lisa Chen

Lisa Chen 


这篇关于2013 Qucklaunch,第3级的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆