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" >) you
also need to replace the CategoryNavigationWebPart with
the new instance: 

How to Customize the Left Navigation Bar of SPPS Home Page [Another Solution]<SPSWC:CategoryNavigationWebPart runat="server" 
How to Customize the Left Navigation Bar of SPPS Home Page [Another Solution]id
="NewVerticalNavBar" DisplayStyle="VerticalOneLayer" 
How to Customize the Left Navigation Bar of SPPS Home Page [Another Solution]CurrentCategoryID
="<insert from above>"/>
How to Customize the Left Navigation Bar of SPPS Home Page [Another Solution]


相关文章:

  • 2021-11-28
  • 2022-12-23
  • 2021-11-16
  • 2021-07-01
  • 2021-08-11
  • 2021-12-11
  • 2021-09-13
  • 2021-10-21
猜你喜欢
  • 2021-11-22
  • 2021-08-11
  • 2022-02-03
  • 2021-12-27
  • 2022-12-23
  • 2021-07-03
  • 2021-12-01
相关资源
相似解决方案