BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25218
    Brajesh Singh on in reply to: [Resolved] Categories for Group Blogs #3301

    Hi Diana,
    Thank you.

    Please give us til tomorrow(We could release an update today) and then, I will belooking for the more details.

    PS: Thank you for buying the support.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25218
    Brajesh Singh on in reply to: [Resolved] MOve subnav tabs #3297

    @ravi1987,
    Thank you for posting.


    @saran
    ,
    I will add my two points her

    1. Please do not modify this directly in the BuddyPres plugin, Instead copy
    buddypress/bp-templates/bp-legacy/buddypress/members/single/profile.php to yourtheme/ buddypress/bp-templates/bp-legacy/buddypress/members/single/profile.php and then modify it as Ravi has mentioned.

    Also, make a copy of buddypress/bp-templates/bp-legacy/buddypress/members/single/settings/general.php to your theme/buddypress/bp-templates/bp-legacy/buddypress/members/single/settings/general.php and make sure the form action is empty.

    I was testing it with Ravi, it seems he missed it while posting.

    Please do let us know if that works or not?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25218

    Hi Ada,
    Please give us 2 more day. The plugin needs an update and then I will post the code.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25218
    Brajesh Singh on in reply to: Groups Extension #3291

    Hi Joshua,
    Thank you for posting. The plugin is by @slaffik and you can confidently use it. He is an active member of BuddyPress community, so updates will flow. In case there is no updates, I assure you that Our team will support you on this 🙂

    Please feel free and confident to use the plugin.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25218
    Brajesh Singh on in reply to: [Resolved] Categories for Group Blogs #3289

    Hi Diana,
    Welcome to BuddyDev.

    I have a few things to share and a few questions before I provide the code

    1. Limiting Categories to selected ones:- It was a bug in Blog Categories for groups. It should have only listed selected terms. We are on it and a fix is due tomorrow.

    Now a few questions:-
    1. Do you still need extra code after the update for listing terms? It will only list the terms(category) selected for the current group

    2. How do we automatically assign categories to the group on creation? Is there any criteria?

    Can you please tell me if the requirements will change after the fix?

    Thank you for showing interest in Buying the support. It was a caching issue. refreshing and re adding will fix that.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25218

    Hi Dandy,
    Thank you for asking and your support. I appreciate it.

    Most probably you are using a plugin/code that hooks to the activation code at higher priority and exits the process. Can you please try the following code

    
    
    function buddydev_add_user_to_group( $user_id ) {
    
    	$group_id = 1;//which group to add
    	groups_join_group( $group_id, $user_id );
    }
    add_action( 'bp_core_activated_user', 'buddydev_add_user_to_group', 0 );
    
    

    The only thing different here is higher priority on the action. This should work. Can you please check and let me know if it works or not?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25218
    Brajesh Singh on in reply to: [Resolved] MOve subnav tabs #3285

    Hi Saran,
    Welcome to BuddyDev.

    It is easily doable. I will post code in a couple of hours.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25218

    Thank you Rug. I am looking forward to it 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25218

    Hi Hans,
    Welcome back. It’s nice to see your comment again.

    I am sorry about the strings. Will update again today with the updated strings.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25218
    Brajesh Singh on in reply to: [Resolved] Pop up register form #3280

    Hi Rahul,
    Welcome to BuddyDev.
    BP Ajax Registration may suit your purpose as it can be triggered from any link. Instead of buying it, why don’t you get in touch with us via contact form and we will send you a copy. if it solves your purpose, you may buy it.

    Thank you
    Brajesh