Replies
- Brajesh Singh on September 26, 2016 at 2:05 pm in reply to: [Resolved] Problem with logout option not working #5756
Hi Giles,
I am sorry for the inconvenience. Have replied to your mail. The plugin needs 3 pages created and associated for Logout, Login and Password reset. It seems that you have only the login page created.Please create and associate those page and let me know if that works or not?
Thank you
Brajesh - Brajesh Singh on September 25, 2016 at 11:43 pm in reply to: [Resolved] Plugin idea – Buddypress group and members shortcodes #5753
Hi George,
Good to know that.Marking it as resolved.
Hi Leigh,
I am sorry for the inconvenience. It appeared to be an issue with the way I was generating/adding mail headers. I have updated the code on the tutorial page now. Please update and It will work.Thank you
Brajesh- Brajesh Singh on September 21, 2016 at 5:26 pm in reply to: Is there a way to remove menu items from mediapress like with buddypress? #5739
Hi Jaume,
For future, you can use the following:-function mpp_custom_disallow_gallery_editing ( $allow, $gallery, $user_id ) { if ( ! is_super_admin() ) { $allow = false; } return $allow; } add_filter( 'mpp_user_can_edit_gallery', 'mpp_custom_disallow_gallery_editing', 10, 3 );It will have issues on the Gallery edit page for now(Throwing notice).
I have marked it as unresolved again. Can you please provide the details.
Thank you
BrajeshHi Hanifa,
Please use this instead
[mpp-list-media type=photo component=members]Does that work for you?
Hi Arnaud,
Though I see there is a javascript error, It is not from Ajax registration. Can you post me what response is received from the server?Also, Is there a chance that you have some kind of login redirection plugin enabled recently?
Thank you
Brajesh- Brajesh Singh on September 21, 2016 at 1:17 am in reply to: [Resolved] List all member types created by "BuddyPress Member Type Generator" to front-end #5730
Thank you Marc.
I will post and link here by tomorrow.Thank you
Brajesh - Brajesh Singh on September 21, 2016 at 1:17 am in reply to: Feedback / Request : BP Member Type Generator + Conditional Profile Fields #5729
Thank you Tom.
Is that normal multiselect or using some custom field type? Seems like a custom field type to me. If it is normal multiselect, I will push an update with the changes.
Thank you
Brajesh Hi Hanifa,
Welcome to BuddyDev.yes, It is easily doable with the shortcode. Please take a look at this page for more details.
https://buddydev.com/mediapress/topics/getting-started/shortcodes/mpp-list-media/
Hope that helps.
Regards
Brajesh