Support

Home Forums Attendee Mover Add-on Include Day of the Month in Date, of Event Drop down

Include Day of the Month in Date, of Event Drop down

Posted: November 17, 2017 at 1:03 am


Waz

November 17, 2017 at 1:03 am

Hi Guys

Long time but still enjoying the plugin! It’s a small thing but is starting to become very annoying when you have to do many event transfers. Can you guys either include in the next release or tell me how to mod, so that the event’s day of the month is included in the event drop down selector, in addition to the month and year?

It becomes a problem when, like me, you have a number of events with the same event name occurring in the same month (and no I can’t just include the date in the event title to differentiate :-P).

Thanks in advance!
Waz


Josh

  • Support Staff

November 17, 2017 at 7:14 am

Hi Waz,

Thanks for taking the time to leave this valuable feedback. I’ve registered your suggestion and we will keep it in mind for future features and updates!

In the meantime, if you’re comfortable with editing a JavaScript file, you can open up the attendee mover’s attendee-mover-event-selector.js file and edit the following lines of code:

start_date_string = start_date.format( "MMM YYYY" );
change to:
start_date_string = start_date.format( "MMM DD YYYY" );

end_date_string = end_date.format( "MMM YYYY" );
change to:
end_date_string = end_date.format( "MMM DD YYYY" );


Waz

November 19, 2017 at 3:32 am

Thanks Josh, that code did the job. I was playing around with that JS file prior using similar edits but I think the JS must have been caching and I needed to clear the cache to see the changes. Anyway thanks again.


Josh

  • Support Staff

November 20, 2017 at 11:10 am

You’re welcome.

The support post ‘Include Day of the Month in Date, of Event Drop down’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso