Sharepoint 2007 至 2010 升级 - 视觉问题

发布于 2024-12-06 06:57:57 字数 117 浏览 1 评论 0原文

我将网站从 sharepoint 2007 迁移到 2010,还将 UIversion 可视化升级到 4。 当我查看某些列表时,仍然显示 2007 年的视觉皮肤,尽管其他列表显示的是 2010 年的皮肤。可能是什么原因?

I migrated the site from sharepoint 2007 to 2010, also did visual upgrade UIversion to 4.
When I view some of lists there is still 2007 visual skin, although the others are shown in 2010 skin. What could be the reason?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

很快妥协 2024-12-13 06:57:57

原因是某些页面是自定义的,因此它们在数据库中没有被托管。尝试从网站设置中尝试重置为网站定义选项。您还可以构建一个工具,使用这些 API 以编程方式执行此操作:

SPFile.RevertContentStream
http://msdn.microsoft.com/en-us /library/microsoft.sharepoint.spfile.revertcontentstream.aspx

The reason is some of the pages are customized so they are unghosted in the database. Try reset to site definition option from Site Settings. You can also build a tool to do it programmatically using these API:

SPFile.RevertContentStream
http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spfile.revertcontentstream.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文