Search Results for 'buddyboss'
-
Search Results
-
I’m trying to create a cleaner user experience. I want to auto connect an inviter and invitee, when the invitee accepts an invite to join the site.
I am using BuddyBoss and Invite Anyone plugin.
If they get the email, accept the invite, and create an account, asking them to accept the original connection request seems like an extra unneeded step.
Topic: LifterLMS conflict
Hi!
I have an issue with LifterLMS and Buddyboss Platform. I have already contact with LifterLMS team and they say that is an issue from Buddyboss side, as you can see in these links:
https://github.com/gocodebox/lifterlms/issues/2110
https://github.com/gocodebox/lifterlms/issues/2142Please, I need that this issue will be fixed asap because I have no ability to change the courses tab order in my user’s profiles.
Versions:
Buddyboss Platform: 2.0.1
Wordpress: 5.9.3
LifterLMS: 6.5.0Thank you!
Hi, I can’t seem to find a plugin to let users share Buddyboss groups to their social media accounts. Or even just the ability to share a piece of text (identifiable via css class for example). Any help much appreciated, thanks!
Hi, I’m using Buddyboss theme, and when a user creates a group and its forum, I need the forum to have by default certain topics set up, eg. ‘Rules’, ‘General Chat’ etc. Not sure how to code this, any help appreciated thanks!
Does anybody have an idea on how to sort courses on course page to “just added” or new courses?
I don’t know who thought it was a good idea sorting courses alphabetically…
I have now uninstalled the Buddypress plugin because we had a hiccup last week.
What happened was when I installed Buddypress and set the other things from Memberpress documentation, I did not know what triggered the cause of the mass email sent to our members saying that they changed their passwords when in fact they didn’t.
All I did with the plugin was use the default values so I’m not sure what ticked off the mistake of sending all those emails.
I need help with regards to Buddypress (Buddyboss) and Memberpress pro bugs or incompatilibity.
What in the world is going on? I can’t activate it and I can’t delete BuddyPress! Its a new site, so there isn’t any data, just a bare BuddyBoss site being built. I uploaded the BuddyPress plugin, and when I could not activate it, I thought I’d delete it and try again, but alas no joy. What is going on here???
I have created “Professional Experience” repeater field set and inside it I created :
- current job (yes or no)
- end date (date) hide when current job is yes
The issue is when I edit the profile the end date hid only in the first field not working on other fields. Also, it’s not working at all when I view the profile.
Does anyone have a solution, please?BuddyBoss Platform Pro v 1.2.0
Conditional Profile Fields for BuddyPress v 1.2.5
BuddyBoss Theme v 1.8.7Hi ,
Please help me with this, I am stuck here,
After the user enters details for registration and after clicking ” Create Account” button on registration form, a new window pops up saying ” Before you can login, you need to confirm your email address via the email we just sent to you”. Here the font colour is white with white background so not visible. I wish to change the font colour appearing in this popup window.
Plateform Buddyboss
Thank you
Hello,
I work on a Buddyboss setup. I created a profile subnav (like ‘edit profile’ and ‘change photo’).
The only thing is I don’t know which template to load in my last line of code for the content to look like a settings page.Here is my working code:
function buddyboss_custom_user_subtab() { // Avoid fatal errors when plugin is not available. if ( ! function_exists( 'bp_core_new_nav_item' ) || ! function_exists( 'bp_loggedin_user_domain' ) || empty( get_current_user_id() ) ) { return; } global $bp; $args = array(); // Tab 1 arg. $args[] = array( 'name' => esc_html__( 'Link Social Accounts', 'default' ), 'slug' => 'connect-socials', 'screen_function' => 'connect_socials', 'position' => 100, 'parent_url' => bp_loggedin_user_domain() . 'profile/', 'parent_slug' => $bp->profile->slug, ); foreach ( $args as $arg ) { bp_core_new_subnav_item( $arg ); } } add_action( 'bp_setup_nav', 'buddyboss_custom_user_subtab' ); /* Display content of custom tab. */ function connect_socials() { add_action( 'bp_template_title', 'connect_socials_title' ); add_action( 'bp_template_content', 'connect_socials_content' ); bp_core_load_template( apply_filters( ????????????? ) ); } /* Display content of custom tab. */ function connect_socials_title() { echo esc_html__( 'Custom Tab', 'default' ); }Here is the output: https://ibb.co/58Y2WDy on the tabs part, but when I select the tab ‘Link Social Account’, the tempate isn’t the right one no matter what I try.
Thank you for your help!