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] Auto join groups – cron job #39650

    Hi Darshan,
    Try using 12,13 instead of putting it inside a quote and then try.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: [Resolved] Redirect after Registration #39649

    Hi Gianluca,
    Thank you for the question.
    You may use this plugin.

    https://buddydev.com/plugins/bp-auto-activate-auto-login/

    You can configure the redirect after activation/login etc with this plugin.

    Please have a look.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: Add friend button does not appare #39644

    Hi Gianluca,
    Thank you for the replies. I will be sharing the code by tomorrow.

    Is it ok if the cancel friendship button appears with the activity too or we just need add friends?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377

    Hi,
    Can you please change the filter to alphabetical and let me know if there is any change or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377

    Hi Olaf,
    Can you please share me the site link and credentials again. The plugin is working. I need to check the site again to see if there is something else there causing it.

    In some of the cases, BuddyPress will not list users who haven’t logged to the site.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: [Resolved] BuddyBoss Plugin Compatibility #39623

    Hi Nick,
    Thank you for the reply.

    1. Activity Privacy :- Sorry, They have activity privacy and the part you have mentioned is a very tiny part of this plugin.

    2. We had the compatibility for the editing functionality earlier. BuddyBoss released their own editing for activity. we will not be able to keep adding a feature to BuddyBoss which they will eventually replace. That is wastage of our effort.

    3. The modal Box:- we do not plan to support ajax registration or branded login outside own own themes. The reason is it needs skin for each of the supported theme.

    I appreciate your offer to upgrade membership but we will not be able to put our effort on things which are eventually going to be replaced by BuddyBoss. It is like we are wasting our time on adding support.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: Add friend button does not appare #39622

    Hi Gianluca,
    Thank you for the question.

    By default, BuddyPress does not show the button in activity, that’s why we don’t show it either.

    If you can tell me(by marking a position in activity) where you want the button to appear in activity, I can look into it and provide a solution.

    Regards
    Brajesh

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

    Hi Lisa,
    I am soryr, I had to re-look at it. There is no update needed for this.

    Please put this code in the child theme’s functions.php

    
    
    /**
     * Disable greedy nav for user profiles in Community Builder
     */
    add_filter( 'cb_bp_single_item_tabs_classes', function ( $classes ) {
    
    	$classes[] = 'no-greedy-nav';
    
    	return $classes;
    } );
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377

    Hi Tosin,
    It is most probably an issue with the caching plugin.

    Branded login simply specifies the page it needs. The pages are crated and saved by BuddyPress and it is exactly same as BuddyPress default pages.

    Please re-check it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: Buddyblog suggestion #39604

    Hi Tosin,
    Thank you,

    I am sorry, I am unable to put a dedicated page for this currently. We do plan to provide something like this(complete posts dashboard with published, drafts,pending etc) via shortcode in future.

    Regards
    Brajesh