Search Results for 'buddypress'
-
Search Results
-
This user is not technically savvy so they can’t remove themselves. They asked me to remove all their info so I initiated a removal as per their request from admin>tools>Erase Personal Data.
After running that, I went to mediapress to see if their data was removed, and their images were still in mediapress so I deleted those. Then went to Media, and found their images there too, so I removed those.
Then I went to my community front end and found their name and image still in the recently-active list so I clicked on it, and lo and behold, but their profile is STILL there!!! Including two images I am not finding via the wp-admin back end.
I’ve been trying to run around buddypress tools, settings/buddypress, and seriously not finding anywhere to remove this user from the system, although they are no longer listed in wp-admin/users. How can they NOT be in the main wp user list AND BE present in in the buddypress member list with a working profile??!!
Is there a plugin for admin complete removal of a buddypress user?
WordPress Version 5.7
BuddyPress Version 7.2.1Hi Team, I haven’t receive any confirmation email during registration. Please help! Thanks!
I’ve disabled every plugin that doesn’t match a working subsite with buddypress also installed. I’ve cleared browser cached images and files. Admin can upload, users can’t. I changed wp-content/blog-dir folders to 777 thinking perhaps it was a permissions problem, no change so changed it all back to 755.
What other things should I be looking for to fix this problem?
I don’t want to use gravatar on my buddypress site, so I installed Letter Avatar. I chose that in the settings/discussion area of my site, and set up the configuration in letter avatar, and disabled the ability to change the avatar in buddypress, but the “Change Profile Photo” tab is still there, and still tells the user to create a gravitar account if they want to change their avatar.
How do I remove this tab, or replace the gravatar text with a notice that editing the avatar has been disabled?
I use BuddyForms Members plugin (1.4.15) (WP 5.7, buddyboss 1.5.7.3).
It allows integration of Buddyforms with member profiles by extending class BP_Component.What I need, is that this ‘profile integration’ is conditional to the member type (‘user’, ‘location’, ‘organisation’). Only organisation/location membertypes should get ‘profile integration’.
So, I end up in buddyboss-platform\bp-core\classes\class-bp-component.php. On line 475 I found:
do_action( 'bp_' . $this->id . '_setup_actions' );I can interact with bp_set_nav by adding code in the class on line 476:
if ($this->id == 'buddyforms') { remove_action( 'bp_setup_nav', array( $this, 'setup_nav' ), 10 ); }But, how do I refer to $this from outside the extended BP_Component class (BuddyForms_Members_Extention)? What doesn’t seem to work from My Plugin function.php:
add_action( 'bp_buddyforms_setup_actions', 'my_function', 10 ); function my_function() { $buddy = buddypress(); remove_action( 'bp_setup_nav', array( $buddy, 'setup_nav' ), 10 ); }Hopefully I’m at the right place for this question.
I am managing a website with Memberpress and BuddyPress. I want paid members to be listed separately from all other members. At the moment I have them all listed together because BuddyPress creates an account for each one when they register even if they don’t pay. How can I do that?
Thanks in advance.Hello,
I have fresh WordPress, Buddypress and Divi Theme installation.
No other plugins, no child theme, no .htaccess changes.
As first I have created a group.
And then I have made changes in Divi Theme Options.
After saving Divi changes, no Page Title appear on any buddypress pages.I have tested with a another fresh installation again, same happen.
Can you help why Page Title do not work?
It looks there is a conflict with divi settings and buddypress.
Thanks
Hello,
I have had difficulty translating certain words into French for a week. All the text is correctly translated, except some words on the ‘Activity’ page. It’s untranslated words are ‘”Friends”, “xprofile”, “Activity”, “groups” …Here are the operations I did:
– I have started to delete all my personalized translations.
– I download the last “.po” file (buddypress-7.2.1-fr_FR) from glotpress in wp-content/languages/plugins.
– In poedit, I executed the file verification: no error. The whole file is translated. There are warnings (yellow triangles) but I don’t think this must be annoying.
– I read other topics which look like this problem but nothing works.So I’m desperately looking for where to look!
Thanks for your help!