BuddyDev

Search

BP Gallery shortcakes ?

Tagged: 

  • Participant
    Level: Initiated
    Posts: 8
    lb20 on #1679

    HI, exits any shortcode for BP Gallery , we like to show last images uploaded and need a shortcode , exits any shortcake more to be useful ?

    thanks

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #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

  • Participant
    Level: Initiated
    Posts: 8
    lb20 on #1682

    thanks but this shortcake is for media press we need for bp galley , exits similar shortcakes for bp gallery ?

    We like to install media press but it´s not possible for us if not exits a way to export our bp gallery user ( we have + 1000 galleries ) and his images to media press.

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #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.

  • Participant
    Level: Initiated
    Posts: 8
    lb20 on #1685

    Thanks for your work and help, only one question more, with this shortcodes how we can show for example last 10 images uploaded by any user. not for a specific user. we like to show last 10 images uploaded by our community , is possible ?

    thanks

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #1686

    Hi,
    Please try this shortcode

    
    [bp-gallery show="media" owner_type="user" orderby="date"   type=”photo” max="10"  ]
    
    
  • Participant
    Level: Initiated
    Posts: 8
    lb20 on #1691

    thanks, works but only max 12 if we try with 18, for example, only shows 12.

    Do you know if exist any portfolio plugin like go portfolio (http://codecanyon.net/item/go-portfolio-wordpress-responsive-portfolio/5741904?s_phrase=woocommerce&s_rank=21) or Essential Grid WordPress Plugin (http://codecanyon.net/item/essential-grid-wordpress-plugin/7563340?s_phrase=&s_rank=13) to compose and style a gallery like we try with your shortcode using custom post type? sure can be useful meanwhile we´re waiting to migrate bp gallery to media press

  • Participant
    Level: Initiated
    Posts: 8
    lb20 on #1692

    thanks, works but only max 12 if we try with 18, for example, only shows 12. (SOLVED . editing core/shortcodes.php)

    Style and filter is the problem for us. Do you know if exist any portfolio plugin like go portfolio (http://codecanyon.net/item/go-portfolio-wordpress-responsive-portfolio/5741904?s_phrase=woocommerce&s_rank=21) or Essential Grid WordPress Plugin (http://codecanyon.net/item/essential-grid-wordpress-plugin/7563340?s_phrase=&s_rank=13) to compose and style a gallery of our user´s bp galleries images like we try with your shortcode using custom post type? sure can be useful meanwhile we´re waiting to migrate bp gallery to media press

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #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.

  • Participant
    Level: Initiated
    Posts: 8
    lb20 on #1698

    that is the question, we want to wait and buy / install your media press plugin (when MediaPress migration will available on 15th December) in the meantime (we have beginner php notions) maybe a good solution is to use a third party plugin to make this galleries because we need add styles and sort functions.

    In other cases we use Goportfolio or Essential Grid for this task with custom posts.

    Do you know any way to use a portfolio plugin like go portfolio (http://codecanyon.net/item/go-portfolio-wordpress-responsive-portfolio/5741904?s_phrase=woocommerce&s_rank=21) or Essential Grid WordPress Plugin (http://codecanyon.net/item/essential-grid-wordpress-plugin/7563340?s_phrase=&s_rank=13) to compose and style a gallery of our user´s bp galleries images like we try with your shortcode using custom post type? sure can be useful meanwhile we´re waiting to migrate bp gallery to media press.

    BP Galleries are stored in some custom posts ?

You must be logged in to reply to this topic.

This topic is: not resolved