Recent searches


No recent searches

David Crichlow's Avatar

David Crichlow

Joined Apr 16, 2021

·

Last activity Oct 27, 2021

Following

0

Followers

0

Total activity

5

Votes

0

Subscription

1

ACTIVITY OVERVIEW

Latest activity by David Crichlow

David Crichlow commented,

Community comment Q&A - Help center and community

This is exactly what I wanted! Thank you!

View comment · Posted Jan 31, 2018 · David Crichlow

0

Followers

0

Votes

0

Comments


David Crichlow commented,

Community comment 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.

View comment · Posted Jan 25, 2018 · David Crichlow

0

Followers

0

Votes

0

Comments


David Crichlow commented,

Community comment 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.

View comment · Posted Jan 25, 2018 · David Crichlow

0

Followers

0

Votes

0

Comments


David Crichlow commented,

Community comment 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

View comment · Posted Jan 24, 2018 · David Crichlow

0

Followers

0

Votes

0

Comments