Sharepoint 2010 我的网站中的自定义 Favicon
是否可以更改 Sharepoint 2010 中“我的网站”的图标?我按照 Randy Drisgills 教程更改了 SharePoint 网站图标,效果很好。
http://blog.drisgill.com/2009 /11/sp2010-branding-tip-4-easily-show.html
当我尝试对“我的网站”母版页应用相同的更改时,我看不到任何变化。我被指示不要覆盖原始的图标,因此这不是一个可行的解决方案。谢谢。
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.
http://blog.drisgill.com/2009/11/sp2010-branding-tip-4-easily-show.html
When I've tried to apply the same changes to the My Site master page I see no change. I've been instructed to not overwrite the original favicon so that is not a viable solution. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我之前已经调查过这个问题,并且可能存在尚未提及的问题:
图标内容类型(不完全是 SP 内容类型!) - 确保您的图标是位图(16x16 px)并且扩展名为“ico” ”并命名为“favicon”。例如,如果您创建 png/jpg 并将其名称更改为 favicon.ico - 它不会工作...您可以使用 此 站点可将您的图标转换为正确的格式。
请确保您检查了提到控件的正确母版页 - 只需检查源代码并查找:
I have investigated this problem before, and there are possible issues which haven't been mentioned:
Icon content type(not exactly SP content type!) - be sure that your icon is bitmap (16x16 px) and has extension "ico" and name "favicon". For example if you create png/jpg and change it's name to favicon.ico - it won't work... You can use this site to convert your icons to proper format.
Be sure that you check proper masterpage which have mentioned control - simply check source code and look for :