최근 검색
최근 검색 없음

Simon Celen
가입한 날짜: 2021년 4월 16일
·
마지막 활동: 2022년 1월 27일
팔로잉
0
팔로워
0
총 활동 수
15
투표 수
0
플랜 수
13
활동 개요
배지
문서
게시물
커뮤니티 댓글
문서 댓글
활동 개요
님의 최근 활동 Simon Celen
Simon Celen님이 에 댓글을 입력함
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님이 에 댓글을 입력함
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
댓글