Asked by:. Archived Forums. Use this forum to discuss general topics for versions of SharePoint prior to Sign in to vote. Hello , I want to create my own "MySite" template and want to place few custom webparts on it. How can i override the existing Mysite template with own template.
How to do it programatically. Whenver a user creates a mysite it should ftech my custom template as mysite. Use this forum to discuss topics about using Visual Studio with SharePoint and other programming for versions of SharePoint prior to Sign in to vote.
I need to create a calendar list in My Site template and add a custom webpart to the calendar list in that case the calendar list will be created automatically while every user creates his My Site.
How to do it? Friday, May 9, PM. Saturday, May 10, PM. Anybody know? Saturday, May 10, AM. I hope this helps Brett Lonsdale www. Thanks, I have added some code to upload a list template to list template library in featureActivated event while creating the My Site.
It can works. But I also want to create a custom list while creating My Site. It can't work, the problem is that if you want to create a custom list, you need to know the SPListTemplate. GetCustomListTemplates site. This is life saver for me, I was looking a good paper on customizing mysites in sharepoint. Thanks for posting. In Sharepoint, a user can have his own personal site where he can add his personal information, documents and other related information.
Sharepoint dont have any built-in mechanism to customize the look and feel of MySite template. If we wants to customiza it through Sharepoint designer then we will have to customize it for each user seperately. What if we wants to have a custom template for MySite common to all users? We will have to change its master page.
But this is not a recommended approach. If we will modify the default. An alternate and recommended way to do it is feature stapling. In feature stapling, we can create a custom master page and replace that with default.
Now my next task was to add a content editor webpart in default. The solution for this is a bit tricky. I had to play with ONET. XML to add the webparts. Here is the steps I followed 1.
0コメント