Búsquedas recientes
No hay búsquedas recientes

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
INSIGNIAS
ARTÍCULOS
PUBLICACIONES
COMENTARIOS DE LA COMUNIDAD
COMENTARIOS DE ARTÍCULOS
RESUMEN DE LA ACTIVIDAD
Última actividad de Carrie Jones
Carrie Jones hizo un comentario,
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,
@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