Search Results for 'buddypress'
-
Search Results
-
Hi,
Ive installed Buddypress and tried to create a post (as a member in Member Activity tab) but when I click on Post Update button, it just shows a red exclamation error icon with no message and the post content is not being submitted/accepted. I’ve set the Activity stream to members only.
Buddypress version: 12.4.1
Hello!
I am new to Buddypress and have been trying to integrate buddypress into an existing site (that’s almost done)
But I have been having so much trouble getting this to work properly or the way it’s supposed to..have not been able to find any of the issues in the Forum or on the community and at this point I AM GETTING VERY DISCOURAGED!!!
There needs to be a way to speak one on one with support for when people have as much trouble as I seem to be – AND I have uninstalled, Cleared by browsing data and reinstalled the plugin a few times now… and still can’t get it to work the way it’s supposed to!
I have gone to YouTube I have looked through the Forum here, I have gone to the Facebook Community – I have exhausted every way I could possibly get support and am still stuck in the same spot I have been for hours… Please help…anyone!Topic: member read only
Hello,
I use Buddypress for an intranet. I want to create an useraccount with only the possibility to read.
I tried some rolemamagement-plugins but that did not work.
After hours of trying I will ask here if anyone knows if it’s possible. Or maybe have another solution to create a read-only memneraccount.
Thanks in advance,
sincerely, Marligreetings from Amsterdam, the Netherlands
Topic: Spam Signups Despite CAPTCH
Hey guys,
I’m wondering if you can help.
I installed BB-Press & BuddyPress a few weeks ago and quickly found the need to add a CAPTCHA to stop the spam sign ups.
I installed it, and it slowed them down, but I’m still getting sign ups that are clearly fake.
Attached is a screenshot of the settings and below is a link to the website forum.
Are you able to see where they might be getting through?
Thanks,
MarcIs there a way to hide the visibility of certain parts of a user’s profile in the front end according to user roles, so that only certain user roles can see those parts? For example, I have a directory of members and they can post things about themselves in the profile, including their contact details. Obviously I would prefer that their contact details are not visible publicly to just anyone in general – to see their contact details, I would like the user to sign up as a a specific user role, log in, and then be able to see them. For example, you have to have User Role A to see the phone number of everyone in the directory, people who have User Role B cannot see them, instead they might see the field with a message saying “register as a User A to see their phone number/email address[or whatever the field might be]”.
I am using BuddyPress 12.4.1 (but am on the BuddyBoss platform right now if that makes a difference)
Topic: Translating Buddypress
Hello,
I try to make Buddypress a multi language page and I am using Polylang and Loco translate to do so.All Plugins have been translated but the Buddypress user pages are still in English. I don’t know what to do, to offer users the possibility to change the language or that buddyoress uses the chosen languages from the static pages.
What do I have to do, that Buddypress uses the translated strings?
You can check on https://jamxper.com
Thanks for all help.
Marc
I have a website running BuddyPress with 50000 users and we are hit by a lot of spam user creations. We managed to mitigate it but it ends up bloating the uploads folders with thousands of avatar images that end up staying there when deleting user accounts. Is there a hook or function dedicated to handling avatars that is not working on my hand when deleting a user or is this normal?
I saw that this topic asked the same question a looooong time ago but no answers and can’t find anything in documentation about that.
How to discard unused uploaded avatar images in wp-content/uploads/avatars
Topic: Buddypress Plugin
I like to hire to add some Buddypress plugins features to my website is anyone.
I have a website almost ready so it’s not online it’s under construction and if you like we can do a zoom call and I can share my screen on the features I need for my websiteI have inserted this code in bp-custom.php:
<?php
function my_redirect() {
wp_redirect( home_url() );
error_log(‘Hello log’);
exit;
}
add_action( ‘bp_groups_posted_update’, ‘my_redirect’ );
?>Writing is done to the log file, but there is no redirect after a user has posted an update in “Group Activities”. Why not?
As a test, if I use “wp_redirect( ‘https://buddypress.org/’ );” instead of “wp_redirect( home_url() );” and use the action hook “init” instead of “bp_groups_posted_update”, and press F5, I am redirected to https://buddypress.org/.
I use the latest version of WordPress and BuddyPress.
BuddyPress is the only plugin activated.
WordPress is installed in a subdomain.
My issue still happens with themes Twenty Twenty-One, Twenty Twenty-Two, Twenty Twenty-Three and Twenty Twenty-Four.
Hello! Is there a way to make segmented communications based on filters related to BuddyPress profile fields? For example, I would like to first filter users who have a certain country in their profile field. Once those users are filtered, I would like to communicate exclusively with them via email without needing to export them to a CSV file or similar.
Thank you very much, regards.
I would like to create multiple registration forms for different membership types, just like the people I saw in this post:
I saw that Webizone and Minijuji1 had a solution. But, I am not a technical person and was already stumped in step 1 when Webizone said to “Copy the the contents of the bp-templates/bp-legacy/buddypress/members/register.php into the new registration page template”
I am not sure what the “registration page template” is. Surely it is not a new page within the wordpress dashboard? Where do I find or how do I create this new “registration page template”?
I also do not understand hooks at all. Is there an easier explanation or solution for non-web developers?
