最近搜索
没有最近搜索

David Crichlow
已加入2021年4月16日
·
最后活动2021年10月27日
关注
0
关注者
0
活动总数
5
投票
0
订阅
1
活动概览
标记
文章
帖子
社区评论
文章评论
活动概览
的最新活动 David Crichlow
David Crichlow 进行了评论,
You are awesome! That worked. The dummy article does display temporarily before redirecting to the external link. I'm not quite sure how to prevent that. I will play around with it to see if I can figure it out, but if you have any ideas that would be great.
查看评论 · 已于 2018年1月25日 发布 · David Crichlow
0
关注者
0
投票
0
评论
David Crichlow 进行了评论,
Thanks Vladan for the help but that did not seem to work.
This is the JS that I'm using:
$('a').each(function() {
var value = $(this).attr('href');
if(value=='/hc/en-us/articles/666666666-Configuration-Workbook')
{
$(this).attr('href', 'https://drive.google.com');
}
});
It works for navigating to the category and clicking the article (The article link takes me to the external link. However, if I search for the article and either click on the link in the drop down or click on the link in the results page, it takes me to the dummy article.
查看评论 · 已于 2018年1月25日 发布 · David Crichlow
0
关注者
0
投票
0
评论
David Crichlow 进行了评论,
Hi Wes, I tried the js script that you mentioned to have an article title point to an external link. It works well. However, when I search for an article, the resulting breadcrumbs take me to the blank dummy article as opposed to the external link. Is there a way to resolve this?
Thanks
查看评论 · 已于 2018年1月24日 发布 · David Crichlow
0
关注者
0
投票
0
评论