Could you not put that stock top level navigation bar on all of thesite and page templates? And if so, is there an easier way thanmanually doing it and saving the results as a template?
Which top bar nav bar are you referring to? Portal area navigation?Portal tools nav that include My Site and Help? WSS top nav thatincludes Home, Documents and Up to XX Site?
If you mean the top nav in a team site, that is just a server controlthat looks like this on the direct-mode page:<SharePoint:Navigation LinkBarId="1002" runat="server"/>
The web part that is on the main portal with the News, Topics, etc...nav on it.
I'm confused as that top horizontal nav bar is available on every pagein the portal. Are you wanting that portal nav bar on the WSS sites?
Actually yeah, that is what I was asked for.Is this possible?
Never tried it. You can back up the STS site definition'sdefault.aspx file and then copy the user control from the SPS sitedefinition and paste it in the STS site definition and see what happens.