BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25130
    Brajesh Singh on in reply to: Mediapress: Group Gallery options not showing #796

    Hi George,
    Does this help?
    https://buddydev.com/support/forums/topic/after-updating-mediapress-groups-do-not-show-option-to-view-gallery/#post-795

    It is a minor deviation introduced in the last update. Can you please check if the above procedure fixes it for now?

  • Keymaster
    (BuddyDev Team)
    Posts: 25130

    Hi Deepak,
    Thank you for the details. It helped.

    The Gallery for individual groups are disabled by default( I believe this is something that crept in last updates) if you did not check “Enable Gallery” while creating the group.
    If the group was created before, you can go to Single Group->Manage->settings and check that box. That fixes it.

    I understand it is a bit bad idea to have it disabled by default for old groups, will fix this in the trunk today. till then, please go ahead and enable that checkbox. That will do it for the groups.

  • Keymaster
    (BuddyDev Team)
    Posts: 25130

    Hi Deepak,
    If possible, Please Pm me the site details( also allow me a demo admin login for 1 hours). Btw, Is it multisite or standard WordPress ?

  • Keymaster
    (BuddyDev Team)
    Posts: 25130

    Hi Deepak,
    Can you please post a sreenshot of MediaPress settings->Groups tab. Is the audio/video/photo etc checked under groups tab?

    We have introduced the gallery type based on component( say photo gallery for users and document galleries for the groups). So, these types might cause some issue.

  • Keymaster
    (BuddyDev Team)
    Posts: 25130
    Brajesh Singh on in reply to: Mediapress: Group Gallery options not showing #789

    Hi George,
    I am sorry for the trouble. Are you on the most recent version of MediaPress. I have seen one other topic related to the same, will love to check it on your server.

    Can you please add me as a user brajesh at buddydev.com

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25130

    Hi,
    Install BuddyPress Activity comment notifier. That will allow the favorites/comments to be notified.

    Please do note that on special type of activities( Only friends actions), It will only notify one of the users and not the both though.

    https://buddydev.com/plugins/buddypress-activity-comment-notifier/

    Hope that helps.

  • Keymaster
    (BuddyDev Team)
    Posts: 25130

    Hi Deepak,
    Thank you for reporting.
    Are you sure you are on the latest version? Both these are fixed in the current trunk. I looked at it on my test install and it is fixed.

    Thank you for looking into Media Query, That line is fixed and exactly same as you have mentioned(line 373).

    Can you please check ( You can use meld diff viewer to see the diffs )?

  • Keymaster
    (BuddyDev Team)
    Posts: 25130

    Hi George,
    There is a plan to provide migration for BP Gallery. we haven’t yest released anything related to that as the MediaPress API is not 100% stable. Last week, we changed some internal architecture to handle the data storage and there is a chance that we might have to do some more in next 2 weeks.

    I am just waiting to make sure that MediaPress APis are stable and then the first migration plugin will be for Bp Gallery. Your media/gallery/activity all will be safe and I can assure that there will be an easy migration route for the same..

  • Keymaster
    (BuddyDev Team)
    Posts: 25130

    Hi Richard,
    Apologies for the delayed reply.
    here is the code

    
    
    $count = $wpdb->get_var( $wpdb->prepare( "SELECT count('*') FROM {$wpdb->posts} WHERE post_author=%d AND ( post_type = 'post' || post_type ='concours' ) AND post_status='publish'", $user_id ) );
    
    

    Hope that helps.

  • Keymaster
    (BuddyDev Team)
    Posts: 25130
    Brajesh Singh on in reply to: Mediapress #772

    Hi Kristian,
    Welcome to the BuddyDev Forums.

    Your theme is doing something with focus action on the activity textarea that hides the whole panel.

    I tested with twentyfourteen and twentyfifteen to see if it is happening with template pack but that did not happen.

    Can you please ask the theme developers to look into it?