Search Results for 'buddypress'
-
Search Results
-
@brajesh
Hi Brajesh, can I pay you to make some changes to the plugin buddypress-profile-completion?Please reach me at mathew@munetrix.com
I am brand new to Buddypress and haven’t even installed it yet, just looking into the idea. What I am thinking about is using it for a membership community I am building with Learndash e-courses and I would like to be able to use this for the adult memberships, but not the children. Is there a way to set Buddypress to only allow the social access to the memberships that have adults, and specifically NOT allow access to Buddypress features to the memberships that are child students? OR, can I set it up so that the children members have no way of interacting with the adult memberships? I plan to have multiple membership communities. Children will be in a different community with completely different courses.
Hello good day,
Download buddypres and also install learndash, also install xprofile, I wanted to know if there is any way that the custom fields that I add in xprofile are seen when doing the certificate in the learndash application.
is there a way to do this?
The heartbeat call for bp_activity_last_recorded is taking between 7 and 11 seconds which is eating up a lot of CPU time on my server.


Any idea why this call would be taking so long?
Hello friends. I was unable to correct the error. When I allow users to register, emails don’t go out for them to activate with the code. I need them to activate their account through the email that is sent to them with the code. But this email never arrives. I have searched the whole wordpress and I have not achieved anything. Install WP Mail SMTP integrating with Gmail and it works, but Buddypress doesn’t work. Identify in “site health” this: https://prntscr.com/tiqdms
I hope to have your support.
When changing the profile picture, I get a 1×1 pixel box to choose the area of the image that I want to show. I have Buddypress installed in the Avada theme.
Is there any solution to be able to choose the profile photo area correctly?
My Buddypress version is 6.1.0 and my Avada theme version is 6.2.3
Crop image part of the bp-core-cssjs.php file in the / wp-content / plugins / buddypress / bp-core folder
“// Get avatar full width and height.
$ full_height = bp_core_avatar_full_height ();
$ full_width = bp_core_avatar_full_width ();// Calculate Aspect Ratio.
if (! empty ($ full_height) && ($ full_width! = $ full_height)) {
$ aspect_ratio = $ full-width / full-height;
} else {
$ aspect_ratio = 1;
} ”Thank you very much
How can I change the years to include dates earlier than 1958? Some of my users are not covered in the span included in the BuddyPress installation.
My Buddy press pages are not showing. they are rather redirecting to the homepage of my website.
Hello,
I am new to BuddyPress, which probably will explain my question.
On my new website https://worldartistmanagement.com I have installed BuddyPress 6.1.0
It is pretty good and I am thankful for its simplicity and yet grand functionality.
My main membership plugin is Ultimate Membership Pro, which an awesome tool for any membership website. Its authors have an extension to integrate it with BuddyPress – yay. On the BP menu appears another link to UMPs account page. That’s all.
And here are my questions.
How can I change the link name of this additional tab, please? It is the name of the plugin, instead My Account or else.
And the second question, which is more important to me.
After installing the BP all users are given captcha test by solving some math questions.
I don’t use captcha, I didn’t enable it and I am trying to find out where this came from. The only sure thing is that it came after BP activation.Please advice.
PS I will address the same question to UMP and to Anti-Spam by CleanTalk, my security plugin.
Thank you. Stay safe
At Appearance>Widgets>BuddyPress Group’s Home
…I have set ‘(BuddyPress) Groups: Groups’ as follows:
Who can see this widget?: Logged In Users
…then below under ‘User Login State’ I have set: Show only for Logged-in Users
Why is it then that if I log out of the site, refresh my browser and re-visit the site homepage, I still see the Groups page with its separate group headings displayed?
Can anyone tell me how to make BP Groups invisible unless users are logged in?
Many thanks.
Topic: Buddypress Menus Not Showing
I had Buddypress installed recently, and all appeared fine. Today I was in the Widgets section making some changes, and dragged the ‘Events’ widget into the Buddypress Member’s Home box on the right, which previously was empty. When I checked my main Buddypress account page, the menus that were previously showing had disappeared, and the sign up form boxes were out of alignment. I undid this change, and menus have not re-appeared, nor has the sign up form corrected to be completely even.
I have changed the theme to the Old version, instead of new, and that did make the menu come back, but I do not like this style. How can I fix my page?
Thank you.
Topic: Login Widget Customization
I have buddypress installed on my site stocks.social. But when I use the BP Login Widget to let users log in it tries to cram the login and password fields on the same line. I like the BP Login Widget and don’t really want to install another plug in to modify the login and password fields of the page. The site is http://www.stocks.social if someone could please check this out and let me know what I am doing wrong I would really appreciate it.
I am looking to create a model network site with BuddyPress, where each user would have a profile that would act as their portfolio.
Is there a way to restyle the profile page to remove things such as the cover photo and enlarge the profile photo?
Is there a way to completely turn off social features such as friending and activity?
Buddypress 6.1.0 and “BuddyPress Nouveau” template.
Theme suffusion child.JS error on page: /members/me/messages/
Uncaught SyntaxError: Unexpected token ‘;’
at new Function (<anonymous>)
at Function.v.template (underscore.min.js?ver=1.8.3:formatted:954)
at i.template (wp-util.min.js?ver=5.4.2:2)
at i.render (wp-backbone.min.js?ver=5.4.2:2)
at i.render (buddypress-messages.min.js?ver=6.1.0:formatted:576)
at i.setPreview (buddypress-messages.min.js?ver=6.1.0:formatted:584)
at p (backbone.min.js?ver=1.4.0:2)
at f (backbone.min.js?ver=1.4.0:2)
at l (backbone.min.js?ver=1.4.0:2)
at i.n.trigger (backbone.min.js?ver=1.4.0:2)and no massages displayed.
Help, please.
When a post is added under “Activity” tab, it would be very helpful to send an auto email notification to pre-selected members.
How to send an auto email notification to pre-selected group members when a post is added under “Activity” tab?
Below is the required info/link
WordPress version version 5.4.2
BuddyPress version Version 6.1.0
Link to my site esCanada.orgThe previous buddypress theme used actions, for example do_action( ‘bp_after_profile_content’ ).
Now there’re hooks instead, for example bp_nouveau_xprofile_hook( ‘after’, ‘loop_content’ );And I cannot find any information how these hooks can be used.
What function do I have to use instead of add_action now?