I use the visualization plugin fullcalendar. How do i show the activity as a normal article instead of a popup when i click on one activity ?
I think you have to add it as a "Custom URL", like ... index.php?option=com_fabrik&view=details&formid=123&rowid={rowid} ... or whatever you want the URL to be. Use the {rowid} placeholder for the event's row id. If you specify a custom URL, we open a new tab for it rather than using a popup. -- hugh
Not without adding a new option to the settings to specify the link target. The target is added where the link is built from the custom url in Javascript. Sent from my Pixel 2 XL using Tapatalk