1
vote
1answer
4k views

Error occurred in deployment step 'Activate Features' - When feature stapling to My Sites

I am trying to deploy a feature to My Sites in SharePoint 2010 and nothing seems to be working. I did this perfectly fine on the test environment but can't seem to get it working on the production ...
0
votes
1answer
241 views

Switching Ribbon and Navigation Bar Location, MySites

I'm trying to get the Top Navigation Bar (My Site, My Content, My Profile...) to go below the Top Ribbon. Basically I want the top area of MySites to look just like a regular site collection. Any idea ...
0
votes
1answer
582 views

Sharepoint 2010 MySite feature Stapling Error

In our environment i had created a feature stapler which will brand the personal site of users so that it will follow the same branding all over the site collection but when a user is creating a blog ...
3
votes
1answer
202 views

Listadded events on My Site omits Personal and Shared Documents creation

I want to have a feature which will change some settings on every list on My Site. Problem is i cant change settings for two main list: Shared and Personal Documents. For testing I have web feature ...
1
vote
0answers
306 views

MySite Feature stapling

I need to add a custom webpart to default.aspx page of created MySite. I followed this post and it is working well. What is strange thou, it works well for users that authenticate via Windows ...
1
vote
1answer
621 views

How to feature staple to MySites masterpage

Is there a way to feature staple to the MySites site definition? I want to be able to style it via the masterpage.
0
votes
1answer
98 views

Feature not applied to public My Site profile

I've written and deployed a feature for my company's My Site - all it does is replace the default Top Navigation Control with one I've modified to include a link back to our main SharePoint ...
1
vote
4answers
2k views

How to delete webparts from my site on creation

I want to delete some of the webparts from my sites when they are created. I've stapled a feature that runs custom code. I've attached the basics of what it does below, edited for brevity. It works ...