Viewing 9 replies - 1 through 9 (of 9 total)
  • @peter.Ingersoll
    You have two options:
    1. Change the language file located in languages folder of the plugin.
    2. Edit the files directly: app/view/agenda.php and app/view/calendar.php

    Thread Starter Peter Ingersoll

    (@peteringersoll)

    Thank you.

    It was weird. The language file seemed to have no effect. I had to change app/view/calendar.php (for the button) and app\controller\class-ai1ec-calendar-controller.php (for the title).

    Testing on https://dev.skills21.org/events/

    I have a follow-up question to this, as I’d like to do the same thing – change ‘agenda’ to ‘list’. I opened the app/view/calendar.php and app\controller\class-ai1ec-calendar-controller.php files but wasn’t sure where to change the code? Could you spell out the process is more detail? Thank you!

    I would like to do the same thing. Where do you change in the app/view/calendar.php and app\controller\class-ai1ec-calendar-controller.php files?

    Thanks.
    Dan

    Hi Dan,

    I participated in an All-in-One calendar webinar and asked my question there. This is the response I received. It worked!

    in all-in-one-event-calendar/app/view/calendar.php

    <?php _e( ‘Agenda’, AI1EC_PLUGIN_NAME ) ?>
    change it to whatever is wanted:
    <?php _e( ‘MyNameHere’, AI1EC_PLUGIN_NAME ) ?>

    Thanks, aubreecherie!

    Is that the only place you have to change it?

    Thanks.
    Dan

    Hi Dan – as far as I know, yes. That’s all I changed (used the word ‘List’ instead of ‘Agenda’) and it seems to appear properly from every viewing option.

    Great, thank you aubreecherie. I am going to give it a go.

    This worked great, aubreecherie. Thank you!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: All-in-One Event Calendar] Change "Agenda" to "List"’ is closed to new replies.