Búsquedas recientes


No hay búsquedas recientes

Carrie Jones's Avatar

Carrie Jones

Incorporación 28 may 2021

·

Última actividad 27 oct 2021

Seguimientos

0

Seguidores

0

Actividad total

3

Votos

0

Suscripción

1

RESUMEN DE LA ACTIVIDAD

Última actividad de Carrie Jones

Carrie Jones hizo un comentario,

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

Hi Wes, yes thanks I realised I had put value=='/hc/en-us instead of en-gb!!!!

Thank you anyway

Ver comentario · Publicado 26 jul 2016 · Carrie Jones

0

Seguidores

0

Votos

0

Comentarios


Carrie Jones hizo un comentario,

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

@Wes - I know this thread is from a long time ago but I have tried the method above to link a category to an external link and I can't get it to work.  This is the JS I used:

 //send category links to community - Change category and google.com to your helpcenter
$('a').each(function() {
var value = $(this).attr('href');
if(value=='/hc/en-us/categories/201141365-Streets-Heaver-FTP')
{
$(this).attr('href', https://downloads.streets-heaver.com/downloads/index.php');
}
});

I put it below the $(document).ready(function() { 

in the JS.

Hope you can help, thanks.

Ver comentario · Publicado 15 jul 2016 · Carrie Jones

0

Seguidores

0

Votos

0

Comentarios