How to Customize the Left Navigation Bar of SPPS Home Page [Another Solution]
There are a few steps to achieving this:
1. Identify the Category ID for your "Departments" area.
2. Modify the underlying .ASPX file
3. Add a NEW instance of the control that renders this heirarchy
---------------------------------------------------------
1. To get the "Departments" category ID
- Open the "Deaprtments" area in your browser
- Click on the "Change Settings" link
- Look in the URL for the following:
CatID=9d576751-eeea-4392-8381-9a4ad043056f
- The number (which will be unique to your Department area) is what we want
for the next step.
2. To add the correct navigation control
- Open the following file:
C:\Program Files\Common Files\Microsoft Shared\web server
extensions\60\TEMPLATE\1033\SPS\default.aspx
This is the underlying template for the SPS Homepage
3. Add a NEW instance of the control
- Look for the following:
<SPSWC:CategoryNavigationWebPart runat="server" id="VerticalNavBar"
DisplayStyle="VerticalOneLayer" />
- Replace it with the following
<SPSWC:CategoryNavigationWebPart runat="server" id="NewVerticalNavBar"
DisplayStyle="VerticalOneLayer" CurrentCategoryID="<insert from above>"/>
- Note that I have given it a new ID, you MUST do this for it to work.
In the default.aspx page (http://server/default.aspx) you
also need to replace the CategoryNavigationWebPart with
the new instance:




【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· 单线程的Redis速度为什么快?