Replies
- 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('hello@example.com', 'abc@example.com'); $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 - Brajesh Singh on November 11, 2019 at 10:24 pm in reply to: Resent visitors counter does not update #26394
Hi Carsten
Thank you for the topic.The visit count is the number of users who visited that user. It is not how many other users he/she visited.
I think that is the confusion here.
Regards
Brajesh - Brajesh Singh on November 11, 2019 at 9:56 pm in reply to: MediaPress – Media Size settings – Crop Issue #26392
Hi John,
0 is an invalid value. Please use a different value. That shpoould work.Regards
Brajesh - Brajesh Singh on November 11, 2019 at 9:54 pm in reply to: [Resolved] Import Settings / Recent Visitors For BuddyPress #26391This reply has been marked as private.