Search Results for 'buddypress'
-
Search Results
-
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!I updated my BP from 3.2.0 to the latest version (I don’t think this is the culprit). I transferred servers from A to B, same MariaDB version.
On both server A (old BP 3.2.0) AND on my local installation (using newest BP), queries run fine.
On my new server B, some queries (simple ones) are taking 5-7+ seconds (vs 0.002s etc).
This screenshot sums it up: https://i.imgur.com/BvPahI0.jpg

It’s using different indexes on the new server…and as a result, doing things the hard way. I was able to remedy the above query by hacking around and able to grab that particular query via an
add_filter("bp_activity_paged_activities_sql")and adding aUSE INDEX(date_recorded)into it.But many, if not all BP queries, are doing the same thing.
PS the bp_activity table is identical across all servers I mentioned above, including the indexes.Any “easy” solution? It’s killing my server’s performance.
How do I add profile fields to buddypress profile I know how to add them to the sign up page and go to edit profile to fill them out and vview them but how do I add that data to the bbuddypress members page I see buddypress has its own bp members page seperate from the wp one
The one I want to put fields on that they fill oout has mentions and friends on it.. I think it’s the buddypress members pageHere’s a couple things about it that might simplify things without making this lengthy:
– Users create free profiles
– Users publish articles that show up on their very basic profile page, and select articles from the pool of users show in a 6×2 grid on home page
– profile pictures
– users can go profile > Settings > Upgrade & pay a monthly subscription fee
– From the home page articles are in sections of different article categories
– Paid users can submit their articles to a paid section.Will with work this Buddypress?
Hello, we have custom post types that get posted as activities in the activity feed. I would like to modify what appears in the content section of each activity component. What I would like to do is include the title and some meta data, so I would need to be able to access at least the post ID of the original post. I looked here: https://codex.buddypress.org/plugindev/post-types-activities/, but could not get anything to work.
Has anyone done this and can point me in the right direction? I thought bp_before_activity_add_parse_args was right but I don’t even see that filter in the BuddyPress source code.
Thanks for your help!
Travis
