Replies
- 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 - 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.
- Brajesh Singh on November 11, 2019 at 9:52 pm in reply to: [Resolved] Add "featured" content at top of "community activity update" page #26389
Thank you.
Hi Brincy,
Thank you for your interest in the plugin.1. I don’t think we have an api for it but I can provide code.
2. No, should not have much effect.
3. yes. Circles are created via ajax. users are added via ajax.
Please do let me know if you have any further question.
Regards
Brajesh