BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24774
    Brajesh Singh on in reply to: BP Gallery shortcakes ? #1699

    Hi,
    No, These plugin can not be used with BP Gallery. BP Gallery does not use custom post type( Custom post type was not available when we initially released BP Gallery).

    MediaPress does use custom post type and all these plugin can be used with MediaPress not with BP Gallery. If we need to add any such functionality to Bp Gallery, It will need custom creating loop and using javascript.

  • Keymaster
    (BuddyDev Team)
    Posts: 24774

    Hi Leo,
    Thank you.

    1. Your settings are fine and plugin should allow you uploading upto 8 MB( a little less than that) due to your post max size.

    The error you mentioned is not generated server side, It is show when the response from server is not valid JSON.

    So, I am believing that some code is throwing notice causing this. Can you please open your browser console and check for the ajax response. It would have been very simple if you were using firefox/firebug but here is how to Do that on chrome.

    Open the page where upload is. Now click ctrl+shift+I that will open the developer tools. Click on Network panel and keep that open.
    Now please try uploading. As soon as you get the error, click on “XHR” tab and then on the link in Name panel. In right panel, you can see the response by clicking on 3rd tab “Response”. Please post me that message.

    Thank you.

    PS: I see you have RT media enabled, is there any specific reason to use both these plugins together?

  • Keymaster
    (BuddyDev Team)
    Posts: 24774
    Brajesh Singh on in reply to: BP Gallery shortcakes ? #1695

    Hi,
    There was no need to edit.

    Just changing the shortcode might have made it work.

    
    [bp-gallery show="media" owner_type="user" orderby="date"   type="photo" max="18" per_page="18"  ]
    
    

    The per_page controls how many per page.

    If you have a preferred javascript library and you know php, I can guide on creating such page. All you need to do is write a custom media/gallery loop to be used with the javascript plugin.

  • Keymaster
    (BuddyDev Team)
    Posts: 24774

    Hi Leo,
    Welcome to BuddyDev forums.

    Did you see any error message? By directly, you mean using WordPress Media Uploader?

    Also, can you please visit Dashboard->MediaPress->tools and post me the debug message?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24774
    Brajesh Singh on in reply to: Trying to improve the Group home page #1687

    Hi George,
    did you find some solution? The only way I see it is using Group Extension API and create one.

  • Keymaster
    (BuddyDev Team)
    Posts: 24774
    Brajesh Singh on in reply to: BP Gallery shortcakes ? #1686

    Hi,
    Please try this shortcode

    
    [bp-gallery show="media" owner_type="user" orderby="date"   type=”photo” max="10"  ]
    
    
  • Keymaster
    (BuddyDev Team)
    Posts: 24774
    Brajesh Singh on in reply to: BP Gallery shortcakes ? #1683

    Hi,
    I am sorry. I should have checked that.

    Here is BP Gallery shortcode & usage
    https://buddydev.com/docs/guides/plugins/buddypress-plugins/bp-gallery/bp-gallery-shortcodes/

    Hope that helps.

    Bp Gallery to MediaPress migration will available there after 15th December. Sorry about the wait.

  • Keymaster
    (BuddyDev Team)
    Posts: 24774
    Brajesh Singh on in reply to: Activity Stream Style #1681

    Thank you Joshua.

    Have received the login details. Will be looking at it and will get back to you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24774
    Brajesh Singh on in reply to: BP Gallery shortcakes ? #1680

    Hi,
    Yes, we have two shortcode with numerous options to list all galleries/media. You can list anything from MediaPress with their help.

    Media shortcode:-
    https://buddydev.com/mediapress/topics/getting-started/shortcodes/mpp-list-media/

    Gallery shortcode:-
    https://buddydev.com/mediapress/topics/getting-started/shortcodes/mediapress-gallery-listing-shortcodes/

    We plan to provide visual shortcode builder in future but for now, these two should help you.

    Please do let me know if that serves your purpose or not?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24774

    No problem. You are most welcome 🙂