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: 25384
    Brajesh Singh on in reply to: [Resolved] Feature image upload #11482

    Hi Alex,
    Thank you.

    Either your theme or some plugin is removing thickbox from the front end and that is causing it. We are using WordPress media uploader for settings the featured image and the thickbox is required for the behaviour.

    Please try by changing theme/plugins and see if it works.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384

    Hi Arik,
    Thank you for purchasing the support.

    The plugin does not support filtering activity by role or member type as it is not supported in default BuddyPress implementation.

    If you want to sponsor this feature, my team may be interested in looking further.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384
    Brajesh Singh on in reply to: BuddyPress Activity Shortcode #11479

    Hi Arik,
    Closing this in favour of https://buddydev.com/support/forums/topic/buddypress-activity-shortcode-user_role/

    Let us keep the discussion at one place.

    Thank you.
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384
    Brajesh Singh on in reply to: [Resolved] BuddyBlog + privacy #11478

    Hi Richard,

    I am sorry but it needs to be handled on your own. WordPress posts are public by nature and we do not intend to modify any default behaviour. The goal of BuddyBlog is to allow create/edit and list. You can modify the listing using WP_Query.

    Here is what I will suggest.

    1. adding a meta field dropdown for privacy(User can select who can see)
    2. In the posts.php, using that to filter out the posts

    Hope that helps.
    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384
    Brajesh Singh on in reply to: thumbnail #11398

    Hi,
    Can you please tell me where it is happening? You have most probably the list view enabled for the media and you can change that from the MediaPress settings.

    If you can tell me where it is happening, I will be able to assist better.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384
    Brajesh Singh on in reply to: mediapress demo page and tabs #11331

    Hi Monsur,
    Welcome to BuddyDev.

    The demo page you are seeing is MediaPress directory. It is gallery directory.

    If you are lookin for media directory, please use shortcodes
    https://buddydev.com/mediapress/topics/getting-started/shortcodes/mpp-list-media/

    As of the Newest(You should be able to get it from MediaPress sitewide media widget by playing with order by field), We don’t have likes yet, so no most liked widget. I believe, The rest are already there.

    Hope that helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384

    Hi Nicolas,
    Will you be using BuddyPress custom field? If yes, you should consider using

    xprofile_get_field_data( $field_id_or_name, $user_id ); instead of the get_user_meta()

    If it is using the use meta(and not custom field).

    Also, If I were you, I will use get_template_directory_uri() instead of the get_bloginfo.

    The code should work though.

    You should inspect the user avatar src and see if the image src is correct.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384
    Brajesh Singh on in reply to: BP MagicVersion: 1.3.0 Feedback #11329

    We are using the css reset for the browsers and the code you see is part of it.

    Please allow me 2-3 days and I assure to look at each of the issue and have a solution. It will be nice to have the BP Magic updated again.

    thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384

    Thank you. I am glad it worked.
    Marking as resolved.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384

    Hi Sheryanne,
    There seems to be a plugin that does admin only BuddyPress field
    https://wordpress.org/plugins/buddypress-admin-only-profile-fields/

    If that Brajeshdoes not serve your purpose, please do let me know and I will be willing to put something in place.

    Regards