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: 25394
    Brajesh Singh on in reply to: [Resolved] Mediapress lighbox image size #14354

    Hi WPDev,
    Welcome to BuddyDev.

    1. Showing fullsize in the lightbox:- It is possible to do via settings but in the current version we have a bug. If you select original, it does not show. I have fixed it in our dev repo and the change will be available in the release next week.
    https://github.com/buddydev/mediapress/commit/dc015a578de4335eec84b8ac3d8b0f97e710f25b

    For non clickable lightbox, I guess, we can achieve via a bit of javascript or modifying the lightbox template. I am going to look into it and most probably add some filter to automate in next release.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: BP Activity Shortcode Enhancement? #14353

    Hi George,
    Thank you for the suggestion about my groups/my friends. You don’t need the my_friends and my_groups as those can be accessed by scope and user_id or ‘for’ combination.

    As for the roles, you don’t need to the change any code. user_id parameter accepts both an array of user ids as well as a single user id.

    In the current form, to list all posts of a user’s groups you can use the following

    
    [activity-stream user_id=1 scope=groups]
    

    If you want to do it for the logged in user, you don’t need the user_id and instead can use this

    
    [activity-stream for=logged scope=groups]
    

    Hope that helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Hi Billy,
    Hope you are doing well.

    Here is the post.
    https://buddydev.com/buddypress/buddypress-send-private-message-button-shortcode/

    Hope it helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: [Resolved] Site Wide Activity Plugin #14340

    I hope they are able to help. I am not sure what changes they have made but the problem lies that the actual content of activity message box is not sent to the server. Tell them to look into it and they will be able to fix it.

    Best Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: [Resolved] Site Wide Activity Plugin #14338
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: MultiSite #14337

    Hi Madhavi,

    The first thing I will suggest is check if your hosting supports wildcard DNS Queries. Not all godaddy hosting support it.

    https://in.godaddy.com/help/set-up-wildcard-dns-3301

    From this article, you should be able to check what kind of account you have and whether it support the wildcard.

    Most probably, the hosting does not support it and you might need to upgrade from them.

    Please check and let me know what you find there.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: [Resolved] transfer and store demo files #14334

    Hi Monica,
    Thank you for posting.

    1. I am not sure of the first question, if you can help me understand it better, I will be able to assist. Do you need help in moving the content from your development server to live server?

    2. Please take a look at this

    https://buddydev.com/plugins/buddyblog/

    You may be able to use it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: [Resolved] BuddyPress Activity Spam #14332

    Hi Julia,
    Please use this to disable all

    
    add_filter( 'bp_activity_do_mentions', '__return_false' );
    
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Hi Julia,
    1. Not sure if we will be able to provide support for location field. If it is using javascript etc, It might need fix on the other plugins end. We will update you of our findings early next week.

    3. Sorry but the code is tested. You most probably have something else interfering with it.

    As for the design decision, It was made tp ease the process of signup and that’s why. We did added the code to disable it later.

    When our future version comes, you will be able to control this settings from the settings page.

    Regards
    Brajesh