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: 25489
    Brajesh Singh on in reply to: [Resolved] BuddyBlog Pro Medium Editor #39823

    Hi Tosin,
    Sure.
    I have shared the plugin with you too.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25489

    Hi Tosin,
    Thank you for the suggestion. Please allow me to check this plugin over the weekend and see if it is suitable for our purpose. With activity, performance is a major concern, if that is not the issue, we will be glad to have it.

    I will let you know next week about it.

    Regards
    Brajes

  • Keymaster
    (BuddyDev Team)
    Posts: 25489

    Thank you.

    I am hoping to have it by day end tomorrow or Monday(We have saturday & Sunday off, so will try to have it tomorrow).

    One of our team member will post here after the update.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25489

    Hi Pooria,
    Welcome to BuddyDev support forums.
    Thank you for purchasing our membership.

    At the moment, we do have the operators “Starts With”, “Ends With” for this kind of match but the email is not available as a field in the selector. Please allow our team to add email as a selector in the fields.

    After that, for each domain, you can use the email as the fields and “Ends With” as the operator. You will need to create one list per domain.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25489
    Brajesh Singh on in reply to: CSS needed #39815

    Hi,
    Sorry, for the delaye.

    Please add the following css to Dasboard->Appearance->Customize->Additional CSs

    
    .activity-header {
        display: flex;
        align-items: center;
        flex-flow: row wrap;
    }
    
    .activity-header .generic-button a {
        border: 1px solid #333;
        margin-left: 1em;
    }
    
    

    That should make it slightly better.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25489
    Brajesh Singh on in reply to: [Resolved] Remove Profile Tabs Dropdown Menu #39814

    Hi Lisa,
    Thank you.

    You may remove the previous code and use this instead

    
    
    /**
     * Disable greedy nav for single item as well as directory tabs in Community Builder
     */
    function cb_bp_disable_greedynav_css_class( $classes ) {
    	$classes[] = 'no-greedy-nav';
    	return $classes;
    }
    add_filter( 'cb_bp_single_item_tabs_classes', 'cb_bp_disable_greedynav_css_class' );
    add_filter( 'cb_bp_dir_item_nav_classes', 'cb_bp_disable_greedynav_css_class' );
    
    

    It will remove the greedy nav from directory as well as profile/groups.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25489
    Brajesh Singh on in reply to: Emails not being sent #39813

    Hi,
    Someone posted the code to make it work on BuddyPress.org
    https://buddypress.org/support/topic/buddypress-smtp-settings/#post-312405

    you may want tot try and see if that works.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25489

    Hi Vishnu,
    Thank you for using MediaPress.

    Please allow me to check it over the weekend and get back to you. I am assuming you are using the latest version of ios?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25489

    Hi Cofud ,
    Thank you for letting me know. The problem seems to be the registration with MemberPress. We can enable role based friendship on it but any rule with other profile field won’t work(the fields are not available when users do not register via BuddyBoss default registration page).

    Please allow me to get back to you with a solution for the MemmberPress and role based friendship in next 24 hours.

    Regards
    Bajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25489
    Brajesh Singh on in reply to: [Resolved] BuddyBlog Pro Medium Editor #39798

    Hi Nick,
    Thank you for the screenshot.

    you definitely have something which is stopping the font awesome from being loaded. Please check your network tab as well as console to see if there is any error.

    We will keep improving the experience for both of these editor. Tinymce will remain our default choice but there have been many requests in past for the MediumEditor, so we have put it for anyone needing it.

    Thank you for the suggestion about giving option in admin for button, sure, we will be adding it but not in the initial release.

    Thank you again for all the feedback. I sincerely appreciate it. They will be helpful in releasing the plugin.

    Regards
    Brajesh