BuddyDev

Search

Replies

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

    Hi Iain,
    Thank you for the reply.
    I am glad that your registration is working again. It’s good to know that Youzify team assisted.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25205
    Brajesh Singh on in reply to: Update Profile tabs creater pro #48543

    Hi Peter,
    Thank you for purchasing.

    There are multiple way. If you have installed BuddyDev dashboard, you can simply update from your plugins screen directly(just like any normal WordPress plugin. You will receive the notification for the update once WordPress checks for plugin updates.

    Or, you can delete the old plugin and install from the zip by uploading it. No data will be deleted.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25205
    Brajesh Singh on in reply to: [Resolved] Visitor Tab issue #48542
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25205
    Brajesh Singh on in reply to: [Resolved] BBpress – New Topic/Reply Modal #48541

    Hi Erich,
    Thank you for sharing. I sincerely appreciate it.
    That screenshot looks good.

    If mention is not working, you may want to call this

    
    bp.mentions.tinyMCEinit()
    
    

    after modal.show() and ensure that the mentions script is loaded on the page.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25205
    Brajesh Singh on in reply to: Update Profile tabs creater pro #48531

    Hi Peter,
    I am sorry for the inconvenience.
    Once your order has gone to pending, they are automatically cancelled and will never be retried.

    I have removed them now. Please try again.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25205
    Brajesh Singh on in reply to: [Resolved] Visitor Tab issue #48529

    Hi Jimmy,
    Thank you.
    I had a look at your site and I don’t see the visitors tab pushing.
    It is your theme’s layout which is doing it on some of the smaller screens and unfortunately, that happened to a tab which was after recent visitors and that’s what made it look like Visitors doing it.

    It can happen with your other tabs as well. I will suggest contacting your theme developers for a proper solution or if they find it is recent visitors pushing, please ask them to share how? I have verified the markup and css and we are not adding anything which is not exact same as BuddyPress. No css for tab is added by us.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25205
    Brajesh Singh on in reply to: Assiging Member Type Doesn’t Add User to Group #48528
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25205
    Brajesh Singh on in reply to: Remove last active, span.activity from own profile #48527

    Hi Carsten,
    Thank you.

    Please add the following too

    
    
    add_action( 'generate_after_page_title', function () {
    	if ( ! bp_is_user() ) {
    		return;
    	}
    
    	printf(
    		'<span class="activity">%s</span>',
    		esc_html( bp_get_last_activity( bp_displayed_user_id() ) )
    	);
    
    } );
    

    That should generate the content after title.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25205
    Brajesh Singh on in reply to: Disable ajax in follow button #48526

    Hi Tosin,
    Good to know that.

    I am glad you managed to get it working.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25205

    Hi Nate,
    Thank you for your patience.

    Please upgrade to the latest version of the plugin. The issue should be resolved now.

    Please let me know if it works for you or not?

    Regards
    Brajesh