Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 1,351 through 1,375 (of 73,985 total)
  • Author
    Search Results
  • #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.

    #330097
    biancavernes
    Participant

    Hi Support Team.

    I am running the latest BuddyPress on the Latest Astra Free Theme.

    I have installed Buddypress and have all pages assigned but they show up Blank with only the page title. When I try create a group or view my profile from my dashboard it gives me 404 Error

    #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!

    #330039
    vincenz17
    Participant

    Hey,

    I’m new to buddypress and would like to use it but I can’t get the default style of buddypress.
    If I enable the legacy style the overview is a little bit better but I want to use the “Nouveau” style.
    With this style all sites from Buddypress are broken.
    The developer tools says, that all files are loaded correctly. I disabled all plugins but the problem still exists. The same style is given if I enable the default twentytwentythree theme from WordPress… 🙁

    PHP 8.1
    WordPress 6.2.2
    BuddyPress 11.2.0
    Apache 2.4
    Ubuntu 20.04

    Here an example screenshot of the group overview (all sites looks like that): https://i.postimg.cc/NFkmM99T/buddypress.png

    Has anyone an idea what is the problem here? I can’t find the problem.

    If you need more information please post it and I answer you quickly.
    Thanks!

    Sorry for my bad english 😀

    shilo91
    Participant

    Dear Support,

    Please assist with field verification. We would like to use same input verification for custom field as for field “name” (https://prnt.sc/da-ZJswtaXVA)

    Also, field name was changed in the code (https://prnt.sc/i4cLYOFajVtt)

    We have custom service that takes data from that field and creates O365 user so this must be valid wordpress login.

    We would be grateful if you provide some information on how to make extra validation for unique values (compared to wordpress logins) for custom field and extra checks for valid symbols?

    Thanks in advance!

    #329995
    namrata736
    Participant

    Hello support,

    I have buddypress installed on my site and I want my members who are undertaking courses to be able to share and upload docs at that time.

    Can you please guide me in this regard as to which plugin would be best suitable for this purpose?

    Website: https://www.itdi.pro/community/

    #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

    Steel Rat
    Participant

    Using WP 6.2.2, bbPress 2.6.9, and BuddyPress 11.2.0

    I’ve had the Latest Activities widget added to the right sidebar for some time, but it never shows anything. This is a site still in progress, but I had a friend login and post some forum topics, such, but still nothing ever shows.

    What should I see there?

Viewing 25 results - 1,351 through 1,375 (of 73,985 total)
Skip to toolbar