Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 1,151 through 1,175 (of 69,119 total)
  • Author
    Search Results
  • catchybaseball
    Participant

    Hi,

    Our service image
    We would like to match amateur baseball team games. As an example, there would be multiple applications for a specific game, and the recruiter would select one and match it.
    In addition, we would like to add functions for recruiting new team members and helpers as well.

    We are currently creating a matching site using HivePress (https://hivepress.io/).

    I would like to give HivePress the BuddyPress group/member functionality, please let me know how(integration with BuddyPress).

    odinwynd
    Participant

    Hello,

    I have isolated an issue that causes Buddypress’s Dynamic blocks to fail to load.

    Step one. Have Neve Theme and Buddypress installed, and place Dynamic Members and Dynamic Groups blocks on a Page.

    Step two. Verify they work with sample members and groups.

    Step three. Install Gamipress and reload the page that was working previously.

    Errors:
    Dynamic Members:

    Uncaught TypeError: Cannot read properties of null (reading ‘closest’)
    at dynamic-members.js?ver=11.2.0:2:1081
    at Array.forEach (<anonymous>)
    at r.start (dynamic-members.js?ver=11.2.0:2:992)
    at parcelRequire.k5We (dynamic-members.js?ver=11.2.0:2:1647)
    at f (dynamic-members.js?ver=11.2.0:1:468)
    at parcelRequire.k5We (dynamic-members.js?ver=11.2.0:1:771)
    at dynamic-members.js?ver=11.2.0:1:1023

    Dynamic Groups:

    dynamic-groups.js?ver=11.2.0:1 Uncaught TypeError: Cannot read properties of null (reading ‘closest’)
    at dynamic-groups.js?ver=11.2.0:2:1053
    at Array.forEach (<anonymous>)
    at r.start (dynamic-groups.js?ver=11.2.0:2:964)
    at parcelRequire.UOvc (dynamic-groups.js?ver=11.2.0:2:1617)
    at f (dynamic-groups.js?ver=11.2.0:1:468)
    at parcelRequire.UOvc (dynamic-groups.js?ver=11.2.0:1:771)
    at dynamic-groups.js?ver=11.2.0:1:1023

    Any help is appreciated, I will pass this along to Neve’s developer. I have already reached out to Gamipress.

    Thanks,

    HP Odin

    #330127
    NAROLLES
    Participant

    Hello thank you @alwaysalready et @vapvarun
    Your solution is still useful for me.
    This allows me to have my buddypress emails sent through the Mailpoet plugin configuration (3rd party smtp Sendgrid)
    the noreply part cannot be applied since it takes the from configuration of Mailpoet
    Thanks again, maybe Buddypress could simplify this Thanks to the experts

    #330120
    atiq97
    Participant

    Hello Everyone, I hope you all guys are doing good.

    i want to make buddypress name field not required. I activated extended profile but still I don’t see any option to make the field optional.

    I tried custom code for the field id ( field_1 ) but no success.

    Any help?

    Using WordPress and Buddypress with latest version.

    #330110

    In reply to: Remove toolbar

    gregec
    Participant

    In BuddyPress settings under main menu, toolbar, I unchecked “show toolbar for logged out users”, but it still shows up if they are logged in. I can’t find anywhere else to remove it.

    #330109

    In reply to: Remove toolbar

    Venutius
    Moderator

    You can remove it in the Buddypress settings, go to the backend, in the settings menu, click on Buddypress

    #330108
    gregec
    Participant

    I am using WordPress version: 6.2.2
    I am using BuddyPress version: 11.2.0
    My website is https://entertainerdrivers.com/
    I installed Buddypress and set everything up via watching a WPtutorial video. After I set everything up I created a dummy account, to see how everything functioned on something other than my admin account. My issue is the toolbar at the top. Users can click on the wordpress icon, on the left side and get to my wordpress details. How do I not allow this? I have disabled all of the buddypress pages until I can sort this out.

    #330068
    missyoung
    Participant

    Hi,
    I have a new site with a “Member” only chat. Since the chat isn’t open to the public, the invites aren’t being delivered. Invites only work when I select “anyone can register” in the general settings. This site is for people with a rare disease and don’t want their stories public. Can I have a closed chat AND have the ability for members to invite eachother to the new chat.

    I am using Buddypress 11.2.0
    and WordPress 6.2

    I am not a programmer and need a simple solution.

    pewpew41
    Participant

    Hi all,

    I’ve set up Paid Memberships Pro and Buddypress and have a code snippet in place to store latitude and longitude user meta from a member’s PMP billing address. I would like Buddypress to use this user meta to geolocate for each member and allow the members directory to be filtered by location – how can I achieve this?

    pewpew41
    Participant

    Hi all,

    I’m setting up Buddypress’ Member Directory with Paid Memberships Pro and am wondering if there is a way to exclude expired/cancelled Paid Memberships Pro members from Buddypress’ Member Directory?

    #330040
    vincenz17
    Participant

    I found the problem.
    I use relative URLs because I need 3 domains for my website.
    In my wp-config.php I added this line. All plugins and wordpress itself are able to work with that, Buddypress is crashing šŸ™

    define(‘WP_CONTENT_URL’ , ‘/wp-content’);

    Is there a way to use that with multiple domains?

    Thanks!

    #329988
    rbeverly
    Participant

    I use WordPress for my company’s local intranet. I have been using the Birthdays widget for a couple years… one setup for employee birthdays and one for work anniversaries. The IT Dept recently upgraded our server and now it shows the birthdays and anniversaries started on January 1 and not from the current date. Any ideas on how to fix this??

    Wordpress 6.2.2
    BuddyPress 11.2.0

    #329985
    eluyawi
    Participant

    What is the difference between the type of Members vs. Groups.

    Let me explain my context:

    I have two LearnDash courses(CourseA and CourseB), I would like to show all enrolled students of each course. Buddypress has the members section where it shows all members (courseA members + courseB members).

    For example:

    CourseA: I want to show all students enrolled in CourseA.
    StudentA
    StudentB
    StudentC

    CourseB: I want to show all students enrolled in CourseB
    StudentD
    StudentE
    StudentC

    How can that be done with BuddyPress, do you have any ideas?

    Thanks

    #329944

    In reply to: Hide pages/content

    Anonymous User 18187419
    Inactive

    This might work for you, it will restrict non-loggedin from accessing user profiles & members page.
    Change the redirect URL as appropriate.

    
    function michael_bp_not_loggedin_redirect() {
         global $bp;
         if ( is_buddypress() or bp_is_user() ) {
         if ( !is_user_logged_in() and !bp_is_register_page() and !bp_is_activation_page() ) {
          wp_redirect('https://yourwebsite/wp-login.php');
          exit;
          }
          }
    }
    add_filter( 'get_header' , 'michael_bp_not_loggedin_redirect',1 );
    
    

    If you also want to restrict bbpress, then change the third line to:

    
    if ( is_buddypress() or bp_is_user() or is_bbpress() ) {
    
    #329939
    andrew90
    Participant

    Running Buddypress 11.2.0 with WP version 6.2.2 and Woffice theme 5.1.9

    #329904

    In reply to: Hide pages/content

    Venutius
    Moderator

    Here’s a plugin you could try, there’s a quite a few that will hide/redirect access requests to the signup page so you may want to do some research.

    BuddyPress Members Only

    #329901
    flamuren
    Participant

    Hi,

    I am building a membersite using buddypress, bbpress and package it with buddyx theme.

    If I visit as non-logged in I can see activites, forums, member etc. Is it possible to somehow block that? Perhaps re-direct to a login/register page as facebook does?

    Best regards,

    flamuren

    #329885
    wouterrommel
    Participant

    My theme is showing Buddypress comments in the wrong order:

    Activity
    -Comment3
    -Comment2
    -Comment1

    Is there a way to change this to the logical

    Activity
    -Comment1
    -Comment2
    -Comment3

    #329870
    Steel Rat
    Participant

    I also see no settings even remotely close to what you’re saying, @brycejune.

    The widget has no role settings, and the Buddypress settings page has two options for Activity:

    Post Comments: Allow activity stream commenting on posts and comments
    Activity Auto-Refresh: Automatically check for new items while viewing the activity stream

    There are no role-related settings for BP that I can see anywhere. Please elaborate and provide specifics/screenshots if possible.

    Now, I assume the Latest Activity widget is supposed to show the same info as sitename.com/activity, which does show all the latest activity. Is this not correct?

    Thanks.

    #329868
    brycejune
    Participant

    Hi @steel-rat,

    Hope so you’re doing well, if the widget is not displaying any content, there are a few factors to consider. First, make sure the widget is properly configured. Check the settings to ensure it is set to display the latest activities from the correct sources, such as forum topics and BuddyPress activities. Verify that you have selected the appropriate options and saved the changes.

    It’s also important to review the user permissions associated with the activities. Ensure that the user who posted the forum topics has the necessary permissions to be included in the Latest Activities widget. Check the user roles and permissions settings to make sure they are allowed to contribute to the activities that should be displayed.

    Hope so this will help you!

    Regards,
    Bryce June

    wp0noob
    Participant

    My BuddyPress site’s registration page has two sections, ‘Account Details’ and ‘Profile Details’. These two sections are displayed as two columns which is fine on desktop but they look messed up on a mobile screen.

    Is it possible to align the two sections in one column so that ‘Account Details’ show first, under which should be ‘Profile Details’ and then the ‘complete sigh up’ button?

    Thank you!

    #329829
    eluyawi
    Participant

    I have created a new menu called DATA, then when I visit my profile, my MENU appears (DATA, MESSAGES, NOTIFICATIONS, SETTINGS, ALERT) but I don’t know how to hide my new menu called DATA, for the following options:

    (a) when I visit a new user profile.
    b) when other users visit my profile.

    Do you know what kind of functions I can use and what files I have to change in BuddyPRess?

    #329819
    Kipperlenny
    Participant

    The translation string “All Members <span>%s</span>” from buddypress\bp-themes\bp-default\activity\index.php line 39 is missing in the pot file and cannot be translated in Loco to German.

    brycejune
    Participant

    Hi Arifulapece,
    Hope so you’re doing well, temporarily deactivate other plugins to check if any of them are causing a conflict with BuddyPress. Reactivate them one by one to identify the problematic plugin.
    Hope so this will work for you!
    Regards,
    Bryce June

    eluyawi
    Participant

    Hello everyone!!!
    I have installed BBPress and BuddyPress.

    When I only had BBPress, I was able to modify many fields in the BBpress profile, such as.
    – First name
    – Last name
    – Nickname
    – Bio
    @username
    – Username.

    Now, I have installed BBPress and BuddyPress, and I can’t find where these fields are to edit them so I can change their values. How can I put these BBPress fields in BuddyPress? Do I need a plugin?

    Thanks

Viewing 25 results - 1,151 through 1,175 (of 69,119 total)
Skip to toolbar