BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25057
    Brajesh Singh on in reply to: [Resolved] Group activity stream – double uploads #1172

    Fixed. Please upgrade by re downloading the plugin.

  • Keymaster
    (BuddyDev Team)
    Posts: 25057
    Brajesh Singh on in reply to: [Resolved] Gallery not showing all galleries #1171

    Though I can not see the image, If it is happening in the admin too, it simply means it si not caused by MediaPress. We do not modify listing in Admin(even if the gallery is draft/orphaned, It will be always visible).

    Please try finding the culprit by disabling the plugin one by one. Also, please do let me know what you found there.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057

    Hi Teresa,
    Thank you for the update. Glad it is working.

    Marking this as resolved now.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057

    Fixed it. Will be pushing a release in couple of hours.

  • Keymaster
    (BuddyDev Team)
    Posts: 25057

    Oops,
    It is doing it because under Setting->BuddyPress section the automatic publish to activity is selected. It is still a bug as activity uploads should never do that. I seem to have changed a filter name causing this .

    A simple fix for now is visit MediaPress->Settings->BuddyPress and uncheck the automatic publish settings.

  • Keymaster
    (BuddyDev Team)
    Posts: 25057

    Confirmed. seems like a bug. Checking for members too.

  • Keymaster
    (BuddyDev Team)
    Posts: 25057
    Brajesh Singh on in reply to: [Resolved] Prominent Descriptions…? #1160

    Please let me check how it looks on facebook and will have the same.

    It can be easily enabled with a few lines of code without touching MediaPress templates. Going to see it on fb and then will have something similar with settings to enable/disable.

    I removed it in last major update to have simple/better grids. But I believe displaying it on single page is no harm.

  • Keymaster
    (BuddyDev Team)
    Posts: 25057
    Brajesh Singh on in reply to: Group activity uploads – gallery selection #1158

    There is a problem with the sitewide activity uploads. All the uploads from sitewide activity goes to members gallery/wall even if it is associated to groups.

    The problem is while doing upload from sitewide activity, It is not known if the user will post to group or his/her profile in advance.

    Allow users to choose might be a good idea here( what do you suggest about the UI). A drop down like Group wall or Your Wall.

    Another solution is to not upload the media automatically and let users click on upload(like imgur or I believe RT Media does that).

    My goal was to mimic Facebook behavior on upload, the good thing is facebook does not allow posting to groups/pages from main activity( and BuddyPress does that and makes things complex).

    I have even thought giving an option to disable uploads on the sitewide activity page completely to avoid this confusion.

    What are your views and suggestions?

  • Keymaster
    (BuddyDev Team)
    Posts: 25057

    That will be very strange as an image can not be posted without comment. Looking at it right now.

  • Keymaster
    (BuddyDev Team)
    Posts: 25057

    I got it now.
    The problem is on single component it is not checking for component enabled types for icon instead global enabled. That is wrong behavior and needs fixing.

    Thank you for exploring.