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: 25494
    Brajesh Singh on in reply to: [Resolved] Mediapress upload photo is not possible #27794

    Hi,
    Thank you.

    Can you please visit Dashboard->Galleries and check if some galleries are appearing there?

    What I am seeing is once we create a gallery on front end, It is created successfully but is hidden. The only reason for this is some gallery properties are not being set.

    Can you please check that.

    Also, Can you disable PublishPress Capabilities plugin temporarily to allow me test it again.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: [Resolved] Mediapress upload photo is not possible #27792

    Hi,
    Thank you for checking.

    I am not sure what could be wrong. Can you please provide me a guest(normal user account) and link to your site. I can quickly test and check what is wrong.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: [Resolved] Mediapress upload photo is not possible #27790

    Hi,
    Thank you for using MediaPress.

    From the error, It seems that file type is not saved in MediaPress settings.

    Please visit Dashboard->MediaPress->Settings->General
    Do you see file type specified for the Photo, audio, video etc?

    Please make sure it looks like this
    https://i.imgur.com/achwFoi.png

    If it is not, Please add the extension

    For photo:-

    
    jpeg,jpg,gif,png
    
    

    For Audio:-

    
    mp4,flv,mpeg
    

    For video:-

    
    mp3,wmv,midi
    

    For doc

    
    zip,gz,doc,pdf,docx,xls
    

    Please let me know if that makes it work.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: BuddyPress Moderation Tools #27787
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Activity auto-refresh not working #27785
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Arslan,
    Thank you for using MediaPress.

    I am sorry, we don’t have anything for this.

    Since MediaPress media is attachment, you can use (mpp_is_single_media(), mpp_get_media()) to access the details and store the view counts in meta and then show it where you please.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Profile Visibility for non-logged in users #27782

    Hi Keith,
    On a cursory look, It seems all good to me.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Activity auto-refresh not working #27781

    Hi Jon,
    Thank you.

    1. You can most probably set the activity as home page.

    2. yes it is doable by binding to the event ‘heartbeat:activity:new’. The porblem is we do not expose a public API for doing the fetch.
    There is another way like simulate trigger on the load new but there are no events currently fired after that element is appended to the dom. I will be adding an event in the next release.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Activity auto-refresh not working #27774

    Hi Jon,
    Thank you.

    I see now.

    The problem is the home page is using activity shortcode plugin. I am not sure, but I do not remember adding support for loading new activity in it.

    Here is your actual activity page
    http://test4.savemi.net/activity/

    This supports auto refresh and loading(This is the page created by BuddyPress).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Activity auto-refresh not working #27772

    Hi Jon,
    I still see the BP Nouveau template pack enabled on your test site.

    Here is what you will see for new activities on Legacy

    https://i.imgur.com/KsgZdV7.png

    and when you click on “Load Newest”, It will load the new activities without refreshing the page.

    Regards
    Brajesh