Skip to:
Content
Pages
Categories
Search
Top
Bottom

i wish to see BP register page while logged in as admin


  • Glenn
    Participant

    @rglennnall

    i wish to see BP register page while logged in (as admin) – can someone please tell me where the default function that prevents this is?

Viewing 3 replies - 1 through 3 (of 3 total)

  • shanebp
    Moderator

    @shanebp

    Please do not double post. Your other post has been deleted.

    The redirect for the register page while logged in is in this file:
    buddypress\bp-core\bp-core-catchuri.php

    You can adjust it by using this filter hook:
    apply_filters( 'bp_loggedin_register_page_redirect_to', bp_get_members_directory_permalink() );


    Glenn
    Participant

    @rglennnall

    great, thanks. I clearly wasn’t going to get any help from you guys who know the answer unless I misbehave, so I did.

    thanks


    Glenn
    Participant

    @rglennnall

    this filter redirects me to the members dir., of course. I’m trying to prevent being redirected away from the Register page when I’m logged in.

    if i comment out the existing filter somehow i’m still redirecting to Home. Could WP be doing this? i dont’ remember WP keeping me from seeing the default signup form, so i don’t think it’s WP…

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar