使用WSS,是否可以自定义管理?

发布于 2024-07-25 19:08:14 字数 56 浏览 6 评论 0原文

我正在考虑实施 WSS,但我希望完全控制管理界面,包括外观和导航。

这可能吗?

I'm thinking of implementing WSS, but I want complete control over the Admin interface, as far as look-and-feel and navigation.

Is this possible?

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

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

发布评论

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

评论(5

﹏半生如梦愿梦如真 2024-08-01 19:08:14

您当然可以编写涉及 功能 /msdn.microsoft.com/en-us/library/ms473643.aspx" rel="nofollow noreferrer">自定义操作 和 应用程序页面来执行此操作。

如果您没有太多 SharePoint 开发经验,但了解 ASP.NET,我建议您阅读 Windows SharePoint Services 3.0 内部,作者:Ted Pattison 和 Daniel Larson。 它写得很好,并且提供了一些关于如何插入 SharePoint 用户界面并添加此类功能的重要信息。

You could certainly write features involving custom actions and application pages to do this.

If you don't have much experience with SharePoint development but know ASP.NET, I recommend reading Inside Windows SharePoint Services 3.0 by Ted Pattison and Daniel Larson. It's well written and has some great information on how to plug into the SharePoint user interface and add this type of functionality.

尹雨沫 2024-08-01 19:08:14

其他人说什么......但你想实现什么目标?
对于大多数项目,我通常保持完整的管理页面。 我只是附加我需要的功能。
此外,管理界面是一个广泛的术语。 修改视图是管理任务吗? 你可能会做很多工作……目的是什么?

What the others said.. but what are you trying to achieve?
The admin pages I usually keep intact for most projects. I just bolt-on features that I need.
Also, admin interface is a wide term. Is modifying a view an admin task? You could be looking at a lot of work.. to what end?

对风讲故事 2024-08-01 19:08:14

我不知道直接定制,但是这一切都可以通过 API 以及可能通过 Web 服务获得,因此您应该能够编写自己的定制,无论是作为 WSS 站点的一部分还是单独进行。

I don't know about direct customization, but it's all available through an API and possibly through web services, so you should be able to write your own, either as part of the WSS site or separately.

一腔孤↑勇 2024-08-01 19:08:14

在 WSS 3.0(和 MOSS 2007)中,外观是通过母版页控制的。 找到与管理站点关联的母版页和主题,然后按照您想要的方式进行更改。

如果您需要更改其实际工作方式,请务必小心并确保在进行任何更改之前备份所有内容。

Microsoft Technet 提供了许多预设模板,可能会帮助你。 ASP Alliance 上还有一篇文章,提供了有关管理母版页所在位置的一些信息。 Joel Oleson 的 MSDN 描述了在 WSS 和 MOSS 中修改母版页和主题。

In WSS 3.0 (and MOSS 2007) the look and feel is controlled through Master Pages. Locate the Master Pages and Themes associated with the Admin site and change it the way you want.

If you need to change the actual way it works be careful and make sure you backup everything before you make any changes.

There are a number of preset templates available from Microsoft Technet that might help you out. There is also an article over at ASP Alliance that gives some information as to where the Admin Master Pages are located. Also there is a good blog entry over on MSDN by Joel Oleson that describes modifying Master Pages and Themes in WSS and MOSS.

丑疤怪 2024-08-01 19:08:14

2个选项:

  • 创建一个自定义主题,但你仍然坚持默认的SP HTML
  • 复制application.master到一个新文件并修改html / css,将其设置为SP admin master

2 options:

  • create a custom theme, but then you're still stuck to the default SP HTML
  • copy application.master into a new file and modify the html / css, the set that as the SP admin master
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文