• Resolved rachelbage

    (@rachelbage)


    When we save the event, it returns to the all events page.
    Is it possible to save the event and return to the event page?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author shanebp

    (@shanebp)

    Try this:

    In this file:buddypress-simple-events\inc\pp-events-create-class.php

    ~Line 283, find:
    bp_core_redirect( bp_core_get_user_domain( $this->user_id ) . '/events/' );

    And replace it with:
    bp_core_redirect( get_permalink( $this->post_id ) );

    Thread Starter rachelbage

    (@rachelbage)

    Very thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Redirect event page after saving’ is closed to new replies.