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

    Hi Chris,
    I am sorry if I have skipped it somehow. I am looking into my mails and will get back to you today.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: Gallery on custom post type pages problem #7019

    Hi Olivier,
    I am sorry for the inconvenience.

    Can you please link me to the page? I am not sure why the permalinks are not working in this case. Can you please visit the Dashboard->MediaPress->All Galleries and see if the privacy, component, type is set properly for this gallery?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: [Resolved] Mediapress Upload Permissions #7018

    Hi Ian,
    My apologies for the delayed reply.,

    I have fixed it on the github repo.

    https://github.com/buddydev/mediapress/commit/4d0de6c2519a2d6775c69e9cd1b7c701b7c2cd6b

    If you want you can update from there, I will pus on wp.org too in next 1-2 days(Just need a few more enhancements to go in).

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: [Resolved] Mediapress breaking site #7010
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: [Resolved] Mediapress breaking site #7008

    Hi Michele,
    Thank you.

    1. Non of those notices are caused by MediaPress. It is your theme/other plugins. MediaPress is not throwing any notice above

    2. It seems your theme has a dependency on the RT Media plugin, you see this line

    
    
    Fatal error: Class ‘RTMediaFriends’ not found in [redacted path]wp-content/themes/sweetdate/custom_buddypress/class-bp-tabs.php on line 279
    
    

    It means the theme is using that class but that class is not found. I will suggest reporting it to the theme developer and you can show them my message regarding this. The good practice says, the theme should at least check for the things before throwing error.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: Automatic Theme Upgrades available now #7006

    Hi Graham,
    Thank you and wish you a wonderful 2017 ahead!

    About the issue:-
    Please make sure you are using the latest version of the dashboard plugin.

    The upgrade notice will appear even if you are using a wrong key(Invalid key don’t allow update but show the update).

    Most probably, either the dashboard plugin is not updated or the theme update transient is set(which will get cleared in 24 hours) by WP. When WordPress queries for the changes, The update will be visible if you are on the latest BuddyDev dashboard plugin.

    Hope that helps.

    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: Can we have cover photos on the members page? #7005

    Hi Graham,
    That’s a good question. There were two issues

    1. The cover fetching query is not optimized for multiple covers on single in BuddyPress. We can get around by prefetching and caching at the start of the loop and I plan to do so. The second issue is what is more problematic

    2. The problem is size of cover. Currently, there is only one cover size allowed. If we resize the cover automatically, It may not make much sense.And even if we do, we will have to have the complete process that keep track of the uploads, deletes the old files and so on. What I plan is to build an experimental plugin with these features.

    We will have something better than what we have(we will atleast allow to set colors) before the end of this month.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: [Resolved] Mediapress breaking site #7004

    Hi Michele,
    I am sorry for the inconvenience. We haven’t tested MediaPress with the sweetdate theme, so I am not in a position to say much before asking a few questions and some recommendations.

    1. Please do not use MediaPress and RT Media together. Only one of them should be sufficient to do the job

    2. Now, if you activate MediaPress, You may create a pge and associate. It ism not an error , just a notice to allow you setup a Gallery directory page(if you want to)

    3. What error do you see? Can you please enable WP_DEBUG and post me a screenshot of the error? I can quickly assist you.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: Customize the Post look and Blog Thread. #6994

    Hi Brendan
    Is is related to BuddyBlog?
    If yes, you can copy the template files from plugin/buddyblogs/template/buddyblog to yourtheme/buddyblog and modify the files as you wish.

    The buddyblog posts are just the normal posts, so If you have done the categorization for normal posts, you can apply the same there.

    Hope that helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: Multisite Registration #6992

    Hi Jay,
    First of all, your site looks wonderful. Nice job there with it.

    My question is How do you decide a user is player or team or league? If you can help me understand that, we can disable it for all except these user types.

    We can put some code in bp-custom.php to restrict the access? And if you want we can futher restrict the allowed users to certain number of blogs.

    Thank you
    Brajesh