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: 25485
    Brajesh Singh on in reply to: Tabs Creator User Interface Issue #32396
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Bernard,
    Thank you for reporting the issue.

    I am checking it and will be getting back to you in couple of hours.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Social share plugin #32394

    Hi Femi,
    Welcome to BuddyDev forums.

    We don’t have any specific choice. Please feel free to use any of the social share plugin you like. If you face any issue, We will be glad to assist and resolve it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Tosin,
    I am sorry to hear about that. I am checking it now and will be getting back to you in couple of hours.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Stefan,
    I am sorry, you are misinterpreting it.

    1. MediaPress is fully compatible with BuddyPress & WordPress. It is not Compatible if you are using BuddyPress Multiblog mode on a multisite.

    For non multiblog mode,the profile and galleries are on the main site of your network and MediaPress works there.

    We have it specified at multiple places multiple times. This is normal for a plugin using post types. Is WooCommerce network compatible? You can not share products from one site to another on a network. Same applies to MediaPress.

    As of your purchase:- We have a flexible refund policy and we are happy to issue refund.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Torben,
    Thank you for the patience.

    Please upgrade to 2.1.0. It is available now. Please let me know if it works for you or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Torben,
    Thank you for the patience.

    I have already fixed it. It was a minor issue with our filter on groups per page.
    We are testing currently with WP 5.5 to make sure everything works as expected. That’s why could not release it. It will be available as promised 🙂

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Tabs Creator User Interface Issue #32377

    Hi Kathy,
    Thank you for the patience.

    The problem is caused by this line in Geodirectory plugin

    
    				// add shortcode insert button once
    				add_action( 'media_buttons', array( $this, 'shortcode_insert_button' ) );
    

    It is in geodirectory/vendor/ayecode/wp-super-duper/wp-super-duper.php

    There is no reliable way to remove it.

    here is a temporary solution.

    
    add_action( 'bpptc_post_type_admin_enqueue_scripts', function () {
    	remove_all_actions( 'media_buttons' );
    } );
    
    

    This is not the right way to handle issue but will make the plugin workable for now. It removes any other plugin hooking to tinymce editor on the profile tabs creation/editing page.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Buddyblog Pro – Beta Version #32374

    Hi Bruno,
    Thank you for starting a new thread.

    1. You can reorder the fields by just dragging and dropping them. The fields list is sortable.

    2. Not very convincing use case and I believe using css for hiding label will be better as it is very unlikely that people will use it. If I get more topic on the sa,e then sure.

    About the template tags:- WordPress provides template tags for listing taxonomies. Our goal is that if someone is using BuddyBlog Pro, they can override the template as they want but they should not feel it as a limiting factor.

    We plan to provide some shortcodes, where you can specify the taxonomy and how the list should be rendered and it will be rendered with the post.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi @edelawit
    Welcome to BuddyDev.

    Thank you for the question.

    I am not aware of any plugin that does it. It is not difficult to filter user profiles. We have shared code for this multiple times over this forum.

    The problem arises if you want activity stream(directory) to be filtered by the gender. Do you need activity stream on your site?

    Regards
    Brajesh