Replies
- Brajesh Singh on September 1, 2017 at 8:45 pm in reply to: Bp Ajax registration presale question #10462
Hi Antoin,
Welcome to BuddyDev.Thank you for asking the question.
1. It allows you to add a popup form(currently only register form is available, login/password reset is not yet but coming soon)
2/3 The message can be customized. The plugin doe not require email verification though. Problem is if we do not activate the account, BuddyPress won’t allow login. So, this plugin automatically activates the account.
You may want to use BP Registration Option or similar manual approval plugin to handle this case.
As from the above points, the plugin does not fully fit into your requirements(Specially the email verification).
Hope that clarifies.
Regards
Brajesh - Brajesh Singh on September 1, 2017 at 8:24 pm in reply to: [Resolved] Profile Visibility and Recent Visitors Clash #10460
Sorry to keep you waiting. I finally had time to work with both these plugins.
The changes are yet not in releasable state but I should be able to test and update in 24-48 hours.
Please do note that the Simple Privacy will have issues on larger user base.
Brajesh
Hi,
My apology to both of you. Our recent work did not allow us to update the plugin. Please allow me till 4th September to push a definitive release.Thank you
BrajeshHi Aldo,
Thank you for reporting.
Are you using 1.1.9?I see the following code on line 192
if ( is_null( $post_type_obj ) || $post_type_obj->cap->edit_post != $args[0] ) { return $allcaps; }It is very strange that the above line is throwing error. Is there a possibility that you had buddyblog active with some post type earlier and that post type is not registered?
Or can you please visit settings->BuddyBlog and select a post type and save. Then you may want to deactivate/reactivate to see if it is still throwing error.
I don’t see the error on a non multisite WordPress/BuddyPress install.
Please check and let me know.
Thank you
Brajesh- Brajesh Singh on September 1, 2017 at 8:13 pm in reply to: "Select Files" button not working on ipad and iphones for upload #10457
Hi Nash,
My apologies for the inconvenience.I don’t own ios device, so I may need help with it.
Can you please enable twentyseventeen theme and let me know if the problem exists or not? In one other thread, we had the report that this does not happen with the default WordPress theme.
Please let me know and I will look further into it.
Thank you
Brajesh Hi Marv,
Welcome to BuddyDev.
do you want to add these fields on gallery creation screen?Please let me know where do you want to add it and I will assist.
Regards
Brajesh- Brajesh Singh on August 31, 2017 at 7:24 pm in reply to: [Resolved] How to approve photos before be published in user's profile? #10451
Hi Margrita,
I am sorry, It has taken a lot. I will have it by this Sunday. I will drop you a mail with the update on Saturday/Sunday.Thank you
Brajesh - Brajesh Singh on August 29, 2017 at 5:12 pm in reply to: FEATURED MEMBERS PLUGIN – HOW NOT TO SHOW ACTIVITY BUT ONLY NAMES OF MEMBERS #10446
Hi Lucia,
I checked again. The selecter has lower priority causing it to not hide the activity. Please update the code to this.featured-member-item span.activity { display: none !important; }This should do it.
- Brajesh Singh on August 29, 2017 at 2:58 pm in reply to: [Resolved] How to change the 'Friend' slug to 'Partner' #10443
Hi Nim,
what is your current locale for the WordPress install?
Please make sure you have uploaded “mo” file(po file is for you to translate).Regards
Brajesh - Brajesh Singh on August 29, 2017 at 2:56 pm in reply to: FEATURED MEMBERS PLUGIN – HOW NOT TO SHOW ACTIVITY BUT ONLY NAMES OF MEMBERS #10442
Hi Lucia,
You can use the following css.featured-member-item span.activity { display: none; }Also, the template method recommended by Ravi was fine too. You don’t change it in plugin, instead you keep a copy in your theme.
I will suggest going with any method which is is more comfortable with you.
Regards
Brajesh