Replies
- Brajesh Singh on November 12, 2019 at 11:45 pm in reply to: Member Type Pro not setting member types with Memberpress anymore after update #26423
Hi,
Thank you for the feedback.Like I mentioned earlier, I have decided to abandon due to lack of commercial viability of this integration. If you feel strongly about it, You are welcome to sponsor the development time for this integration. I will be glad to have it back.
Thank you
Brajesh - Brajesh Singh on November 12, 2019 at 11:41 pm in reply to: [Resolved] Email Notification for two role #26422
Hi,
No, you can’t use role with the above code.regards
Brajesh - Brajesh Singh on November 12, 2019 at 11:41 pm in reply to: Question regarding google authenticator buddydev plugin #26421
Hi,
Thank you for the question.It is not feasible currently.
Regards
Brajesh - Brajesh Singh on November 12, 2019 at 11:40 pm in reply to: [Resolved] Member type pro showing duplicate profile field descriptions #26420
Hi Tosin,
Please share a screenshot.I haven’t seen it earlier.
Please also provide your BuddyPress version and which template pack you are using.Thank you
Brajesh - Brajesh Singh on November 12, 2019 at 12:26 pm in reply to: [Resolved] Member type pro compatibilty Gwangi #26416
Hi Johan,
It is their loss. Like I pointed earlier, they lack the correct knowledge about member types.They do not need to add compatibility with my plugin, they need to do it for BuddyPress Member Types feature. It is core feature not enabled by default.
You can use our plugin or a few lines of code to enable this feature.
https://codex.buddypress.org/developer/member-types/
I hope the right sense prevails, otherwise, It is their loss.
I am sorry that I am unable to do much here, as the code is form the theme trowing issue.
Regards
Brajesh - Brajesh Singh on November 11, 2019 at 11:30 pm in reply to: [Resolved] MediaPress – Open dialog box without "Drop Files Here" appearing #26408
Hi John,
May I suggest to download the full copy form the github and replace. Also, Please make sure to clear any css/js/browser cache(if you are using any caching plugin).It is working for me on Ubuntu/Chrome.
Regards
Brajesh - Brajesh Singh on November 11, 2019 at 11:22 pm in reply to: Resent visitors counter does not update #26407This reply has been marked as private.
- Brajesh Singh on November 11, 2019 at 11:19 pm in reply to: [Resolved] Email Notification for two role #26406
Hi,
BuddyPress does not provide this functionality.You put this code in your bp-custom.php and change the email addresses to be notified.
// Add multiple emails for admin notification on new user registration. add_filter( 'wp_new_user_notification_email_admin', function( $data ) { $notifiable_emails = array('[email protected]', '[email protected]'); $data['to'] = $data['to'] .','.join(',', $notifiable_emails); return $data; } );Regards
Brajesh - Brajesh Singh on November 11, 2019 at 10:51 pm in reply to: Resent visitors counter does not update #26403
Hi Carsten,
That is expected. If you want, Please feel free to hide it.It says Visit Count. It does not say recent visit count. What you are looking for is recent visit count and resets.
We are unable to change this behaviour as it will break the expected result for at least 100+ sites where the plugin is being used.
Thank you
Brajesh - Brajesh Singh on November 11, 2019 at 10:36 pm in reply to: Resent visitors counter does not update #26397
Hi Carsten,
This is not how it works.Are you referring to the visit count in the directory/profile(members list page?)
If User X is checking the recent visitor, The count against user Y shows how many times Y visited X.
Isn’t that happening?
Regards
Brajesh