Replies
Hi Thibault,
Please upgrade to 1.7.1. The option to see all users on front end is now available under General settings in admin.Regards
BrajeshHi Jennifer,
Thank you for asking.From the error it seems something is blocking access to admin-ajax.php
There are two possible reasons:-
1. Your theme/plugin preventing access to dashboard(Do you have any?)
2. Or your Webserver is configured to block $_FILES in ajax upload.It is most probably the 1st, Please try changing theme temporary(disabling bp-custom.php if any).
Also, are you able to upload using Dashboard->media->add new(default WordPress uploader).
Regards
Brajesh- Brajesh Singh on March 3, 2019 at 8:17 am in reply to: [Resolved] hide user recent activities from members directory page #21264
Hi Alex,
Thank you for for the kind words and using Community Builder.Please visit Dashboard->Appearance->Styling->Additional Css and add these lines
.item .user-last-activity-update { display:none; }That will remove it.
Regards
Brajesh - This reply has been marked as private.
Hi Vivek,
1. The Xprofile custom field types plugin adds extra field types. You should only install it if you need it. We created a fork of the abandoned plugin and rewrote it completely to make it better for future.
You can find it here.
https://wordpress.org/plugins/bp-xprofile-custom-field-types/You should only use if it if you need fields offered by it.
2. For member type field(all the member type field plugins are provided by BuddyDev only), You don’t need the extra plugin.
You are using our BuddyPress Member Types Pro and it comes with a more powerful field type(single/multiple and a lot more customizations)
You are correct about the member types plugin, It does allows controlling all those features and is a lot more than the member type field.
Regards
Brajesh- Brajesh Singh on March 1, 2019 at 5:23 pm in reply to: Homepage buddypress activity LOAD MORE button error #21248
Hi Edward,
You are correct in the assumption that either per_page or current page is set to zero. I am assuming that load more is not sending the current page to server and leading to this issue.Please open the page in chrome and then open developer panel-> network. Check for the post request when clicking on Load more and note down the values for various sent parameters. That should give you some clue.
Regards
Brajesh Hi Thibault,
Thank you.I am hoping that if I make the restrictions for search/listing to not apply when admin user is searching/visiting directory, that will fix it?
Please allow me to push a release by Monday(It will be a disabled admin option).
I will post back after update.
Thank you
Brajesh- Brajesh Singh on March 1, 2019 at 5:12 pm in reply to: Sending WP Login Notifier data to an email without notifying admins. #21246
Hi Ethan,
Thank you for using the plugin.Please allow me to check it and provide an update within next 24 hours.
Regards
Brajesh Hi Barry,
Thank you for sharing the code and bringing it.Yes, we can certainly add Reply-To header. I am not sure why we did not add it earlier. We are already sharing the email address, so it was not a privacy concern.
It must be something we overlooked.
I will have an update in next couple of days and It will be available with that.
Regards
Brajesh- Brajesh Singh on March 1, 2019 at 5:08 pm in reply to: User Contact Form Mandatory fields and inidicators message sent #21244
Hi Barry,
I decided going against options. Instead, I tested withdid_action()and added the template notice action to our form template if it was not already used. Please try submitting the form and let me know if the feedback is visible now.Regards
Brajesh