Anyway, here's what you need to do:
1. Figure out the URL to a person's MySite (usually something like: http://mysites.acme.com/Person.aspx?accountname=lbenitez)
2. Save a backup copy of: WAS_HOME>\profiles\<WAS_Profile>\config\cells\<Host_name>\LotusConnections-config \LotusConnections-config.xml
3. Open the file from #2 with your favorite text editor
4. Add the following line (it's 1 line, but it wraps):
<sloc:serviceReference serviceName="mysites"
href="http://mysites.acme.com" enabled="true"
ssl_href="http://mysites.acme.com" ssl_enabled="false"
person_card_service_url_pattern="/Person.aspx?accountname={uid}"
person_card_service_name_js_eval="'My Site'"/>
href="http://mysites.acme.com" enabled="true"
ssl_href="http://mysites.acme.com" ssl_enabled="false"
person_card_service_url_pattern="/Person.aspx?accountname={uid}"
person_card_service_name_js_eval="'My Site'"/>
5. Save and close the file
6. Save a backup copy of: WAS_HOME>\profiles\<WAS_Profile>\config\cells\<Host_name>\LotusConnections-config \service-location.xsd
7. Open the file from #6 with your favorite text editor
8. Add the following line (under <xsd:simpleType name="serviceNames"> --> <xsd:restriction base="xsd:string"> )
<xsd:enumeration value="mysites" />
9. Save and close the file
10. Restart Profiles
That's it!! See, I told you!! All it took was TWO LINES OF XML!!! No coding!