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: 25472
    Brajesh Singh on in reply to: mediapress shortcode #40680

    Hi,
    I am sorry but I am not sure of the reason. Can you please provide me a guest account to check what plugins are installed on your site and the MediaPress configurations. That will give me better understanding and help me assit you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: [Resolved] Pinned Posts, Feed Activity Organization #40679

    Hi Colleen,
    Thank you for the reply. It will be available by day end 25th.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Chris,

    Please put this in your bp-custom.php and let me know if it works or not?

    
    
    add_action( 'bp_loaded', function () {
    	remove_action( 'bp_core_activated_user', 'bp_members_add_role_after_activation', 1 );
    } );
    
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: [Resolved] BuddyPress Moderation Tools API endpoints #40677

    Hi Nifty,
    Thank you for the patience.

    I have checked and I can see there are hooks available for checking permissions t the rest end points. We will be enabling support for preventing the interaction(It will prevent actual message from being sent etc). The experience may not feel native as the button will be controlled via client and may not be hidden.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Derek,
    Thank you for the question.

    We don’t have a plugin but you can achieve it with User switching plugin and granting that editor the capability to switch.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: [Resolved] User unable to change passwords anymore #40626

    Hi Daniel,
    I am sorry to hear about it. There were change sin BuddyPress 8.0(to allow selecting signup fields) and this needs some change in your theme to make sure the registration page works.

    Please contact the theme author and request them for an update(there was another change that allowed having invites, it may need template update too).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: [Resolved] Member type pro problem #40624

    Hi Tosin,
    Thank you for reporting.

    Our team will be checking and assisting you on Monday.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Kenneth,
    Thank you for the update.

    Please do know that it is a commercially supported GPL plugin and you are free to do whatever you want to do with it(including making it public) but we will not be providing any support for it.

    Also, we do not think it is good for our business if someone purchases our commercial plugins and puts them for free to the public with a few minor changes. Tough we won’t stop you as we have licensed our plugins(until now as GPL) to allow unlimited site usage for the members(most of the commercial plugins limit this).

    There is no such requirement in GPL that if you make a change you have to make it available to everyone for free. With that logic, Redhat should have been free as well as all the personal mods to red hat by many companies should have been available to all.

    Please see this
    https://www.gnu.org/licenses/gpl-faq.en.html#GPLRequireSourcePostedPublic

    Does the GPL require that source code of modified versions be posted to the public? (#GPLRequireSourcePostedPublic)
    The GPL does not require you to release your modified version, or any part of it. You are free to make modifications and use them privately, without ever releasing them. This applies to organizations (including companies), too; an organization can make a modified version and use it internally without ever releasing it outside the organization.

    But if you release the modified version to the public in some way, the GPL requires you to make the modified source code available to the program’s users, under the GPL.

    Thus, the GPL gives permission to release the modified program in certain ways, and not in other ways; but the decision of whether to release it is up to you.

    If you release it to public, Please make sure to remove all links to our site and documentation.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Sophie,
    Thank you for using the plugin.

    Please try using the “IN” operator. That should work with comma separated values. Please do not quote the values. Simply use HA7,HA8,HA9

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: mediapress shortcode #40611

    Hi,
    Thank you for the reply.

    You are using incorrect shortcode. To list media, you will need [mpp-list-media].

    Please take a look here.
    https://buddydev.com/mediapress/shortcodes/mpp-list-media/

    Regards
    Brajesh