Asked by:
“View My Site…” link for the contextual menu against people’s presence icon points to wrong “My Site” link.

Question
-
Hi All,
I have customized SharePoint “MySite” as per customer’s requirements and brandings.There are few out-of-box web parts in SharePoint “MySite” like “Colleagues Web Part” and “People Search Result Web Part” which we have used. These Web Parts display Users and a Presence icon in front of each User, where keeping mouse over the icon for a moment will display further dropdown menu items (like Send Mail, Add to Outlook Contacts, Schedule a Meeting..., etc.).
I understand that the secret lies in calling the IMNRC JavaScript function passing in an email address in the rendered html. E.g. IMNRC ('user@domain.com'). The IMNRC function calls an ActiveX control (called "name.dll") on the user’s machine which does the work, this control is installed with Office 2003.
To add presence information to our custom web parts, we simply need to call the following JavaScript function IMNRC () function, passing in the email address of the account you wish to check, such as IMNRC ('user@domain.com')<span><img border="0" height="12" width="12" src="/_layouts/images/blank.gif" originalAttribute="src" originalPath="/_layouts/images/blank.gif" originalAttribute="src" originalPath="/_layouts/images/blank.gif" onload="IMNRC (‘user@domain.com’)" id="IMID1" ShowOfflinePawn="1"/> User Name</span>
Now different users are getting different number of menu items at their respective machines having same configurations. Even for few users there are no mouse-over effects, nothing getting displayed.
But the main issue is that few of them are getting “View My Site…” menu and if the user clicks on “View My Site…” option, he/she is getting redirect to some wrong MySite link, not the one that we have customized.
Now my Questions are:1. How to change the link that is associated with “View My Site…” menu item so that it redirects to our customized MySite?
2. What makes the users to have different number of menu items getting displayed in different terminals with similar configurations?
3. How to control the menu items getting displayed, like hiding few menu items, adding few menu items, etc.?
Thanks in advance,
Ani- Moved by Mike Walsh FIN Monday, February 16, 2009 1:55 PM MySite q (Moved from SharePoint - Design and Customization to SharePoint - Social Computing)
Monday, February 16, 2009 1:06 PM
All replies
-
FYI, I am using WSS 3.0/MOSS 2007 with Windows 2003 Server SP2, IE6, IIS6.Monday, February 16, 2009 1:08 PM
-
MySite questions go to Social Computing (along with Blog and Wiki questions)Moving this.
WSS FAQ sites: WSS 2.0: http://wssv2faq.mindsharp.com WSS 3.0 and MOSS 2007: http://wssv3faq.mindsharp.com
Total list of WSS 3.0 and MOSS 2007 Books (including foreign language titles) http://wss.asaris.de/sites/walsh/Lists/WSSv3%20FAQ/V%20Books.aspxMonday, February 16, 2009 1:54 PM -
Does any one of you faced this problem? Please suggest...
Thursday, February 19, 2009 4:13 AM -
Facing the same problem...will post back if I find the answer...Friday, August 7, 2009 3:50 PM
-
I have the same problem. Has anyone found an answer?
Thursday, October 22, 2009 8:45 PM -
I have the same problem. Has anyone found an answer?
Thursday, December 30, 2010 5:23 PM -
I was able to resolve this using the following change of the registry on client's machine:
I changed a Registry entry [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Common\Server Links\Published\My Site\Profile Site] from this:
URL = http://mysite/Person.aspx?user=
to this:
URL = http://mysite/_layouts/SelectUser.aspx?user=
Monday, February 7, 2011 6:45 AM