BuddyDev

Search

Replies

  • Participant
    Level: Initiated
    Posts: 3
    TacticalPedia srl on #3344

    Perfect, it works now.
    Thanks,
    Francesco

  • Participant
    Level: Initiated
    Posts: 3
    TacticalPedia srl on #3339

    Hi, I created bp-custom.php as you suggested but at the end of the registration process, the website returns this error:

    add_filter( ‘bpdev_autoactivate_redirect_url’, ‘redirect_to_edit_profile’, 10, 2 ); function redirect_to_edit_profile( $profile_url, $user_id ) { return “http://instantcoach.me/welcome-instantcoach-community/”; }
    Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/admin/public_html/instantcoach.me/wp-content/plugins/bp-custom.php:6) in /home/admin/public_html/instantcoach.me/wp-content/plugins/wise-chat/src/dao/user/WiseChatUserSessionDAO.php on line 95

  • Participant
    Level: Initiated
    Posts: 3
    TacticalPedia srl on #2938

    May I put the code in the bp-custom.php file?
    Thanks.