Replies
- Brajesh Singh on September 17, 2016 at 6:14 pm in reply to: Is there a way to remove menu items from mediapress like with buddypress? #5686
Hi Jaume,
Please take a look herehttps://github.com/buddydev/mediapress/blob/master/mpp-init.php#L209
For each mpp_add_XYZ there is a mpp_remove_XYZ
And here are the function definitions
https://github.com/buddydev/mediapress/blob/master/core/common/mpp-nav-functions.phpHope that helps.
- Brajesh Singh on September 17, 2016 at 6:11 pm in reply to: [Resolved] How to Disable Automatic update of MediaPress Gallery Cover #5685
Hi Jaume,
Please use any 3rd party service like imgur etc. - Brajesh Singh on September 17, 2016 at 6:10 pm in reply to: [Resolved] Buddyblog Featured Image #5684
Hi Again,
Please upgrade to 1.3.0 and It will be fixed.https://buddydev.com/plugins/bp-simple-front-end-post/
Thank you
Brajesh - Brajesh Singh on September 17, 2016 at 5:20 pm in reply to: Profile Visibility for existing users #5681
Hi Sm,
I am sorry I though I replied earlier.Do you want everyone to be hidden on members directory all the time?
- Brajesh Singh on September 17, 2016 at 5:19 pm in reply to: Is there a way to remove menu items from mediapress like with buddypress? #5680
Hi Jaume,
It is easy to do it with mediaPress. We have a well defined API for adding/removing menu nodes from all places. can you please post some screenshot and mark the links you want to be removed?Thank you
Brajesh - Brajesh Singh on September 17, 2016 at 4:59 pm in reply to: [Resolved] How to Disable Automatic update of MediaPress Gallery Cover #5679
Hi Jaume,
Can you please post a screenshot? Do you mean the Gallery cover image? - Brajesh Singh on September 17, 2016 at 12:18 pm in reply to: [Resolved] Buddyblog Featured Image #5675
Hi all,
Thank you for your patience.I am able to reproduce it. Will have an update today.
Regards
Brajesh Hi Dandy
I have sent you a mail with the plugin attached. Please check and let me know.Thank you
Brajesh- Brajesh Singh on September 17, 2016 at 8:08 am in reply to: [Resolved] BP Custom Background for User Profile – Warning message #5671
Hi Leigh,
no problem. I am glad It is resolved. Thank ou for marking it as resolved.Regards
Brajesh - Brajesh Singh on September 17, 2016 at 7:57 am in reply to: BP Ajax Registration – Registration form loading on every page #5668
Hi Archaic,
Please do send me the copy of xprofile groups at brajesh@buddydev.comAbout the changes, I will suggest using the latest version and try fiddling with ‘is_page( ‘uploader’ )’ condition instead to see if the form is appearing on all pages on not.
Yesterday’s change was aimed at unifying the conditions instead of using multiple filters for 3 different kind of loading and is future proof.