By amp-flo on Saturday, 18 February 2023
Replies 2
Likes 0
Views 525
Votes 0
Dear Support,

I am in the process of configuring JEvents on Joomla 4.x. I still have the actual page running and will switch to 4.x as soon as the new one is up and running. Now I have taken over the settings from my actual page and JEvents works great. Now I'm in the process of configuring the export. I can't find the setting here.
On the iCal Export Export Options page, I see Public Events and Public and Private Events to Export. How can I disable "public and private events" so that only public events can be downloaded?
The events I have already created are all only public, but the two selections make it a bit confusing.
Greeting Flo
You would need a template override to do this properly - but adding custom CSS to your JEvents custom css page would hide these elements


#jevents .export_priv,
#jevents .export_private {
display: none;
}
·
2 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the hint. I'll pass it on to my template's support.

Greeting Flo
·
2 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post