Búsquedas recientes


No hay búsquedas recientes

David Crichlow's Avatar

David Crichlow

Incorporación 16 abr 2021

·

Última actividad 27 oct 2021

Seguimientos

0

Seguidores

0

Actividad total

5

Votos

0

Suscripción

1

RESUMEN DE LA ACTIVIDAD

Última actividad de David Crichlow

David Crichlow hizo un comentario,

Comentario de la comunidad Q&A - Help center and community

This is exactly what I wanted! Thank you!

Ver comentario · Publicado 31 ene 2018 · David Crichlow

0

Seguidores

0

Votos

0

Comentarios


David Crichlow hizo un comentario,

Comentario de la comunidad 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.

Ver comentario · Publicado 25 ene 2018 · David Crichlow

0

Seguidores

0

Votos

0

Comentarios


David Crichlow hizo un comentario,

Comentario de la comunidad 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.

Ver comentario · Publicado 25 ene 2018 · David Crichlow

0

Seguidores

0

Votos

0

Comentarios


David Crichlow hizo un comentario,

Comentario de la comunidad 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

Ver comentario · Publicado 24 ene 2018 · David Crichlow

0

Seguidores

0

Votos

0

Comentarios