Rewrite rule for /events in v. 4.6.10.1

Home Forums Calendar Products Events Calendar PRO Rewrite rule for /events in v. 4.6.10.1

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1439158
    Michael
    Participant

    The upgrade notes for EC 4.6.10.1 state “Fix – Make sure rewrite rule for /events is not hardcoded and is based on dynamic option field [98463].

    Regarding a solved ticket from last July, https://theeventscalendar.com/support/forums/topic/changing-breadcrumb-type-event-links-from-eventsdefault-to-calendar-page/, I entered the provided code in my theme’s functions.php file.

    add_filter( ‘tribe_get_events_link’, function() {
    return ‘http://forwardnotbackcnj.org/events’;
    } );

    Is the above upgrade note referring to this code? If so, what would replace the ‘http://forwardnotbackcnj.org/events’ ?

    Thanks!

    Mickey Diener

    #1440791
    Sky
    Keymaster

    Hi Mickey!

    The bugfix you referenced has to do with how permalinks were being generated for the default events archive page in relation to the events slug setting. The function you are using just determines which URL is output for “all events” links, and so shouldn’t be affected by this.

    Are you having an issue with your links since that release? If so, can you please describe the problem in more detail?

    Thanks,
    Sky

    #1441114
    Michael
    Participant

    Hi Sky,

    Thanks for the information. No, I have not seen any issues with the all
    events links but just wanted to check since the bugfix seemed to relate to
    that. I’m glad to hear there is no impact.

    #1441890
    Sky
    Keymaster

    Mickey,

    Thanks for checking in! Let us know if you have any questions or issues in the future.

    Take care,
    Sky

    #1462085
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Rewrite rule for /events in v. 4.6.10.1’ is closed to new replies.