Coder Social home page Coder Social logo

Datepicker about church-events-calendar HOT 5 CLOSED

ratpuddle avatar ratpuddle commented on July 28, 2024
Datepicker

from church-events-calendar.

Comments (5)

ratpuddle avatar ratpuddle commented on July 28, 2024

Hi,

There is something else that I don't think this is an issue/request just me missing something obvious. I don't seem to be able to find a way to change the email response when a submitted event is approved. It just says Default Subject / Default Message.

I have checked the chunks but can't find a template for this email.

By the way, I love this extra it is almost exactly what I needed on my intranet.

Cheers Adam

from church-events-calendar.

momon avatar momon commented on July 28, 2024

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.

from church-events-calendar.

ratpuddle avatar ratpuddle commented on July 28, 2024

Cheers Momon, thatwas exactly what I needed don't know how I missed that, I had even already taken a copy of that chunk and made some changes :( I don't suppose you could help me with the other easy thing I am missing (mentioned above), I can't find where to change the Default Message that is emailed once an event is approved.

Regarding the issue I raised could I suggest that the datepicker checks the date format choosen in System Settings or the be details added to the documentation that the you also need to amend the date in the chunk.

from church-events-calendar.

momon avatar momon commented on July 28, 2024

In my own customizations I have not yet gone as far as adjusting email templates so I'm not yet sure where those might be. If I come across where those are I will update this and let you know, but if it isn't in a chunk, then it most likely is in the lexicon files (assuming the author built this using lexicons). These would be within: /core/components/nameofthesnippet/lexicons.

Still if I come across it I will let you know.

from church-events-calendar.

jgulledge19 avatar jgulledge19 commented on July 28, 2024

I have created the JS dateformat to work when you set/change the system settings.

As for the subject, yes it is in the lexicons. Go to System->Lexicon Management then select churchevents and look through them and you will see lots of choices.

from church-events-calendar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.