Support » Plugin: Events Manager - Calendar, Bookings, Tickets, and more! » FullCalendar Week Basic and Week Agenda Buttons

  • Resolved generic0

    (@generic0)


    Is there any any way to change the wording on the Weekly Agenda button I’m using WP FullCandar.

    We can not get the Weekly Agenda to print on one page, but we can get the basic Week to print on one page so we would like to have both buttons on available — however they are both labeled “Week” we would like to change on of them to something else.

    Thank you!

    http://wordpress.org/extend/plugins/events-manager/

Viewing 1 replies (of 1 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    I think it’s possible, but you’d have to do some digging & coding to get it working

    you’d probably want to add a new language like en_US to wp-fullcalendar.php round line 100 so it uses a translation which you can then modify as needed.

    I’m going to add a filter at the bottom of that function so you could use a filter like so:

    add_filter('wpfc_js_vars', $js_vars);

Viewing 1 replies (of 1 total)
  • The topic ‘FullCalendar Week Basic and Week Agenda Buttons’ is closed to new replies.