BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24741

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

  • Keymaster
    (BuddyDev Team)
    Posts: 24741

    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: 24741

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

  • Keymaster
    (BuddyDev Team)
    Posts: 24741
    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: 24741
    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: 24741

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

  • Keymaster
    (BuddyDev Team)
    Posts: 24741

    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.

  • Keymaster
    (BuddyDev Team)
    Posts: 24741

    Hi George,
    I will be taking a look too. Please do check and let me know what you find.
    Thank you for all your reports today 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 24741
    Brajesh Singh on in reply to: [Resolved] Upload option when viewing gallery. #1145

    Hi George,
    good point. Though there is a button at top it is very confusion to view empty galleries. I will add it in tonight’s update. The update will be available in 4-6 hours from now. I am working on it right now.

    If you notice any other issues or want enhancement, please do let me know, will like to have them in today’s update.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24741
    Brajesh Singh on in reply to: Gallery Description – when does the user see this? #1143

    Hi George,
    In our last updates to have a cleaner gallery, It was my idea to remove gallery description there.

    It can be simple shown anyhwre using

    
    <?php mpp_gallery_description();?>
    
    

    Please point me by a screenshot where you will like it and I will post the code that you can put in bp-custom.php or functions.php to enable this.

    PS: Please do not copy and modify MediaPress templates yet, We will be making some more changes tonight( It is related to item meta actions ).

    If you copy the templates, everything will work but the newer features won’t be available.

    Thank you
    Brajesh