BuddyDev

Search

Restrict Email Domains

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #2545

    Login issue should be fixed. No, It will not cause any issue as users will be added as subscribers. Please do make sure that you have set the default role as subscriber.

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #2546

    or even better instead of using default_role, you can just use the string ‘subscriber’

  • Participant
    Level: Enlightened
    Posts: 78
    Jay Anderson on #2547

    So I would have the code like this:

    add_user_to_blog( $blog_id, $user_id, get_option(‘subscriber’) );

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #2550

    Hi Jay,
    I am sorry for the delayed reply.
    It will be like this

    
    
    add_user_to_blog( $blog_id, $user_id, 'subscriber' );
    
    

    Hope that helps.

  • Participant
    Level: Enlightened
    Posts: 78
    Jay Anderson on #2565

    Hey Brajesh,

    thank you for all the help. Looks like I am having a server issue when I get the students all on. I kept getting connection failures and hitting the resource limit.

    Not sure if this could be causing the registration issues or not.

    Is there a way to intergrate your registration page from the theme BP Magic. I really like the way it’s setup and walks the student through the steps. With my registration page now a lot of students are not checking the “Give me an e-Portfolio” check box and are registering without a site.

    Thanks again,

    Jay

You must be logged in to reply to this topic.

This topic is: not resolved