Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25373

    Thank you Peter. I am glad it is fixed now.

  • Keymaster
    (BuddyDev Team)
    Posts: 25373

    Hi Valarie, were you able to check the update?

  • Keymaster
    (BuddyDev Team)
    Posts: 25373

    Hi Brett,
    Can you please try changing this

    
    
    add_action( 'bp_core_activated_user', 'bp_autologin_on_activation', 40, 3 );
    
    

    to

    
    
    add_action( 'bp_core_activated_user', 'bp_autologin_on_activation', 0, 3 );
    
    

    We have made it the highest priority. Let me know if that makes any difference?

  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    Brajesh Singh on in reply to: [Resolved] Default Avatar #6539

    Hi Rakesh,
    Welcome to BuddyDev.

    1. Thank you for asking. I believe it will be useful for others, so I am going to post a blog post in next couple of hours and link here.

    For 2, 3, Please ask to relevant plugin developers. We do not provide free support for 3rd party plugins unless it is related to our themes. I hope you won’t mind that.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    Brajesh Singh on in reply to: Buddu press & Buddydroid #6525

    Hi Swati,
    Thank you for posting. From the looks of the code, I am not going to suggest using it. It does not seem to be maintained.

    I will suggest waiting till BP API is available(the BuddyPress team is working on it) and then a proper app may be written.

    Also, if it is too important to provide a Mobile app, you may use a proper responsive theme and use the WebView to embed the site ( Though it will violate the the Play Store policy, The Play Store policies do not allow just embedding url to create an App).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373

    Hi Brett,
    Thank you. I do understand. In other words, this plugin is not doing anything since activation is part of BuddyPress.

    The thing is there is most probably a redirect set up on the activation hook, most probably on the action “bp_core_activated_user” and the code is redirecting before this plugin can log in the user.

    Please search for the above hook in your wp-content directory(plugin/themes) and let me know if you find any info.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    Brajesh Singh on in reply to: No Featured Image Option #6523

    Hi Justin,
    Thank you. You have it enabled(The upload settings).

    Two questions:-

    1. Does your theme support featured image?
    2. Can you please go to Dashboard->Add New Post and see if you have the featured image option there?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373

    Hi Peter, Have you had the chance to look at the update?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373

    Hi Valarie,
    Please upgrade to 1.2.5 and select “Logged In User” from the roles screen.

    That will do it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    Brajesh Singh on in reply to: Front-end Blogs post need to be approved #6514

    1. You can set the status of the new post to draft from the backend.
    2. For message, you may use the poedit and trasnlate the string.

    3. Notification to the admin:- This is one thing which is not part of the plugin. If you want, we may write some code to provide simple email notification.

    Thank you
    Brajesh