Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
130 views

Whose My Site am I on? (Programmatically)

I am building a web part to put on Sharepoint My Sites. I need to get the SPUser whose My Site the web part is on. Currently I simply use Request.QueryString["accountname"] but this will not work ...
2
votes
1answer
65 views

How to add an ActivityEvent to all users' newsfeed with the ActivityFeedGatherer in SharePoint 2010 MySites

I have developed numerous Event receivers and web parts for the social aspect of Microsoft SharePoint 2010 Social MySites. The next thing I would like to do is place an event receiver on a management ...
2
votes
2answers
1k views

SharePoint 2010: Create a bookmark button that adds a page to your My Links

I am trying to create a link/button on my masterpage which when clicked, adds the current page to the user's My Links list. This is merely a shortcut to save the user from having to navigate to their ...
2
votes
2answers
443 views

Access denied when using RunWithElevatedPrivileges?

I want regular user can access the "User Information List" in Mysite root site. I am using "RunWithElevatedPrivileges" method. Still throwing access denied error. per example my root site collection ...
2
votes
3answers
862 views

Adding a custom tab and page MOSS MySites that everyone can see

On MOSS mysites I want to be able to create a new tab that every mysite user can view, it should show a web part page. How can I do this?
1
vote
0answers
62 views
1
vote
2answers
311 views

SharePoint 2010 event handler (receiver) not working on personal sites of the MySites site collection

Title says it all folks. I have a SharePoint 2010 MySites set up on its own web application. There is the standard site collection at the base level, http://site:80/. The personal sites for each user ...
1
vote
1answer
613 views

Desktop Bulk Upload SharePoint Profile Images

I am looking for a tool that can bulk upload user profile images to the SharePoint My Site host. Nothing too flash, it just needs to take a directory of images named by the account name. And then set ...
1
vote
1answer
67 views

Do SharePoint bookmarks require a mySite?

We want to try to prevent using a mySite and just use the profile of SharePoint 2010. However, we want the user to store bookmarks (or links)- does this mean they need to have a mySite? Is this ...
1
vote
0answers
21 views

Integrating Network Shares To MySite

Please I have a WSS 3.0 environment. Not all departments have adopted the WSS sites. Those who have not use a network share, those who have adopted equally still use the network share because of those ...
1
vote
2answers
460 views

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 ...
1
vote
1answer
434 views

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 ...
1
vote
1answer
213 views

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?
1
vote
2answers
182 views

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 ...
1
vote
1answer
362 views

Possible to override site creation in Sharepoint?

We want to customize the "My Site" templates for different roles, say Students and Teachers. So basically we want to have one Site Def. for each and when they press "My Site" we want to create a new ...
0
votes
1answer
19 views

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 ...
0
votes
0answers
27 views

Packaging custom properties for mysites in sharepoint 2010

Is it possible to package custom properties that i manually create for profile for mysites in sharepoint 2010. E.G. music, hobbies ... So next time i just next time i dont need to do it manually when ...
0
votes
0answers
189 views

Mysite restoration not working [closed]

I have a got an interesting situation where i need to restore a user's mysite to SharePoint 2010 and am having difficulties. I have been given a .bak file without the information of what kind of ...
0
votes
0answers
14 views

MySite access Custom SqlSever UserProfile Database?

Hi one of my client requirement is create a custom webparts in My Site,In this site user can Login Active Directory User authentication and Custom roles defined in sql server(like HR,Emp....). Depends ...
0
votes
1answer
244 views

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 ...
0
votes
0answers
66 views

Mysite Link of a User Profile

We have a mysite Host including the profile page in the mysite root. Everywhere in our sharepoint farm where a user is display (search, list fields like changed by etc.) this points to the correct ...
0
votes
1answer
249 views

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. ...
0
votes
1answer
484 views

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 ...
0
votes
1answer
123 views

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 ...
0
votes
1answer
383 views

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 ...
0
votes
1answer
187 views

sharepoint social tagging only shows tags that a user entered on mynewsfeed page

I have a mysites application running. I added colleagues between users. I expect to be able to go to a different users tags and notes area and see their tags and notes. I also expect that I can go ...
0
votes
1answer
383 views

manage.py runserver - ImportError: No module named MYSITE

I can't get the dev environment running! I've been following the instructions here (tutorial on DjangoProject page). When I type manage.py runserver I get the following error: ImportError: No ...
0
votes
1answer
124 views

How to get My Site Information from 2 differents Sharepoint

I've got 2 distinct sharepoint. One 2007 and the other 2010. On the 2010, there are MySite profile enabled. I'm looking for a webpart OutOfBox (because my administrator doesn't allow to add new ...
0
votes
1answer
364 views

Get rid of SharePoint MySite question “Microsoft Office can remember your My Site to…”

Does anybody know how to get rid of the pop up that appears when creating a personal My Site for the first time? Our customer would like the 'yes' response to be the default without burdening the end ...
0
votes
1answer
510 views

How to get MySite navigation bar to show up on a sub-site that is also using the mysite.master page

We have a created a subsite to the SharePoint 2010 Mysite (used blank site) called "home". This site uses the mysite.master master page. The problem is the top link (navigation) bar from MySite is ...
0
votes
1answer
279 views

Access a MySite Blog from a home page webpart

I've been away from SharePoint development for quite a while now, and I'm trying to access the information in a SharePoint 2010 blog (from one of our users, within their "MySite") from a C# webpart ...
0
votes
1answer
264 views

MySite Filenot found error while creating?

for one user mysite created wrong ( for all others creating mysites are creating fine). While creating mysite it throws an error 400 (Bad request). I try to delete site using below command. Its ...
0
votes
1answer
100 views

How to make a mysite profile property display in a different way?

We have a string in AD which is actually storing a date in the YYYYMMDD format, which when you map it in sharepoint to a profile property, just looks plain ugly, e.g. 20091130. Our AD people are ...
0
votes
3answers
251 views

SharePoint - Link back to the Portal from MySite

We have a custom master page that is deployed to My Site, as well as to the portal. The portal master page has an image, that the user clicks and directs them to the MySite application. On the My Site ...
0
votes
2answers
301 views

Changing My Site and My Profile tab text

How do I go about changing the My Site and My Profile text on everyone's My Site within SharePoint 2007? I can't seem to find anywhere where these are set in any of the master pages.
0
votes
1answer
156 views

Sharepoint 2007 Mysite only for specific user group

This might be simple or impossible ;-) Is there a way to restrict the Mysite usage to only a specific group in Moss 07 so that only this groups has personal sites? thanks in advance Ren
0
votes
1answer
106 views

Migrated My Profile link still pointing to the old MOSS server

Migrated a MOSS content DB to a brand new farm. The My Sites also were on the same content DB. Then the SSP also was migrated over. However, the My Profile link is not binding to the restored My Sites ...
0
votes
0answers
287 views

On MySite Creation in SharePoint, How Do I Add a Customized My Home Page?

I need to add a customized My Home Page, using a specified page layout, on the creation of a new My Site in SharePoint (2007). Can anyone give me any pointers on how to do this, preferably without ...
0
votes
1answer
381 views

How to make the MOSS 2007 My Site profile fields not act as searchable links?

I have a MOSS 2007 instance where my client wants the content that comes in the My Site profile to not show up as links. How can we achieve this? I tried removing the preferred search center url from ...
0
votes
1answer
229 views

How to prevent a mysite owner form deleting the MySite root website

I'm looking for a way to prevent a user in SharePoint from deleting his MySite or be more precise from deleting the MySite's root web site. If I could archive this, I could place some lists the user ...
0
votes
2answers
328 views

MySite and profile language

Hi Gyes, My problem is I installed sharepoint language pack (arabic), it works will, I created mysite in arabic and it also works will, but when I navigate to my Profile it's shown in English, I ...
-1
votes
0answers
9 views

MySite Customization…Terms of Use…policy page…Accept…Cancel

When a user clicks on their My Site link for the first time they need to be presented with a Terms of Use policy page that requires them to read and then click either “Accept” or “Cancel”. Only ...