Replies
- Brajesh Singh on October 19, 2015 at 6:58 pm in reply to: Shortcode to show directly the gallery in a grid. #1031
Thank you for the clarification.
1. There is no need to create any page. You can link to the gallery directly from your Appearance->menu page. Here is a guide on How to Link to a Gallery directly from WordPress Menu
https://buddydev.com/mediapress/topics/getting-started/settings-options/linking-to-mediapress-galleries-from-wordpress-menu/2. If you are the only one going to upload, here are my advice:-
– Please disable User/groups gallery and keep the Sitewide Gallery active only.
-From MediaPress settings, Please disable the status/type you don’t need and save.– You can create Sitewide Gallery from Dasboard->MediaPress->Add New Photo gallery. Try it and you will be pleasantly surprised. The editing/uploading experience should be great we hope.
3. If you are using sitewide gallery and you have changed the “Gallery slug ” in MediaPress settings, in that case, please flush rewrite rules to avoid 404 error.
Once you have created a gallery, please link that to the menu.
Hope that helps.
- Brajesh Singh on October 19, 2015 at 6:15 pm in reply to: Shortcode to show directly the gallery in a grid. #1027
Hi Douglas,
Welcome to BuddyDev forums and thank you for using MediaPress.I am sorry but I did not understand the question properly, so I will try to explain what I understood and the solution. Please do correct me, if I did not get it correctly.
1. Do you want to list all galleries in a grid? If yes, please use [mpp-list-gallery ] shortcode. You can customize this shortcode with various options. Here is a guide for various options.
https://buddydev.com/mediapress/topics/getting-started/shortcodes/mediapress-gallery-listing-shortcodes/2. Or do you want to list all media? you can use [mpp-media] with all options exactly same as above. With mpp-media, you can also use ‘gallery_id=some_id’ to list media from that gallery.
[mpp-show-gallery id=XX] will only list the media from a single gallery. so that may not be usefull for you.
If you simply need a page where all the galleries are listed, You can simply enable directory from MediaPress Settings->BuddyPress and then assign a page to gallery in BuddyPress->pages. It will list all galleries.
If you can explain me and provides more details, I might have other suggestions too.
Thank you
Brajesh - Brajesh Singh on October 19, 2015 at 5:22 pm in reply to: [Resolved] Profile Visibility Manager 1.2.7 and Recent Profile Visitors 1.3.0 #1024
Thank you Hans. Glad it helped 🙂
PS: In future, you can also update the status of the topic you created.
- Brajesh Singh on October 19, 2015 at 5:19 pm in reply to: Need to know how to filter galleries #1023
Hi,
My apologies for the delayed reply. I have been thinking about your requirements a lot today.1. MediaPress currently allows 3 types of gallery.
– User Galleries
– Groups Galleries
– Sitewide GalleriesSitewide galleries are not visible on User’s BuddyPress profile at the moment. It is like normal WordPress gallery with one twist that It can be created/managed from front end/backend both.
2. What I understand is you want to create a Few categories and then allow users to Create Galleries and choose those categories? After that galleries/media can be sorted/filtered by these categories. It is possible to do with MediaPress but I will need to write some code to test custom categories. We haven’t tested this yet. Will these categories be available for all 3 type of galleries or just user galleries? Also, will a user be able to choose more than one category for a gallery?
3. About the gallery media filtering, we are have definitely thought about it and it will com in future. We are not sure what counts as popularity( comment count, views or what criteria)? Before making something like this, we will need to release the View counter plugin(already of github, needs a finishing touch and release). This will be a small addon and we certainly look forward to have it.
4. By ajax not working on gallery, can you pleas explain that in a little more details. Is it the tab clicking or uploading etc?
Thank you
Brajesh Hi John,
I am sorry but there is no way to post that data from the header form to the ajax registration form.- Brajesh Singh on October 19, 2015 at 4:59 pm in reply to: [Resolved] Profile Visibility Manager 1.2.7 and Recent Profile Visitors 1.3.0 #1020
Hi Hans,
Thank you.
I understand the issue and appreciate you sending the screenshot.Since both the plugins are from us, we can definitely change the behavior. But there is an easier solution than doing it, simply turn off profile visit in the admin’s Visitors settings. What do you think of that?
- Brajesh Singh on October 19, 2015 at 4:47 am in reply to: [Resolved] Buddypress Activity Shortcode – add activity update #1016
Thank you. Closing as resolved now.
- Brajesh Singh on October 18, 2015 at 9:34 am in reply to: Testimonials visible for Friends only #1012
Hi Hans,
Thank you for the idea.I had a look at the screenshot and all looks good to me. My only concern is time at the moment. The testimonials are included in the comments table, so we can store the privacy as meta. We might have some issues in listing the testimonials though.
To be honest, I consider it a good idea but I may not be able to implement it in next 2 weeks due to lack of time and other priorities. If it is feasible for you to ping me in 2 weeks, i will be happy to have it.
PS: The B’day widget is coming on Monday for sure.
Hi Joh,
My apologies for not being clear.By anchor element I mean that we can use the links instead of the form element like
<a href='anything' class='bp-ajaxr'>Register</a>
Is there any issue in using it instead.
- Brajesh Singh on October 18, 2015 at 9:28 am in reply to: [Resolved] Buddypress Activity Shortcode – add activity update #1010
Hi George,
Thank you for asking. It is availbel in the plugin. You can use the shortcode with allow_posting=1 in the shortcode.Also, Please do take a look at the shortcode options here
https://buddydev.com/plugins/bp-activity-shortcode/
Hope that helps.