Replies
- Brajesh Singh on March 26, 2019 at 12:07 am in reply to: [Resolved] Plugin or snippet for limit the number Go #21682
Hi Michaël,
Thank you for the question. We do it already for MediaPress.
I am not sure if you are looking for restricting some other type of upload.
Please help me understand it and I will assist.
Regards
Brajesh - Brajesh Singh on March 25, 2019 at 11:33 pm in reply to: You don't have sufficient permissions to upload #21679
Hi Barry,
Thank you for using MediaPress.It is a permission issue. Since yu are using our PMPro addon, can you please check if the user have the PMPro addon specific capability.
Regards
Brajesh - Brajesh Singh on March 25, 2019 at 11:32 pm in reply to: [Resolved] MediaPress with BuddyPress Polls #21678
Hi Mic,
Thank you for using MediaPress.I am sorry but the developers of the poll plugin have explained it correctly.
MediaPress adds new uploads as a activity type and so does poll. An activity can’t have more than 1 activity type and that’s the issue here.
I am sorry but I don’t see any possible solution right now.
Regards
Brajesh - Brajesh Singh on March 25, 2019 at 11:24 pm in reply to: How to display default wordpress login error message inside theme #21677
Hi Tosin,
I am sorry, I am not sure what the question is.Please answer me a few questions to help me understand it.
1. Are you using wp-login.php or not
2. Is it a custom login page by your theme?If it is the second case Please contact theme authors or code providing the login functionality. The above code and login notices are very different and unrelated(unless someone makes code to grab the login error and add it as BuddyPress notice).
My suggestions to fix the cause of the issue as it should be properly handled by the login code.
Regards
Brajesh - Brajesh Singh on March 25, 2019 at 11:19 pm in reply to: BuddyPress Moderation Tools – Custom Post Types #21676
Hi Vivek,
Thank you.
1. Ravi tested it with custom post types and it worked. We had an issue with visibility because the way Geodir removes filters before query. We have added support for it.At the moment, the release team( Ravi & I) are away and travelling, so release is delayed. Ravi should be back tomorrow(26th, Day), WE can have an update available then. Otherwise, Please wait till 28th. I will post an update about it tomorrow(today Indian Time).
2. The plugin supports, Activity post updates, comment replies. In private message, you can report the user but not the specific message content. It does not support cover image reporting. You can create a Category as “Cover Image” and let users report the user and select cover image as the reason.
Thank you
Brajesh - Brajesh Singh on March 25, 2019 at 11:11 pm in reply to: [Resolved] Redirect on first login – xprofile #21675
Hi Vivek,
You can change this$redirect_to = bp_core_get_user_domain($user->ID );To
$redirect_to = bp_core_get_user_domain($user->ID ) .'profile/edit/group/2/;Regards
Brajesh - Brajesh Singh on March 25, 2019 at 10:53 pm in reply to: [Resolved] Make Private Message Rate Limiter work with Front End PM? #21673
Hi Carsten,
Thank you for asking. We will check front end pm in next couple of days and will let you know.
Regards
Brajesh - Brajesh Singh on March 23, 2019 at 10:27 pm in reply to: Font Awesome Icons in Main Navigation #21657
Hi Jessica,
Thank you for using the theme.
My apologies for the inconvenience.Please allow me to push an update tomorrow to fix it.
Regards
Brajesh H,
At the moment BuddyBlog does not come with any styles. It uses theme’s styles. The screenshot is from one of the themes we used for testing.Please wait for next 2week. BuddyBlog 2.0 is coming and we are planning to add some styles on our own.
Also, for now, you can copy plugins/templates/buddyblog to yourtheme/buddyblog and modify the individual files for styling them.
Regards
Brajesh- Brajesh Singh on March 23, 2019 at 9:52 pm in reply to: [Resolved] BP Multi Network (need some advice, please.) #21654
Hi Rick,
Thank you for using the plugin.We use following actions to attach user to a network.
add_user_to_blogor
wpmu_activate_userIf the plugin you are using the to register, adds a user to a sub site(they will most probably use add_user_to_blog()
It seems they are not doing it.
Please contact them and ask if they are compatible with Multisite(use multisite specific add user to blog or wpmu activate user).
They can add it and It will work.
Regards
Brajesh