Questions tagged [mysite]

My Site is a SharePoint Server 2007 service that provides a website for information hosting, web portal services, personalization, and many other services.

My Site is a SharePoint Server 2007 service that provides a website for information hosting, web portal services, personalization, and many other services.

See also:

Read more:

53 questions
1
vote
1 answer

SharePoint 2013 Activity Event in Newsfeed

I need to add custom notifications to the personal Newsfeed on people's MySites. I found several tutorials and code examples for SharePoint 2010 on the net and tried to do the same with SharePoint 2013. They're all about creating ActivityEvents with…
LInsoDeTeh
  • 1,028
  • 5
  • 11
1
vote
1 answer

SharePoint My Sites Social Comment in multiple languages

I'm trying to create custom post to current user newsfeed in SharePoint 2013 Newsfeed. I must create posts in different languages like OTB functionality. So I have something like this: SocialDataItem docLink = new SocialDataItem { …
user759813
  • 21
  • 2
1
vote
2 answers

Deactivating site collection feature on MySite

We have a custom master page that is deployed to the MySite web application per these instructions - http://www.sharepointblog.com/2008/07/sp2007-custom-master-pages-on-subsites.html However, we require the ability to deactivate the feature on all…
esp
  • 239
  • 4
  • 18
1
vote
1 answer

SharePoint MySites URL Conflict

A user logins into the SharePoint site we have created using their email address and this becomes their username. However this creates a problem for MySites. When the user creates a MySite the URL it cuts of anything after the @ symbol in the…
Michael Edwards
  • 6,308
  • 6
  • 44
  • 75
1
vote
0 answers

SharePoint search not finding someone and job title displaying incorrectly for one person

I am the SharePoint administrator for a company. Usually I can find how to fix problems rather easily but this time I am stumped. I have two problems. One of them is there is a person who has a MySite but when you use the people search she does not…
Aaron
  • 224
  • 1
  • 4
  • 13
1
vote
1 answer

Access Share Service Provider (SSP) settings

How can I access the settings of a Share Service Provider programmatically. Especially how could I retrieve the MySite storage location defined in a SSP's MySite settings?
Flo
  • 27,355
  • 15
  • 87
  • 125
1
vote
2 answers

Different My Site Themes on different SSP's

We are running MOSS 2007, with 4 different SSPs. I want to change the theme that is applied to the mysites created on one of the SSPs. I plan to do this using feature stapling but how can I deploy this feature to just this specific mysite url as it…
78lro
  • 1,790
  • 7
  • 37
  • 63
1
vote
3 answers

Sharepoint 2010 Mysite Blog branding (with publishing) not working

I did some branding for an intranet site for a client in SharePoint 2010 and build a solution. The solution contains some masterpages which are based on the publishing features of SharePoint. The client's intranet site also uses Mysite and I use…
0
votes
1 answer

ViewStateException at MySite.aspx on personal site creation

I have a MySite host personalized with a custom master page and a usercontrol with a listview on it. I'm getting a "This Page has been modified since you opened it" error message when trying to create a personal site for a user. The logs show a…
Pedro Fonseca
  • 198
  • 1
  • 16
0
votes
1 answer

How do I edit the layout of the Person.aspx in a SharePoint 2010 MySite collection?

When logged into SharePoint and clicking the "My Profile" link from your name in the ribbon a page is shown (Person.aspx) and it shows data from the User Profile store. This is great, except, we have custom fields etc that we need to show just…
Marc
  • 1,178
  • 1
  • 18
  • 31
0
votes
1 answer

Custom Favicon in Sharepoint 2010 My Site

Is it possible to change the favicon for the My Sites in Sharepoint 2010? I've followed Randy Drisgills tutorial for changing the SharePoint site icon and it worked. http://blog.drisgill.com/2009/11/sp2010-branding-tip-4-easily-show.html When I've…
0
votes
1 answer

How to programmatically retrieve SharePoint My-Sites users' blog posts using C#?

I managed to access user profile content: using (SPSite ospSite = new SPSite("http://localhost:80/")) { ServerContext s = ServerContext.GetContext(ospSite); UserProfileManager profileManager = new UserProfileManager(s); …
vovafeldman
  • 585
  • 10
  • 17
0
votes
1 answer

How to remove, retract, uninstall ActivityApplication with or without powershell

I have been developing a solution which has a web part and allows users to post photos and links to the newsfeeds of colleagues in SharePoint 2010's MySites, the social network with SP2010. With testing and errors and such, I now have some…
Anthony Graglia
  • 5,355
  • 5
  • 46
  • 75
0
votes
2 answers

Sharepoint 2019 - force mysite subsites to get custom css

I set a custom css at /_layouts/15/settings.aspx (root site collection from mysite webapp) Look and Feel > master page alternative css css-file is located at /_Layouts/CSSRegistration/...* .css. This is set for both WebApps (main intranet :80 and…
User44311465
  • 11
  • 1
  • 5
0
votes
1 answer

mysite creation failed

I deleted my site on Sp 2010 and when I click MyContent sharepoint try to create a new MySite for me but get error like There has been an error creating the personal site. Contact your site administrator for more information When i check event…
Sefer K
  • 504
  • 1
  • 5
  • 19