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: 25348
    Brajesh Singh on in reply to: S3 Storage Plugin? #27646

    Thank you for sharing Keith.

    Any WordPress cloud storage plugin should work correctly with MediaPress.

    The only time you need a MediaPress specific cloud storage when you do not want your normal site media to be put on the cloud(and only media from MediaPress to be put there).

    We have discontinued our AWS specific implementation for MediaPress in favour of a more feature rich, general purpose cloud storage plugin(with multiple provider like Google Clouds Storage, AWS etc, and fine grained control over what gets to be put on the cloud). We will be making it available on wp.org in next couple of weeks after polishing a bit more.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: BuddyPress Friendship Restrictions – Snippet #27645
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: [Resolved] Buddypress editable activity #27637

    Thank you.

  • Keymaster
    (BuddyDev Team)
    Posts: 25348

    Hi Jan,
    Thank you for the topic.

    Currently, there is a feedback on upload. When users try to upload, they see a list of files and a “Loading” icon. When the upload is complete, the loading icon disappears. Isn’t that happening for you?

    I do believe that providing a progress bar can be more useful. I checked and found that we do fire events before/after the uploading happens.
    You can bind to them using jQuery and create a custom progress bar.

    
    // on files added to the queue
    mpp:uploader:files:added
    // on single upload
    mpp:uploader:upload:success
    
    // on all complete.
    mpp:uploader:upload:complete
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348

    Hi Jan,
    I have updated the plugin code today to accept any args available for Meta Query.

    You can count now with

    
    
    	$total_uploaded_photo = mpp_get_media_count( array(
    		'component_id' => bp_displayed_user_id(),
    		'component'    => 'members',
    		'type'         => 'photo',
    		'status'       => 'public',
    		'meta_query'   => array(
    			'relation' => 'AND',
    			array(
    				'key'     => '_mpp_in_moderation',
    				'value'   => 1,
    				'compare' => 'NOT EXISTS'
    			)
    		)
    	) );
    
    

    It is only available in our development repor currently(will be available in with next release).
    Here is the change I made.
    https://github.com/buddydev/mediapress/commit/56924852f34da86bfcb3a4536f404ddecd44390c

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: This plugin not work with other themes? #27633

    Hi KH,
    Thank you for checking the theme. May I ask for a favour?
    You have been using BuddyPress for quiet some time and I/we have benefited from your suggestions and support for a long time. I appreciate you being with us.

    If you have some time, Please do take a look at our “Customizer” and see if it help you or not and if it is good or we need to make it better(and what needs to be).

    Also, can you please tell me what should we do to make the demo more interesting:-

    – Adding some pre built home page layouts using page builders?
    – Adding better menu/dorpdown
    – adding better left/right panel menus?
    – Adding more plugins like Gamipress, BadgeOS etc over the demo?

    Please do share your suggestions if you have some time.

    Looking forward to your feedback.

    PS:- This is a minimalistic theme that lets site admins design their own. Our next themes will be more specifically design focused(I may share the design over email if you want to take a look).

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: [Resolved] Buddypress editable activity #27632

    Hi Chameli,
    Please upgrade to 1.3.1
    https://buddydev.com/plugins/bp-editable-activity/

    Please clear browser cache and let me know if it works as expected or not?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: This plugin not work with other themes? #27631

    Hi,
    Thank you.
    Thank you for the feedback.

    Please click on the “Customize” button in the menu on our demo site and you will get the option to customize the site.

    Please test.

    We are still preparing the docs and blog before going live fully. There are a lot of the things in the theme which we haven’t been able to showcase on demo.

    We will be coming up with more and better demo in near future. For now, Please do try customize and let me know your suggestions/feedback.

    PS:- We will be releasing 2 more themes by March end which are more focused on design than being a builder.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348

    Hi Milan,
    This is a false positive. Please contact the scan software company and ask them for what is the potential threat here.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: [Resolved] Buddypress editable activity #27628

    Ahh, sorry.

    Since that is a no reply address, we could not see it. I am putting the update in an hour. Almost done with the testing.

    Regards
    Brajesh