I have a SharePoint Site called ProxymGroup which has multiple affiliates and departments.
I created the webApplication and added 2 managed Paths
of type WildCard
called Affiliates
and Departments
.
Under affiliates i needed to create 3 site collections and under departments 2 other SiteCollections. So, here i have the links for the siteCollections:
http://MyHostName/affiliates/SiteCol1 ...
and http://MyHostName/departments/SiteCol1 ...
etc.
My goal is to display all that hierarchy in theTopNavigationBar
menu of the siteCollection because when i activated SharePoint server publishing
feature and checked Show SubSites
in navigation tab under site sittings
it only showed me the subsites, not the siteCollections created under this site.
How can i do please to get that hierachy shown in my TopNavigationBar
menu???
Thanks in advance