help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
ical not accesslevel public
Re: ical not accesslevel public
1 week 4 days ago
This new feature is an additional option more, and I like it because users can see the events on the calendar without being able to access the content. They can't register for events if they don’t currently have access.
And as a user, they can see which events are blocked (without access).
And as a user, they can see which events are blocked (without access).
Please Log in or Create an account to join the conversation.
Re: ical not accesslevel public
1 week 4 days ago - 1 week 4 days ago
For example:
- in a school:
You can schedule meetings such as the School Council, Teachers' Board, and Teacher Training Sessions (or even the Principal's agenda) so that parents and staff can know when meetings are taking place, but they cannot see the details of the meetings.
- in a academy (extracurricular activities):
Another case could be publishing events for students' extracurricular activities at the school, where other parents can see what the school is doing and promote the fact that they organize a wide variety of events, especially for prospective parents (now that open house days are starting). However, since they don’t have a user account, they cannot register because they are not yet parents.
- in an association:
This same approach can be useful for any type of association. Public users can see the events they host (for example, dances, course, presentations, ...), but only association members can view the content and register for the events.
- in a companies ... multiple uses.
- in a school:
You can schedule meetings such as the School Council, Teachers' Board, and Teacher Training Sessions (or even the Principal's agenda) so that parents and staff can know when meetings are taking place, but they cannot see the details of the meetings.
- in a academy (extracurricular activities):
Another case could be publishing events for students' extracurricular activities at the school, where other parents can see what the school is doing and promote the fact that they organize a wide variety of events, especially for prospective parents (now that open house days are starting). However, since they don’t have a user account, they cannot register because they are not yet parents.
- in an association:
This same approach can be useful for any type of association. Public users can see the events they host (for example, dances, course, presentations, ...), but only association members can view the content and register for the events.
- in a companies ... multiple uses.
Last edit: 1 week 4 days ago by McKillo.
Please Log in or Create an account to join the conversation.
Re: ical not accesslevel public
1 week 3 days ago - 1 week 3 days ago
@nicor Could you test 'beta2' of this new feature? Thanks.
Last edit: 1 week 3 days ago by McKillo.
Please Log in or Create an account to join the conversation.
Re: ical not accesslevel public
1 week 2 days ago
Sorry, I can only access here on Sundays.
with 4.3.2 (JEM-Project-level-access-to-show-events) I can't download the registered events in ics yet.
The events have public and registered. The global settings have “registered and public” selected under show locked events.
The menu entry type is “simple list”, access level is registered.
Unfortunately, I cannot provide a screenshot.
with 4.3.2 (JEM-Project-level-access-to-show-events) I can't download the registered events in ics yet.
The events have public and registered. The global settings have “registered and public” selected under show locked events.
The menu entry type is “simple list”, access level is registered.
Unfortunately, I cannot provide a screenshot.
Please Log in or Create an account to join the conversation.
Re: ical not accesslevel public
1 week 2 days ago
Thanks for your test, I have found a small bug in the filter access.
Change the \components\com_jem\model\eventslist.php line 381:
For this other:
Tell me, if it works.
I have upload a commit to fix it: github.com/jemproject/JEM-Project/commit/28df7ab29aa1b2e828329f9894337cf601ea75c0
Change the \components\com_jem\model\eventslist.php line 381:
Code:
$case_when_a .= " a.access IN ('" . implode(',',$levels) . "')";
For this other:
Code:
$case_when_a .= " a.access IN (" . implode(',',$levels) . ")";
Tell me, if it works.
I have upload a commit to fix it: github.com/jemproject/JEM-Project/commit/28df7ab29aa1b2e828329f9894337cf601ea75c0
Please Log in or Create an account to join the conversation.
Re: ical not accesslevel public
6 days 16 hours ago
I have removed the two ' and uploaded the file again. Without success. Only the public appointment is exported.
Please Log in or Create an account to join the conversation.
Time to create page: 1.060 seconds