Búsquedas recientes
No hay búsquedas recientes

Simon Celen
Incorporación 16 abr 2021
·
Última actividad 27 ene 2022
Seguimientos
0
Seguidores
0
Actividad total
15
Votos
0
Suscripciones
13
RESUMEN DE LA ACTIVIDAD
INSIGNIAS
ARTÍCULOS
PUBLICACIONES
COMENTARIOS DE LA COMUNIDAD
COMENTARIOS DE ARTÍCULOS
RESUMEN DE LA ACTIVIDAD
Última actividad de Simon Celen
Simon Celen hizo un comentario,
Hi Bruce,
Assuming a stock Copenhagen theme, you can add the following to the top of your scripts.js file:
jQuery(document).ready(function($) {
$('div.article-body').each(function() {
if ($(this).children().length == 1) {
var p = $(this).children('p');
if (p.length == 1 && p.children('a').length == 1) {
location.href = p.children('a').attr('href');
}
}
});
});
It checks that there is only one line in the article containing a single link. If that's the case, the user is redirected to it.
If you replace the old article's content with f.e. "this article has moved", the user is redirected without you having to edit the scripts.js file again.
Hope that helps!
Ver comentario · Publicado 13 ene 2020 · Simon Celen
0
Seguidores
1
Voto
0
Comentarios
Simon Celen hizo un comentario,
Hi Marci,
You should be able to change the Subject field label in the Admin > Manage > Ticket Fields:
Find the Subject field and Edit it:
Then change the "Title shown to end users" field:
That should do it.
Ver comentario · Publicado 14 nov 2019 · Simon Celen
0
Seguidores
0
Votos
0
Comentarios