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: 25377
    Brajesh Singh on in reply to: [Resolved] Buddypress register redirect url #48318

    Hi Iain,
    Thank you for the reply.

    When I had registered, The activation did not work due to the security plugin.

    Are you using any custom code in your bp-custom.php or theme’s functions.php for redirection? I don’t see any outlier on the site.

    You may try disabling 3 plugins(BP restrict, PMPro and Membership Restrictions one by one and test. if that does not work, you may temporarily want to change theme and try.

    Before you do any of the above, Please make sure you disable the code in bp-custom.php and test to avoid spending time. The bp-custom.php is not visible from the WP dashboard interface, so I was not able to find out if it was present on your site or not.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: Display groups by Group Type in a Custom Tab #48317

    Hi,
    The plugin supports shortcodes.

    What does the group type shortcode do? Does it show a list of groups? In BuddyPress, if you need to show group lists inside a group, that needs to be done carefully(by avoiding global template).

    So, if you are trying to show a list of groups, My assumption is the shortcode s not ready to do it.

    If you are simply trying to show the group type label, please let me know. I can put a 2 line code to display the type as shortcode.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: MPP upload buttons as well for commenting? #48316

    Hi Chris,
    I am sorry but I am not sure I understand it properly.

    1. BuddyPress does not allow adding posts on other user’s profile, how are you doing it? We support the default BuddyPress implementation.

    Isn’t it expected for a user to upload on their own post/comment?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: User Testimonials #48315

    Hi John,
    Thank you for the reply.

    The code uses the markup generated by BuddyPress. seems your theme does not have support for generic markup( it might have styled specific buttons).

    I will suggest reaching out to the theme author for css assistance or copy it from the existing button to this one.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: CSS in new Profile Tab #48304
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25377

    Hi Carsten,
    you are welcome.

    Please visit dashboard->MediaPress->Settings.

    Then click on the “BuddyPress” tab and look at the top for ”
    Enable Gallery Directory?”. Please set it to “No” and save.

    That would do it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: [Resolved] Buddypress register redirect url #48302

    Hi Iain,
    Please try the auto activation now. The security plugin was blocking login after registration.

    let me know if they get redirected to profile(I am still not sure what was causing redirect to edit profile though).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: [Resolved] Contact Form Widget #48301

    Thank you.

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: [Resolved] Removing the notifications tab #48300

    Hi Carsten,
    Thank you for the question.

    1. Please use the code as below. The above action is for “Profile” component.

    
    
    /**
     * Remove notifications nav.
     */
    function buddydev_remove_notifications_tab() {
    	bp_core_remove_nav_item( 'notifications' );
    }
    
    add_action( 'bp_notifications_setup_nav', 'buddydev_remove_notifications_tab' );
    
    

    2. The live notifications should work fine but their linking may be broken if it links to user’s notification page.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: BuddyBlog – Post approval #48299

    Hi Nik,
    Thank you.
    I am working on a solution for this.
    This is one of the reasons I did not release the update last week for BuddyBlog Pro/Groups.

    It may be part of our next update(1-2 days).

    Regards
    Brajesh