안녕하세요,
주(week)의 첫 번째 요일을 월요일로 설정해야 합니다. 현재 Discourse 트라이얼에서는 일요일로 설정되어 있습니다.
웹사이트 설정과 개인 설정을 모두 검색해 보았지만, 카테고리 캘린더에서 월요일을 주 첫 번째 요일로 설정하는 방법을 찾지 못했습니다.
안녕하세요,
주(week)의 첫 번째 요일을 월요일로 설정해야 합니다. 현재 Discourse 트라이얼에서는 일요일로 설정되어 있습니다.
웹사이트 설정과 개인 설정을 모두 검색해 보았지만, 카테고리 캘린더에서 월요일을 주 첫 번째 요일로 설정하는 방법을 찾지 못했습니다.
I’m not sure that this is the correct answer but you could try setting the working days as per the image below and see what happens.
Hello,
Thanks for your reply.
My working days are already set as you suggest.
But it doesn’t help in my case.
Sorry
This doesn’t help you a bit, but I stopped to use it just because sunday was the first day of week. And the most of world uses monday, so for me it was like forced to use inches, furlongs and stones ![]()
But I reckoned they fixed it at some point. But apparently not.
I’m afraid I don’t think this is currently possible at the moment. The Upcoming Events calendar begins on Sunday, whereas the topic calendars start on Monday.
Depending on your use case, you could use the topic calendar instead and add it to a category view?
We create the events in several topics that have to be discussed and are part of sub categories.
So I think I need category calendars.
플러그인의 이벤트 기능이 정확히 필요한 것 같아, 주제 달력을 우회 수단으로 사용하는 것은 좋은 방법이 아닐 수 있습니다.
다가오는 이벤트 달력에서 주 시작 요일을 선택할 수 있으면 좋겠다는 의견에 동의합니다. 이 내용을 Contribute > Feature 요청으로 넘겨서 다른 사용자들도 같은 생각을 하는지 확인해 보겠습니다. ![]()
여기서도 같은 질문이 나온 적 있으니, 당신만 그런 생각을 하는 것이 아닙니다:
Sorry (not really
) nagging, but at least ability to use globally the most used starting day monday should not be any feature request. It is major lack of UX.
I agree. My users are getting completely lost with weeks starting on sunday.
Please vote for this if it matters to you ![]()
Sure, voting is good. But… this Monday/Sunday issue has been in the spotlight and asked about so many times that CDCK is aware of the need for it, even without any voting.
The reason we are still stuck with a calendar system used by a minority globally is different from a lack of votes.
I understand, it was not obvious.
May I be curious what that is?
I don’t know. My bet goes to some technically difficulties where the starting point was purely US-based, and changing that would lead to some difficulties. Otherwise it would be fixed already.
But I’m just guessing.
It looked like you knew exactly
That information would be interesting for possible contributors.
All I know exacly is this
I see the plugin uses Full Calendar to display de calendar
Full Calendar allows to set the weekNumberCalculation to ISO when you render de calendar so weeks start on Monday. There is also a firstDay setting.
I don’t have much time now to investigate but it would be relatively simple for the plugin author to include a new setting to allow us to define the first day and then pass that to the calendar render, same as the timezone is now being passed.
Did you know it’s hard coded to Monday almost everywhere else (surprised me as well)
Ideally this would be dependent on user preferences (not on an admin setting).
I’ve taken a look at the code, since this issue has been annoying me for a long time too. There are three places in the code where FullCalendar is initialized. In one of them firstDay: 1 is already present. Discourse core hardcodes it to 1 as well.
I’ve made a PR that adds firstDay: 1 in the two missing places.
This is far from ideal but at least it brings consistency.
수정이 이제 main 브랜치에 커밋되었으니, 다음 릴리스에서 이 내용을 볼 수 있기를 기대할 수 있을 것 같습니다 ![]()
@RGJ 님 감사합니다!
I am one of those in the minority, and now my (upcoming events) calendar starts on Monday! I was happier when it started on Sunday.
It would be nice if this were configurable - for my single-geo-location organization, doing this as a calendar setting would be preferable (vs. a per-user setting).
현재 캘린더를 업데이트하고 있습니다. 업데이트가 완료되면, 일주일의 첫 번째 요일을 선택할 수 있는 토요일/일요일/월요일 선택기를 추가할 수 있습니다. 이는 사이트 설정이 사용자 설정보다 적절하다고 생각합니다. 미국에서는 기술적으로 일요일이 일주일의 첫 번째 요일로 간주되지만(월요일이 첫 번째 영업일이기 때문에), 기본값을 월요일으로 설정하는 것이 맞다고 생각합니다.