사용자가 자신의 게시물을 삭제할 수 있는 시간 제한을 어떻게 설정하는지 아시는 분 계신가요?
Rubi
7월 26, 2025, 4:53오전
2
모든 사용자인가요? 아니면 특정 TL(신뢰 레벨)만 해당되나요?
post edit time limit 설정을 확인해 보세요.
참고 링크:
Currently the time limit for editing posts has these defaults:
[Screenshot 2023-02-01 at 17.21.23]
That’s 24h and 30 days respectively.
In our community we set the second one to 0, and wanted to set the first one to 30 days, but we found there is a hardcoded limit of 7 days:
[Screenshot 2023-02-01 at 17.22.42]
Any reason why this limit is hardcoded to be so far from the tl2_post_edit_time_limit default? I’m aware it’s possible to set it to 0, but there’s a wide range of options between 7 …
'게시물 수정 제한’이 사용자들이 자신의 게시물을 삭제할 수 있는 기간에도 영향을 미칩니까?
Moin
7월 26, 2025, 6:53오전
4
주제(첫 번째 게시물)를 삭제할 수 있는 시간 범위에 영향을 미친다고 생각합니다. 누군가가 답글을 달거나 edit time limit(수정 시간 제한)이 지나면 삭제할 수 없게 됩니다. 하지만 제 기억이 맞다면, edit time limit은 답글 삭제에는 영향을 미치지 않습니다.
Trust Level Permissions Reference 에 따르면 분당 및 일당 한도만 있고, 시간 기반 한도는 없습니다.
음… 그래야 하지 않을까요? 게시물을 삭제하는 것은 기본적으로 게시물을 수정하는 것이니까요 …