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: 25482
    Brajesh Singh on in reply to: @mentions don't work in forum #20345

    Hi AJ,
    Yes, I mean BB Toolkit developers.

    The popup box is provided by BuddyPress not us. The notifications plugin is ours. It lists any/all BuddyPress notifications.

    The problem is if there is no BuddyPress notification added for the forum mention, It won’t list them. That’s why I asked you to contact them and ask them to add BuddyPress Notifications(If they don’t do it or let you know if there is an option to turn it on).

    Hope that helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25482
    Brajesh Singh on in reply to: @mentions namebox doesn't show on compose #20344

    HI AJ,
    I am sorry I might not have been clear about it.

    Here is what I wanted you to test and he reasons behind i.

    1. By Default BuddyPress lists friends in the message suggestion box.

    2. Since it is not working, my assumption was something changed the suggested users list. Since you are using BP profile visibility plugin, I know that this plugin modifies user query to exclude users based on their preference.
    That’s why my suggestion was to disable the plugin temporarily and check this to make sure the source of the issue. Once we know the source, we can look at exploring our options.

    Hope it clarifies.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25482
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25482

    Hi AJ,
    I am sorry, I was not sure that you wanted to create custom stream. I thought you were looking for the main sitewide stream.

    Try adding allow_posting=1 to the shortcode and then let me know.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25482
    Brajesh Singh on in reply to: Change Text for activity post #20341

    Hi Daniel,
    1. The safest way to keep your text modification is to translate the specific line and keep it in your wp-content/languages/plugins or wp-content/languages/themes which ever applies.

    2. For MediaPress, since you have hidden the buttons, why don’t you simply deactivate the Activity stream upload from backend?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25482

    Hi Kulwinder,
    Thank you for confirming. I am glad it worked.

    To get automatic updates, Please install and configure BuddyDev dashboard.
    https://buddydev.com/docs/buddydev-dashboard/installing-configuring-buddydev-dashboard/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25482
    Brajesh Singh on in reply to: [Resolved] Need help with ajax registration #20329

    Hi Xander,
    Thank you for confirming.

    Making the registration form single column. Sure, It is. We can override the media query from theme by adding this to the Customize->Styling->Additional Css section

    
    @media screen and (min-width: 992px)
    	#basic-details-section,
            #profile-details-section {
    		float: none;
    		margin-right: 0;
                    margin-left: 0;
    
    	}
    
    	.register-section {
    		width: 100%;
    	}
    
    }
    
    

    Hope that helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25482
    Brajesh Singh on in reply to: [Resolved] Need help with ajax registration #20327

    Hi Xander,
    Thank you.

    It was a floating issue as I had expected. It seems my version of theme is different and that’s why I could not see it.

    Please visit Dashboard->Appearance->Customize->Styling->Additional CSS and add the following lines

    
    form#register_form:after {
        content: "";
        display: table;
        clear: both;
    }
    

    That will fix it.

    Best Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25482

    Hi Kulwinder,
    I have tested the latest version on PHP 7.3.1 and It works.

    Are you using the latest version of the BuddyPress User Profile Tabs pro? We had an update in December, Please upgrade to latest version and let me know.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25482
    This reply has been marked as private.