Organizer Label

Home Forums Calendar Products Events Calendar PRO Organizer Label

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1002737
    MIKE
    Participant

    Ok, so I’ve successfully added the 2 functions that change the Organizer labels, but I’m noticing one small area that it doesn’t change. It’s so small and minor, but the client will be making these changes in the back end and I just want to eliminate the phone calls. The one place it doesn’t change the label is the ‘Add another organizer’ link being called by this line of code:

    protected function render_add_organizer_button() {
    		printf( '<tfoot><tr><td colspan="2"><a class="tribe-add-organizer" href="#">%s</a></td></tr></tfoot>', __( 'Add another organizer', 'tribe-events-calendar' ) );
    	}

    in the file Organizer_Chooser_Meta_Box.php
    I’ve done the obvious of changing organizer to instructor, but know full well it’ll be overwritten if I ever update.
    Just wanted to make you aware, thanks guys, awesome plugin!

    #1002936
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help out here.

    I tested on my site and it does not change there either.

    I think it it because we do not use our function to show the singular organizer name and instead it is written out.

    See if the function outlined here could help change this word:

    Custom Wording in the Calendar

    Let me know if that works for you and I will see about getting this changed in a future release.

    Cheers

    #1003212
    MIKE
    Participant

    Brilliant! Thanks!

    #1003252
    Brian
    Member

    You’re Welcome.

    Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Organizer Label’ is closed to new replies.