问题标签 [mysite]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
899 浏览

sharepoint - 更改我的网站和我的个人资料选项卡文本

如何在 SharePoint 2007 中更改每个人的“我的网站”上的“我的网站”和“我的个人资料”文本?

我似乎无法在任何母版页中找到这些设置的任何地方。

0 投票
1 回答
1534 浏览

c# - 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 username, so if the users email address is user1@test.com the URL to their MySite becomes:

However this causes a problem if their is another user with the same email prefix but with a different domain i.e. user1@anotherdomain.com. This users MySite URL also needs to be

When the user signs up to the site we create their profile and MySite using this code:

Is there something I can do here to control the URL used?

-- edit

The above behaviour is default for MOSS. I.e. I am not manually taking of the users email address, this is something the MOSS is doing automatically. I would prefer it if I could say the URL should be:

I have tried escaping the email address and assigning it to the personal space value like so:

but this hasn't helped.

0 投票
3 回答
916 浏览

sharepoint - SharePoint - 从 MySite 链接回门户

我们有一个部署到“我的网站”以及门户的自定义母版页。门户母版页有一个图像,用户单击该图像并将其定向到 MySite 应用程序。在“我的网站”母版页上,我们需要能够促进相同的功能。当用户单击全局导航中的图像时,需要将他们引导回门户。由于门户将部署在不同的位置,我不一定要对 URL 进行硬编码,也不想将其保留为最终用户配置(即从列表中读取 URL)。我们可以使用 SharePoint API 中的任何内容来为我们提供主门户网站集的 URL?

0 投票
2 回答
946 浏览

sharepoint - 停用 MySite 上的网站集功能

我们有一个自定义母版页,根据这些说明部署到 MySite Web 应用程序 - http://www.sharepointblog.com/2008/07/sp2007-custom-master-pages-on-subsites.html

但是,我们需要能够停用 MySite Web 应用程序中所有网站集的功能。该功能构建为网站集范围。我们如何在可能有 3000 多个 MySites 的应用程序上停用它们?

0 投票
1 回答
207 浏览

javascript - 如何使 mysite 个人资料属性以不同的方式显示?

我们在 AD 中有一个字符串,它实际上以 YYYYMMDD 格式存储日期,当您将其在 sharepoint 中映射到配置文件属性时,它看起来很丑陋,例如 20091130。我们的 AD 人员拒绝在 AD 中更改它的格式,所以我们想知道是否有办法(也许是javascript?)来改变它,以便它至少在一些连字符中添加',例如2009-11-30。

任何人?:-)

0 投票
1 回答
954 浏览

sharepoint - MySite Filenot 创建时发现错误?

对于一个用户 mysite 创建错误(对于所有其他创建 mysites 的用户都创建正常)。创建 mysite 时会抛出错误 400(错误请求)。

我尝试使用以下命令删除站点。它的抛出错误。

错误:

即使我试图从 SSP 中删除站点。(管理个人网站)

我应该如何清理这个网站?并重新创建一个新的?

0 投票
3 回答
7273 浏览

c# - 使用 RunWithElevatedPrivileges 时访问被拒绝?

我希望普通用户可以访问 Mysite 根站点中的“用户信息列表”。我正在使用“RunWithElevatedPrivileges”方法。仍然抛出拒绝访问错误。例如,我的 mysite 的根站点集合是“ http://network.test.com ”。用户想要评估用户信息列表这个网站集。他怎么能访问那个?

0 投票
1 回答
157 浏览

sharepoint - SharePoint 书签是否需要 mySite?

我们想尝试阻止使用 mySite,而只使用 SharePoint 2010 的配置文件。但是,我们希望用户存储书签(或链接)——这是否意味着他们需要一个 mySite?这可能只需要一个配置文件吗?

0 投票
1 回答
482 浏览

sharepoint-2010 - 从主页 Web 部件访问 MySite 博客

我已经离开 SharePoint 开发很长一段时间了,我正在尝试从位于网站的主页。这个想法是能够在主页上突出显示某个用户的最新帖子。

谁能帮我参考我们主页上的博客(在 dev 中位于http://myServer/my/BillsBlog)。我试过以下...

  • 引用一个将 URL 作为构造函数参数的 SPSite,然后从那里获取正确的 Web。这失败了。(我猜这个博客是一个网络,而不是一个网站集,但我愿意在那里更正)
  • 从 SPContext.Current 获取当前上下文,并从那里访问 AllWebs 集合,但这不包括 /my web。

一旦找到合适的容器(SPSite 或 SPWeb),我就可以访问该列表以提取我需要的项目,但我不知道如何达到这一点。在控制台应用程序中,我使用上面第一个项目符号中的方法使其工作。

我现在真的很困惑,我根本不知道我在寻找什么,无法在谷歌上搜索答案。您能给我的任何帮助将不胜感激。

0 投票
1 回答
1450 浏览

sharepoint-2010 - 如何让 MySite 导航栏显示在也使用 mysite.master 页面的子站点上

我们为 SharePoint 2010 Mysite(使用空白网站)创建了一个名为“home”的子网站。该站点使用 mysite.master 母版页。问题是 MySite 的顶部链接(导航)栏没有显示在子网站上......有什么想法吗?

如果我在 Share Point Designer 中打开主页 - 导航栏会显示...但不会在浏览器中...

任何帮助将不胜感激!

特里