最近の検索


最近の検索はありません

David Crichlow's Avatar

David Crichlow

参加日2021年4月16日

·

前回のアクティビティ2021年10月27日

フォロー中

0

フォロワー

0

合計アクティビティ

5

投票

0

サブスクリプション

1

アクティビティの概要

さんの最近のアクティビティ David Crichlow

David Crichlowさんがコメントを作成しました:

コミュニティのコメント Q&A - Help center and community

This is exactly what I wanted! Thank you!

コメントを表示 · 投稿日時:2018年1月31日 · David Crichlow

0

フォロワー

0

投票

0

コメント


David Crichlowさんがコメントを作成しました:

コミュニティのコメント Q&A - Help center and community

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さんがコメントを作成しました:

コミュニティのコメント Q&A - Help center and community

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さんがコメントを作成しました:

コミュニティのコメント Q&A - Help center and community

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

コメント