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: 25365

    Hi Naveen,
    Thank you for the reply.
    Good to know that you were able to use it.

    You can not add css class to the image tag but you can wrap the generated image in an span and add your custom classes on that span.

    That should help you with achieving the desired result.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365

    Hi Kev,
    Thank you for the reply.

    I had a look. Since you had purchased the plugin on July 1, 2020 with 1 month access, your access expired on August 1.
    That’s why you are unable to download it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: Not working with Gravity Form registration form #35353

    Hi Mical,
    We have been able to produce the issue. The problem is due to the use of a multisite specific hook by gravity form. We are working on a compatibility release if feasible. I will have the release by Monday or some suggestion for an update of gravity form user registration addon(in case it is not feasible to add the compatibility from our side).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: Buddypress 404 member issue #35352

    Hi Tosin,
    Yes, you can disable the plugin and put that code in bp-custom.php

    You may also simlify the above code

    
    function tomas_bp_no_404() {
    	global $wp_query;
    
    	if ( bp_current_component() ) {
    		$wp_query->is_404 = false;
    	}
    
    }
    
    add_action( 'template_redirect', 'tomas_bp_no_404', 1 );
    

    Regards
    Brajesh

    PS:- I haven’t seen this issue with BuddyPress. If you can post the steps to reproduce it, I will suggest opening a ticket on BuddyPress trac.

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: Members Types for page #35351

    Hi Jimmy,
    Thank you for the question.

    The Member Types Pro is not targeted as an access restriction module. It has very limited features for restricting access.
    I will suggest looking into a membership plugin such as Paid membership pro or others for now which deal with restrictions.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365

    Hi Prangesco,
    Thank you for the questions.

    1. No. You can not use Profile Tabs Pro to move existing Tabs. You can use it to link from other pages or add new tab . in BuddyPress, the existing tabs are tied to the url and changing them is not feasible.

    The plugin does offer you to move it to “Friends” component. We can update and add a hook to let you move it into another tab.

    2. I am sorry, the Profile Tabs Pro can not move nav items. The reason is nav items view call back are attched to the url and can not be changed easily(unless the plugin that adds this tab allows it via some hook/filters).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365

    Hi Erwin,
    The behaviour of plugin changed temporarily with BuddyPress 7.0 as 7.0 started pasisng array of member types instead single.

    We fixed it in the update. There was no other change. So, plugin works exactly as before.
    I do understand your need for using it and propagating it across multiple sub sites but the plugin is not meant for that purpose. The boundaries of things doable with multiblog mode are a bit vague and not supported.

    I will be glad to offer a refund as there is not much we can do about it.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365

    Hi Erwin,
    The latest version of plugin works great with BuddyPress.
    Yes, we are the active.

    As far as your last question is concerned, It was not about the plugin or its specified feature. The plugin does not work with Multiblog mode and that has been the case from very beginning.

    I had mentioned it in my private reply on this topic.

    Please feel free to look for alternative if you need it in multiblog mode and want to propagate changes across all sites.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: [Buddyblog Pro] A few questions #35346
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25365

    Hi Khalid,
    Thank you for posting.
    This is our upcoming plugin. We haven’t released it due to documents not being ready.

    We will have this available next week.

    Regards
    Brajesh