jasonfant

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Organizer Page Taking Over BuddyPress Profile Page #1510831
    jasonfant
    Participant

    Just checking in. I haven’t heard anything about this ticket today. Thanks for your help.

    in reply to: Organizer Page Taking Over BuddyPress Profile Page #1509807
    jasonfant
    Participant

    So I’ve traced the rewrite to the Tribe__Events__Rewrite code and commented out line 199 which specifies the ORGANIZER_POST_TYPE as a valid candidate for rewriting the URL. I’ve included a snippet below:

    196: $supported_post_types = array(
    197: Tribe__Events__Main::POSTTYPE,
    198: Tribe__Events__Main::VENUE_POST_TYPE,
    199: /*Tribe__Events__Main::ORGANIZER_POST_TYPE,*/
    200: );

    Obviously this isn’t a long term solution because this will get overridden on an update and I’m not sure what else I’m breaking by doing this (though I haven’t found anything broken yet). What is the long term solution for this. Surely this isn’t intentional behavior.

    Thanks in advance for your help. I figured I’d just give an update as to where I am currently.

    Jason

Viewing 2 posts - 1 through 2 (of 2 total)