BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25130
    Brajesh Singh on in reply to: [Resolved] Custom BP Groups Tab/Page #1610

    Hi Joshua,
    Yes, you can do that but you don’t need to do that anymore. I am planning to push that feature as a plugin as it seems many people are looking for the same. There is one more request from our members here and I am considering that It will be better to put that as a plugin instead.

  • Keymaster
    (BuddyDev Team)
    Posts: 25130
    Brajesh Singh on in reply to: [Resolved] How to Create a Custom Page for Groups? #1608

    Hi Chelle,
    Thank you for opening the topic.

    1. Both the approaches are easy. Which will you prefer? If you prefer for the link, that will allow you flexibility in designing the page content. Which ever approach you prefer, please do let me know and I have a plugin half backed in other thread, so will update that and add this functionality.

    Your server setup is fine and those have no effects on the plugin. Both these plugin does not have any settings in dashboard. These have front end settings( available on individual group). That’s why it was not visible.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25130
    Brajesh Singh on in reply to: [Resolved] MediaPress on multisite issue #1604

    Thank you Andy 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25130

    Hi Andy,
    Thank you for asking.
    The scope will be “mpp_media_upload”

    It is the activity type. Hope that helps.

  • Keymaster
    (BuddyDev Team)
    Posts: 25130
    Brajesh Singh on in reply to: Trying to improve the Group home page #1600

    Hi George,
    I had a look in details.

    The old forum is deprecated and that’s why you get the fatal error.

    The need bbPress plugin does not provide much scope here. The only suitable way seems to be Use WP_Query or bbp_has_topics and create custom loop.

    It is much more complicated but you can see it in bbpress/templates/default/loop-topics.php and see how they have mimplemented it.

    Once you have that loop in place, we can pass the forum id to bbp_has_topics using bbp_get_group_forum_ids( bp_get_current_group_id() );

    That will take some work to get it all working together though.

  • Keymaster
    (BuddyDev Team)
    Posts: 25130
    Brajesh Singh on in reply to: Trying to improve the Group home page #1598

    Hi George,
    I just installed bbPress on my 2.4.0 test install. Please let me check it again and get back to you.

  • Keymaster
    (BuddyDev Team)
    Posts: 25130
    Brajesh Singh on in reply to: update to Mediapress from Bp Gallery , is possible ? #1597

    Hi Lb20,
    Thank you for asking here. As I replied on your comment on MediaPress post, I am waiting till 15th December. I am hoping to find and fix any remaining issues with MediaPress.

    Once we reach there, I will start pushing migrators and BP Gallery will be our first.


    @venutius
    ,
    Thank you George. You have helped me improve MediaPress a lot and please do keep your feedback coming to make it even better.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25130

    Hi Jan,
    Yes, I am pushing an update this week for sure.
    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25130
    Brajesh Singh on in reply to: [Resolved] Custom post fields in buddyblog #1590

    Hi Martin,
    I am on it. There will remain one thing though, I may not be able to add the support for date select box( was planning to add using some Ui widget). The current datebox acts like a plain text field.

  • Keymaster
    (BuddyDev Team)
    Posts: 25130
    Brajesh Singh on in reply to: [Resolved] MediaPress on multisite issue #1589

    Hi Andy,
    Welcome to BuddyDev forums.
    My apologies for the inconvenience.

    I am sorry that I was not able to reproduce it earlier ( was testing gallery by enabling on sub sites which worked).

    yes, There was a problem with uploads when a user was not part of(member of ) the main site/site where the MediaPress was active.

    The reason was WordPress does not update taxonomies if the user is not part of the site.

    I have updated the plugin and pushed the updates to github. Please upgrade and check again.

    It should be fixed.

    PS: The best way to use MediaPress on Multisite is to enable it on the sites you need. Each site has its own instance of MediaPress.

    Please let me know if that works for you or not.

    PS: Please delete the users wall gallery( who was not able to upload) from MediaPress->All Galleries screen. Otherwise a new wall gallery will not be created for him and the problem will remain there.

    Thank you
    Brajesh