모바일 달력 이벤트 오류

Hello, I have a problem on discourse on mobile with the event calendar plugin. When I create an event and want to notify a user, it doesn’t work, but there are no issues on the computer. Do you have the same problem? Thank you.

I also take this opportunity to see if there is a possibility to view the entire calendar inserted into a category on mobile because it is perfect on the computer. :sweat_smile:

i’m not sure what you mean, i find the calendar full-width / large on a computer

perhaps the category isn’t on the plugin setting below

because the category is in that setting, on mobile i see

모바일에서 카테고리에서 월간 보기를 사용하고 싶습니다. 현재 모바일에서는 기본적으로 주간 보기가 설정되어 있습니다. 이 문제를 우회할 수 있는 해결책이 있는지 알고 싶습니다.

1개의 좋아요

또한 사용자 설정도 참고해 보세요. 이는 /upcoming-events / /c/의 세분화 수준을 확장하는 것(제안하신 대로)입니다

이와 관련된 작은 PR을 열었습니다:

calendar_category_default_view 사이트 설정을 추가하여, 카테고리 달력이 현재 폴백 동작에만 의존하는 대신 구성 가능한 기본 뷰를 가질 수 있게 합니다.

아직 검토/승인이 필요하므로 사용할 수 없지만, 여기의 모바일 월별 보기 사용 사례와 관련이 있을 수 있습니다.

2개의 좋아요

Super @Ethsim2, 커뮤니티의 다른 사람들에게도 도움이 될 것 같네요 :+1:

이미 나한테는 도움이 됐어요 :sweat_smile:

고급 설정인 calendar_categories를 사용하는 우회 방법이 있습니다. 예를 들어 다음과 같습니다:

categoryId=123;defaultView=month

하지만 여러 카테고리 캘린더에 동일한 기본 보기 설정을 적용하고 싶다면, 카테고리 ID를 수동으로 나열해야 하므로 이상적이지 않다고 생각합니다.

그래서 이 PR을 열었습니다.

전역 설정인 calendar_category_default_view를 추가하되, 필요한 경우 카테고리별 defaultView 설정으로 이를 오버라이드할 수 있도록 하자는 아이디어입니다.

1개의 좋아요