Replies
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.
- Brajesh Singh on November 19, 2015 at 5:29 pm in reply to: [Resolved] Cannot upload a JPEG file larger than 2 MB #1694
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 - Brajesh Singh on November 19, 2015 at 8:25 am 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. Hi,
Please try this shortcode[bp-gallery show="media" owner_type="user" orderby="date" type=βphotoβ max="10" ]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.
Thank you Joshua.
Have received the login details. Will be looking at it and will get back to you.
Regards
BrajeshHi,
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- Brajesh Singh on November 18, 2015 at 5:19 pm in reply to: [Resolved] Members Blogs not showing in the BuddyPress Sites Menu #1675
No problem. You are most welcome π
- Brajesh Singh on November 18, 2015 at 5:18 pm in reply to: Trying to improve the Group home page #1674
Thank you.
I am glad it is resolved now π - Brajesh Singh on November 18, 2015 at 5:00 pm in reply to: Trying to improve the Group home page #1671
Hi George,
Delete all that code and put this in your file<?php $forum_ids = bbp_get_group_forum_ids( bp_get_current_group_id() ); $forum_id = 0; if ( ! empty( $forum_ids ) ) { $forum_id = (int) is_array( $forum_ids ) ? $forum_ids[0] : $forum_ids; } ?> <?php if ( $forum_id && bbp_has_topics( array( 'post_parent' => $forum_id ) ) ) : ?> <?php bbp_get_template_part( 'loop', 'topics' ); ?> <?php endif; ?>That will work and I have tested it. you will need to do the css though.
Hope that helps.