I have a system running WSS 3.0. I installed MOSS 2007 over the
server and followed all the instructions outlined here:
technet.microsoft.com/en-us/library/cc262342.aspx. I created
the SSP and enabled all the MOSS features on the farm.
My problem is I can't get MySite or MyLinks to appear on the original
site collections. It does show up when I go to the SSP and when I
click on it, I get the MySite.
I looked at the master files for the old sites and any new ones I
built, and they all have this in the top banner:
<td valign="middle" class="ms-globallinks">
<table cellspacing="0"
cellpadding="0">
<tr>
<td class="ms-globallinks">
<SharePoint:DelegateControl
ControlId="GlobalSiteLink1" Scope="Farm" runat="server"/></td>
<td class="ms-globallinks">
<SharePoint:DelegateControl
ControlId="GlobalSiteLink2" Scope="Farm" runat="server"/></td>
</tr>
</table>
</td>
So as long as the control is there, it should work. I looked at the
features under the hive and MySite is there, so it must be enabled as
part of the standard MOSS features.
How do I enable this on the old site collections?