Vor Kurzem aufgerufene Suchen


Keine vor kurzem aufgerufene Suchen

Simon Celen's Avatar

Simon Celen

Beigetreten 16. Apr. 2021

·

Letzte Aktivität 27. Jan. 2022

Folge ich

0

Follower

0

Gesamtaktivitäten

15

Stimmen

0

Abonnements

13

AKTIVITÄTSÜBERSICHT

Neueste Aktivität von Simon Celen

Simon Celen hat einen Kommentar hinterlassen

Community-Kommentar Feedback - Help Center (Guide)

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!

Kommentar anzeigen · Gepostet 13. Jan. 2020 · Simon Celen

0

Follower

1

Stimme

0

Kommentare


Simon Celen hat einen Kommentar hinterlassen

Community-Kommentar Q&A - Objects, workspaces, and rules

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.

Kommentar anzeigen · Gepostet 14. Nov. 2019 · Simon Celen

0

Follower

0

Stimmen

0

Kommentare