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
8
votes
3 answers

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 for mysite is "http://network.test.com". the user…
James123
  • 11,184
  • 66
  • 189
  • 343
6
votes
3 answers

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 on my own My Site, and I am not sure it will work…
Nacht
  • 3,342
  • 4
  • 26
  • 41
3
votes
3 answers

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 module named MYSITE I am executing the command within…
XYZ91525
  • 33
  • 1
  • 3
2
votes
2 answers

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 My Site and add the link manually. [This blog…
user592501
2
votes
0 answers

sharepoint mysite authentication

I have created mysite and two other sites as 3 different web applications in my sharepoint server like http://site1.sp.com:45 - site 1 http://site2.sp.com:45 - site 2 http://mysite.sp.com:45 - mysite site all sites are using authentication …
2
votes
3 answers

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?
78lro
  • 1,790
  • 7
  • 37
  • 63
1
vote
2 answers

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

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 is at the managed URL /personal/. I have a working event handler which add…
Anthony Graglia
  • 5,355
  • 5
  • 46
  • 75
1
vote
1 answer

New to django, django server not loading home page

I started a Django project and went through the regular setup process: I used the "startproject" command to create a project named "social_clone_project", and I used "startapp" to create an app named "accounts". Then I created a "views.py" file and…
pyJude
  • 11
  • 1
1
vote
1 answer

delete mysite application from sharepoint 2016

We have a dev environment which has a very broken mysite application. We want to delete all the personal mysites in it (not many there), delete the related database and the actual mysite application as well and start again from scratch. Is there a…
1
vote
1 answer

What happens when a user modifies their MySite in SharePoint designer on MOSS?

One of our users modified their MOSS MySite using SharePoint designer. Now all newly created MySites contain that one user's customizations. Is this how MOSS is supposed to work and how can I fix it?
Ryan Michela
  • 8,284
  • 5
  • 33
  • 47
1
vote
1 answer

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 the profile field to be the uploaded image. A key…
djeeg
  • 6,685
  • 3
  • 25
  • 28
1
vote
1 answer

Sharepoint sites redirecting to wrong address

I am new to sharepoint.so bear with me.i am using sharepoint 2013.my webapplication url is http://192.168.1.6:1506/ . whenever i click sites as marked in image . it redirects me to wrong adress…
ROMA
  • 33
  • 1
  • 11
1
vote
1 answer

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 possible with just a profile?
mytwocents
  • 847
  • 17
  • 29
1
vote
1 answer

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 site using a different template depending on the…
noocyte
  • 2,484
  • 5
  • 29
  • 44
1
vote
0 answers

Unable to load SP.js in content editor web part Sharepoint 2013

My environement is SP2013 I am unable to run below code under Content Editor WebPart loaded below EditForm.aspx page for one of my test list. Please assist the spot of my error. Yes, both of my js files are in Style Library of my site. I am not…
Chintan.Desai
  • 31
  • 1
  • 2
  • 8
1
2 3 4