wezetel
Active Member
Found some time for testing.
The initial aim of my tests is to get a calendar visualisation with just a view access for the frontend. Entries should be done in the admin interface only.
Basic configuration:
Fresh Joomla 5.14 Installation
Extensions: JCE Pro 2.9.81, Fabrik 4.3.1, Fullcalendar 4.3.3
fullcalendar.js updated on line 371 to
Created an Events (and Elements) list with view access for public, all other accesses are restricted for admins.
Created a fullcalendar visualisation. Set to read only under 'Options' and 'Month view options'.
Linked elements of list to visualisation data
First case:
Under Options -> Show full details select 'No'
Result:
Second case:
Under Options -> Show full Details select yes
Result:
The initial aim of my tests is to get a calendar visualisation with just a view access for the frontend. Entries should be done in the admin interface only.
Basic configuration:
Fresh Joomla 5.14 Installation
Extensions: JCE Pro 2.9.81, Fabrik 4.3.1, Fullcalendar 4.3.3
fullcalendar.js updated on line 371 to
(debugJS enabled in Fabrik Options)FabFC.clickEntry(eventClickInfo.event.extendedProps);
Created an Events (and Elements) list with view access for public, all other accesses are restricted for admins.
Created a fullcalendar visualisation. Set to read only under 'Options' and 'Month view options'.
Linked elements of list to visualisation data
First case:
Under Options -> Show full details select 'No'
Result:
- if clicking on the events label an empty popup appears.
- if clicking on the events bar nothing happens (even if the pointer changes to a hand)
Second case:
Under Options -> Show full Details select yes
Result: