Hi, how do I stop it from displaying the backslashes from the database?
For example:
Harvest (A tribute to Neil Young ) Tickets €10. Harvest play a selection of songs from Neil Young\’s classic albums \"Harvest\", \"After The Gold Rush\", \"Harvest Moon\" & \"Freedom\". Fans can expect to hear songs such as \"Southern Man\", \"Comes A Time\", \"Cinnamon Girl\", \"Powderfinger\" and \"Ohio\", and songs by CSNY and Buffalo Springfield.
Hi, this is a really useful tool but I have a couple of problems. I set the date format in system settings to %d/%m/%y which worked for most for everything except the js date picker, which outputs selections as %m/%d/%y. This could obviously lead to some confusion.
As any body else come across this or know of a way change the date picker?
Also the I don't seem to be able to find the template email chunk for when an event is confirmed, if anyone has any pointers?
My question above was answered on Github by Momon, as below;
To adjust the date format on the datepicker find template: ChurchEvents_EventFormHeadTpl
Here look for a line that starts with:
// Datepicker
$('#txt_public_start').datepicker({
Here you can setup the date format using:
,dateFormat: 'yy-mm-dd'
Ideally you don't want to change in this chunk since it will get recreated on updates. You want to duplicate it instead and do it on your own chunk.
Hope that helps.
Hi, I've just installed ChurchEvents, I've embedded it into my own page template and it all functions fine.
Couple of questions:
How do I configure it so only site admin have access to add/remove events?
Also I only need a single calendar so would like to remove the 'Sort Calendars' filter section at the top - where do I go to find the parameters to turn that off?
Thanks,
Steve