Replies
Hi George,
my apologies for overlooking it over the weekend. Can you please post the exact shortcode that you are using?Thank you
Brajesh- Brajesh Singh on September 19, 2016 at 5:18 pm in reply to: [Resolved] List all member types created by "BuddyPress Member Type Generator" to front-end #5707
Hi Marc,
My apologies for overlooking it over the weekend.Do you want a list like the links?
- Brajesh Singh on September 19, 2016 at 5:13 pm in reply to: [Resolved] How to Disable Automatic update of MediaPress Gallery Cover #5705
Thank you Jaume, for bringing it and helping me improve MediaPress.
- Brajesh Singh on September 19, 2016 at 5:12 pm in reply to: Is there a way to remove menu items from mediapress like with buddypress? #5704
HI Jaume,
Is your intention to disable editing of the galleries? If yes, That is super easy. Else I will post the code to remove the menu item. - Brajesh Singh on September 19, 2016 at 4:40 pm in reply to: [Resolved] How to Disable Automatic update of MediaPress Gallery Cover #5702
I have updated the title of the topic to reflect the intention correctly.
- Brajesh Singh on September 19, 2016 at 4:38 pm in reply to: [Resolved] How to Disable Automatic update of MediaPress Gallery Cover #5700
For future, I have added filter ‘mpp_gallery_auto_update_cover’. It can be easily disabled like this
add_filter('mpp_gallery_auto_update_cover', '__return_false' );Regards
Brajesh - Brajesh Singh on September 19, 2016 at 4:08 pm in reply to: [Resolved] How to Disable Automatic update of MediaPress Gallery Cover #5699
Hi Jaume,
At the moment I haven’t provided a hook to stop it. You can see the actual implementation herehttps://github.com/buddydev/mediapress/blob/master/core/gallery/mpp-gallery-cover-templates.php#L32
When a cover image is fetched for the gallery and if It does not exist, we check if the gallery is of type photo and then set the first image as the cover.
I am adding a hook for future today, for now, You will need to remove that chunk of code.
Hope that helps.
- Brajesh Singh on September 19, 2016 at 1:46 pm in reply to: Profile Visibility for existing users #5696
Hi S,
The plugin does not allow to set the directory visibility option for existing users. That change needs bulk update in database and most of the site due to lack of resources had issues.If you are able to use PHP My admin, Please post me the table prefix(it should be something like wp_ or similar) and the exact configuration you want for the users. I will post the bulk update sql queries instead.
Thank you
Brajesh - Brajesh Singh on September 19, 2016 at 1:42 pm in reply to: [Resolved] Buddyblog Featured Image #5695
Hi Arbi,
Thank you. marking ti as resolved.Regards
Brajesh - Brajesh Singh on September 19, 2016 at 1:41 pm in reply to: MediaPress conflict with Gravity Forms User registration activation #5694
Hi Serge,
I am sorry but I may not be of much help here. I don’t have access to Gravity Forms code and I am not in a position to comment what might be happening.Since you are mentioning that the problem is with the activation link, Can you please post me an example url that is sent to the user?
I will try to see if I can make any sense out of that.
Thank you
Brajesh