-
Jake Ward started the topic Comment Notification Replies in the forum How-to & Troubleshooting 1 year, 11 months ago
Hi,
We have notifications set up where a post author will get notified if someone replies to their post.
However, if someone replies to a comment within a post, is it possible for the author of the comment that’s being replied to, to get an email notification also?
Thanks,
-
Jake Ward started the topic Encryption in the forum Miscellaneous 2 years, 4 months ago
Hi,
Does BuddyPress encrypt data by default? I.e. is all BuddyPress related data encrypted at rest.
Thanks,
-
Jake Ward started the topic Disable HTML In Forum Posts in the forum How-to & Troubleshooting 3 years, 4 months ago
Hi,
Is it possible to disable HTML editor/HTML within forum posts? It is causing a lot of formatting issues for our users and we just need plain text really.
Thanks
Jake -
Jake Ward replied to the topic User Calendar/Agenda in the forum Third Party Plugins 3 years, 9 months ago
Cool, no problem Mike! Just give us a shout if there’s anything else I can help with.
-
Jake Ward replied to the topic User Calendar/Agenda in the forum Third Party Plugins 3 years, 9 months ago
Hey Mike,
I never did find the perfect solution unfortunately. In the end BuddyPress Simple Events proved to be the best solution for me. It’s clean, simple and straight forward to use. I found the others were quite bloated in feature sets and weren’t the best from a user experience perspective.…[Read more]
-
Jake Ward replied to the topic How to display additional member directory. in the forum How-to & Troubleshooting 3 years, 10 months ago
Hi,
Thanks for your post! I’ve found how to make a search form with the plugin but not a new directory, could you help please?
Thanks
Jake -
Jake Ward started the topic Cropping Profile Pictures On Mobile in the forum How-to & Troubleshooting 3 years, 11 months ago
Hi,
We’ve been struggling with an issue on our site now for a while.
When users are uploading profile pictures on mobile, they appear way too big in the cropping page and overrun the page to the point where you can barely see the full image.
We have implemented some css that zooms out the container which helps, but causes weird behaviours when…[Read more]
-
Jake Ward replied to the topic Profile Picture Compression in the forum How-to & Troubleshooting 4 years ago
Thank you! I came across this during some research also, but it didn’t seem to have an effect. The quality is still shrinking right down.
-
Jake Ward replied to the topic Profile Picture Compression in the forum How-to & Troubleshooting 4 years ago
Thank you! However, that still doesn’t solve the issue. On uploading the images are still being massively compressed. For example a 1.6mb image is going to roughly 155KB. Any ideas?
Thanks
Jake -
Jake Ward started the topic Profile Picture Compression in the forum How-to & Troubleshooting 4 years ago
Hi,
It seems that BuddyPress is compressing profile pictures on upload. We need quite high quality pictures for the design of our site. Is there a way I can change this?
Thanks
Jake -
Jake Ward started the topic User Calendar/Agenda in the forum Third Party Plugins 4 years, 1 month ago
We need users to be able to have their own agenda/calendar on their profile which they can edit themselves. Does anyone know of any tools to do this?
So far we have tested:
– Events Manager
– The Event Calendar
– BuddyPress Simple EventsJust wondering if anyone knows of any other solutions. Thanks!
-
Jake Ward replied to the topic Automatic User Activation in the forum How-to & Troubleshooting 4 years, 1 month ago
Thank you, this seemed to do everything we needed but must clash with something in our setup. It didn’t solve the issue.
-
Jake Ward started the topic Automatic User Activation in the forum How-to & Troubleshooting 4 years, 1 month ago
Currently when someone registers to our site, an admin has to manually approve them. Is there a way to remove this step and have users automatically approved/activated?
-
Jake Ward replied to the topic Filter User Query By BuddyPress Custom Profile Field in the forum Creating & Extending 4 years, 1 month ago
Thank you, Shane! This solved my problem. Much appreciated.
-
Jake Ward replied to the topic Filter User Query By BuddyPress Custom Profile Field in the forum Creating & Extending 4 years, 1 month ago
Thanks Shane, will take a look now.
-
Jake Ward started the topic BP_User_Query Member Type in the forum Creating & Extending 4 years, 1 month ago
I’m having issues using BP_User_query to search for users of a specific member type. Any help much appreciated. Please see code below.
$args12 = array(
'member_type__in' => 'vendor'
);
$user_query12 = new BP_User_Query( $args12 );
$users12 = $user_query12->results;
foreach ( $users12 as $user12 ) {
...
-
Jake Ward replied to the topic Filter User Query By BuddyPress Custom Profile Field in the forum Creating & Extending 4 years, 2 months ago
Thanks Shane, but this needs to be a dynamic query as it will be constantly changing.
-
Jake Ward started the topic Filter User Query By BuddyPress Custom Profile Field in the forum Creating & Extending 4 years, 2 months ago
We have a custom BuddyPress profile field which is a select dropdown.
Elsewhere in the site we have a user query, that pulls in users of a certain role. However, we need to filter these users again by those who have a certain value in the dropdown field. Is there a way to add this to to the WP_User_Query?
I’ve seen documentation for…[Read more]
@jakeward
Active 1 year, 11 months ago