最近の検索


最近の検索はありません

Simon Celen's Avatar

Simon Celen

参加日2021年4月16日

·

前回のアクティビティ2022年1月27日

フォロー中

0

フォロワー

0

合計アクティビティ

15

投票

0

受信登録

13

アクティビティの概要

さんの最近のアクティビティ Simon Celen

Simon Celenさんがコメントを作成しました:

コミュニティのコメント 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!

コメントを表示 · 投稿日時:2020年1月13日 · Simon Celen

0

フォロワー

1

投票

0

コメント


Simon Celenさんがコメントを作成しました:

コミュニティのコメント 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.

コメントを表示 · 投稿日時:2019年11月14日 · Simon Celen

0

フォロワー

0

投票

0

コメント