Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter nicholmikey

    (@nicholmikey)

    The line from /plugins/buddypress/bp-activity.php:246 is $has_access = apply_filters( 'bp_activity_permalink_access', $has_access, &$activity );

    The line from /events-manager/classes/em-notices.php on line 11 is
    session_start();

    Nothing in my install is using the filter bp_activity_permalink_access

    Thread Starter nicholmikey

    (@nicholmikey)

    Ok so I have a hacked up version working for now. In the event object’s save function I populate a session variable and echo that out on the edit page. I will use this until I can figure out the root problem.

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘[Plugin: Events Manager] New Event, no save successful notification’ is closed to new replies.