自定义SharePoint标头链接 [英] Customizing SharePoint header links

查看:94
本文介绍了自定义SharePoint标头链接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello社区

我们聘请了一家公司为我们实施SharePoint,但支持合同已过期。但是,我们想对下面突出显示的部分做一些小改动

We engaged a company to implement SharePoint for us but the support contract expired. We however want to make minor change to below highlighted part

我们最近将Intranet从HTTP更改为HTTPS,但图片中显示的Return to Intranet链接未更新。我不知道在哪里更改。 

We recently changed our Intranet from HTTP to HTTPS but the Return to Intranet link shown in the picture was not updated. I don't know where to change this. 

这是通常SHAREPOINT标签适用于OOTB页面

This is where normally the SHAREPOINT label goes for OOTB pages

Tapologo

推荐答案

Hi Tapologoz, 

Hi Tapologoz, 

您可以使用F12查找元素的ID /类:

You can use F12 to find the id/class of the element:

然后使用  Jquery更改元素的超链接:

Then use Jquery to change the hyperlink of the element:

<script src="http://code.jquery.com/jquery-1.2.6.min.js" type="text/javascript"></script>
<script type="text/javascript">


(document).ready(function(){
(document).ready(function() {


( '.ms-core-brandingText')。wrap('< a href =" http:// sp:5000">< / a>');

});

< / script>
('.ms-core-brandingText').wrap('<a href="http://sp:5000"></a>'); }); </script>

这篇文章供您参考:

http://www.sharepointdiary.com/2015/09/如何添加链接到sharepoint-2013-suite-bar.html

最好的问候, 

Best Regards, 

Lisa Chen 

Lisa Chen 


这篇关于自定义SharePoint标头链接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆