Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 1,751 through 1,775 (of 69,016 total)
  • Author
    Search Results
  • #324828
    Elena Altman
    Participant

    I keep getting the following error-
    wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 111

    any fix suggestions would be appreciated, please be specific, I am not a developer, winging it.

    ronitmsj123
    Participant

    Hi BuddyPress team,
    Can we send new member activation code on phone number.

    Buddypress search block show conflict with Learnpress after wordpress 6.0

    qspieren
    Participant

    Following log for additional information:

    Fatal error: Uncaught Error: Call to a member function profile_groups() on null in /home/vhosts/nandanetwerk.nl/httpdocs/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-template.php:105 Stack trace: #0 /home/vhosts/nandanetwerk.nl/httpdocs/wp-content/themes/onecommunity/buddypress/members/register.php(68): bp_profile_groups() #1 /home/vhosts/nandanetwerk.nl/httpdocs/wp-includes/template.php(772): require('/home/vhosts/na...') #2 /home/vhosts/nandanetwerk.nl/httpdocs/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(222): load_template('/home/vhosts/na...', false, Array) #3 /home/vhosts/nandanetwerk.nl/httpdocs/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(67): bp_locate_template(Array, true, false, Array) #4 /home/vhosts/nandanetwerk.nl/httpdocs/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(407): bp_get_template_part('members/registe...', NULL, Array) #5 /home/vhosts/nandanetwerk.nl/httpdocs/wp-content/plugins/buddypress/bp-members/classes/class-bp-registration in /home/vhosts/nandanetwerk.nl/httpdocs/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-template.php on line 105

    #324776
    lookingforhelp1
    Participant

    Can anyone share one of more websites currently using BuddyPress so I can see how it works. Thank you

    #324768
    t.schwarz
    Participant

    This is how I got this done after serious research…

    This goes into your main js – source partly: https://support.themosaurus.com/forums/topic/add-a-pagination-on-top-of-buddypress-member-list/

    
    //add history state
    jQuery(document).on("mouseup touchend", ".bp-pagination a.page-numbers", function () {
       history.pushState({}, "Member directory - Page " + jQuery(this).text(), jQuery(this).attr("href"));
    });
    
    if (jQuery('body').hasClass('directory members')) {
       const params = new Proxy(new URLSearchParams(window.location.search), {
          get: (searchParams, prop) => searchParams.get(prop),
       });
       let value = params.upage; // upage being the passed pagination value
    
       var myCustomQueryData = {
         object: 'members',
         page: value || 1
       };
       
       bp.Nouveau.objectRequest(myCustomQueryData);
    }
    

    Hope this helps

    Mohd Umar
    Participant

    @jkgbs Try checking the active Buddypress components in backend
    Go to,
    Admin Dashboard -> Setting -> BuddyPress

    #324754
    kekriszta
    Participant

    Hi there,
    I have Rehub theme+WCFM.
    I have recently installed Buddy Press as I need it for a new feature on my site.
    All good so far…I have 2 questions:
    1: Creating a vendor (store vendor) account, then clicking on the profile icon at the header> manage your store, the WCFM panel opens, which is great.
    BUT also the 4 Buddy Press menu options show above the WCFM panel (profile, listing manager,invitations, created by)
    It is really confusing, as if I click on the ‘listing manager’ menu on Bpress then the WCFM panel opens in a funny way.
    Is it possible to remove the listing manager option from BPress?
    Not sure if it makes any sense, I can send you screenshots just let me know your email address.

    2: how can I remove the ‘newbie’ sign from members pages?

    Thx

    WP version: 5.9.3
    BPress version: 10.3.0
    site: https://manofestum.com/manostaging/en/ (it’s the staging version )

    gosselind
    Participant

    Hello everyone,

    I’m trying to build the frontend part for my blog and use WP and BP as headless CMS through their API. But I can’t get the registration to work as I expect. What I would like is to

    • Have a registration form for new users to sign up.
    • Once they’re registered and after account activation, they appear in member list so that other users can make friendship request to them.
    • When they’re registered and after account activation they can log in (with JWT) and then display the memeber list to make friendship request.

    What I’ve done, what’s not working

    • When I try to make a “create member request” via POST /buddypress/v1/members -> I get an error “rest_cannot_create_user” because I don’t have rights to create new members.
    • When I try to make a “signup request” via POST /buddypress/v1/signup, it registration seems to works (a user is added in WP) but he’s not visible in member list via GET /buddypress/v1/members.
    • After account activation, the user is still not present in the member list
    • After the user has logged in via JWT (POST /jwt-auth/v1/token), he can access to member list but he is still not present in the member list.
    • The only way I found to make the user appears in the member list is to log in with the user credentials on the wp-admin interface.

    How can I solve this, i.e. how can I make a new user visible in the member list without having him to log in through the wp-admin page ?

    And this may be related but what is the difference between “user signups” and “member creation” ?

    Thanks,
    David

    #324719
    spicekk
    Participant

    Thank you for your comment.
    I’m testing a lot of plugins because I’m looking for how much hope can be achieved with Buddypress.
    I guess this is the cause.

    I reverted to 10.2 before running debug mode, so I’ll try again when I have time.

    I apologize for confusing you.

    spicekk
    Participant

    Thank you for updating BuddyPress 10.3.0.
    I will report it unfamiliarly.
    After updating 10.3.0, other members (avatars) other than myself are no longer visible.
    In addition, the correct number was displayed for the friend’s count.

    I tried Tools> Repair, but it didn’t improve, so when I reverted to 10.2, the avatars are now visible.

    Maybe it’s just my environment,
    but I hope it helps.

    #324691

    In reply to: BuddyPress 10.2.0

    Mathieu Viet
    Moderator

    @xheikh I’ve just checked, everything is working as expected into this area.

    @ronitmsj123
    I’ve just checked, BuddyPress is not including a button to request a friendship into the activity page.

    My guess for both cases is: there might be a different plugin responsible for these issues. Have you tried to follow the “Basic Trouble Shooting” steps described into this topic: https://buddypress.org/support/topic/when-asking-for-support-2/ ?

    #324687
    Takashi Matsuyama
    Participant

    Hi @honoluluman
    Thank you for your reply as well.

    I think the problem started with “v10.0.0”. I had no problem with “v9.2.0”.

    Releases

    I will look into it some more as well.
    Thanks.

    #324686
    honoluluman
    Participant

    Thank for your reply @takashimatsuyama.

    I have tried 2 alternatives to solve the problem but without success.

    1. I’ve tried to override the language files according to this (2. How to use custom language files) so that i can set my own english traslantion for the components slug . But for some reason the po/mo doesn’t override.

    2. I’ve tried to use the filter bp_get_members_invitations_slug in https://github.com/buddypress/BuddyPress/blob/master/src/bp-members/bp-members-template.php but again without success.

    At the moment i just translated the po/mo manually to make to component work.

    #324682
    spicekk
    Participant

    Hello、
    I reinstalled it with the BuddyPress tool and retranslated it.
    The challenge is a closed site.
    Setting the mail tokens seems to be minimal.
    Completed without a problem.

    Sorry for the trouble.

    huesoamz
    Participant

    Hi,

    I could modify the currect query of the WP Core search using the filter of pre_get_posts but in the case of bp_search I cannot, is any filter that I could use to modify the results/query when we use the Buddypress search instead of WordPress Search? ?s=clean&subset=pages&bp_search=1

    I need to exclude some pages/post or custom types, maybe ID’s in general from the BuddyPress Search, but I dont wanna to install another plugin, I prefer to have the control under function.php for example,

    Is any filter that allow to modify the query as “pre_get_post” did ?

    thanks in advance

    #324678
    rtahina
    Participant

    Hello,

    I’d like to change the pagination labels of Buddypress (Viewing 1 – 15 of 15 active members), for example changing ‘members’ to another string. How can I do so without editing BP core files?

    Thank you

    #324671
    t.schwarz
    Participant

    Hi,

    I’m trying to show a part of the activtiy feed (entries categorized as “tips” with feed meta category) on a different page than the standard activity page. Using the activity loop in a custom page template it’s easy to display the restricted activities on a standard WP page.

    However, as the standard WordPress page is not a registered BuddyPress page none of the Buddypress CSS classes and Javascript is loaded, which means that the custom loop looks pretty bad and is largely non-functional.

    So far I’ve come up with two ideas about how to solve this:

    1) using different feed templates on the standard activity feed page and indicate which one to use by adding a variable in the URL – this approach runs into problems because the standard feed is loaded by Admin-Ajax and there’s no apparent way to add an additional URL induced context variable to the ajax query – or is there?

    2) turning the standard WordPress page into a BuddyPress page (so the activity JS and CSS is loaded). I’ve been thinking about actually comparing loaded scripts and manually enqueuing them for the new page-template, but I wonder if there is not a much simpler solution.

    I’ve tried ideas like this “prehistoric” one, but they don’t appear to work anymore – https://buddypress.org/support/topic/make-your-own-custom-buddypress-page/page/2/

    Is there a modern equivalent to this?

    Should I maybe approach this completely differently?

    Thanks for any help!

    #324670
    vasudevb
    Participant

    Hi,

    Is there any way by which I can allow buddypress commenting for some roles and not for others?

    dodo90z
    Participant

    Hi.
    I install your plugin .
    And every thing is ok.
    But the comment area still appears.
    How can hide all comments from all post.
    For example:
    https://ophthoplus.com/staging/1967/members/ophthoplus2/

    Kindly help us to remove comments ?

    #324644

    In reply to: No Invitation Link

    thetoolman123
    Participant

    Does BuddyPress have a support email that I can contact regarding this?

    #324643
    kayart
    Participant

    Are you sure you’ve added the constant definition in the right place? As the BuddyPress codex says:

    When adding the code to wp-config.php, place it after define(‘DB_COLLATE’, ”); and before the authentication keys. If you add this line to the bottom of wp-config.php, it will not work.

    #324627
    pagecrafterz
    Participant

    Hi,
    I am new to BuddyPress and was hoping you might know something about this, maybe you even have plugins to achieve what I would like to do:

    BP is a social community platform for many users. My case has 2 parts: A-event plan and B-live video:

    1:I want users to be able to create events in a calendar on frontend and inside their own profile
    2: visitors can see what events are available inside users profile
    3: visitors then can book/pay for the event (either simple join later or via code/link)
    4: when event/live stream starts that visitor can join via webcam or any suggested video plugin

    I saw some events planner plugins in WordPress repository but they only have calendar part of what I want to do. I do not know how to connect the calendar with the video/stream functionality and besides I do not even know how to make users be able to see each other on camera.
    I do not mind paying for plugins as long as I know that they do what I want and are of good quality.

    Would be nice if you could direct me in a direction or even recommend some plugins.
    Thank you.

    spicekk
    Participant

    Hello,
    nice to meet you.

    I am challenging the community site with BuddyPress Ver.10.2.0.
    It’s going smoothly, but I’m worried about my email settings.

    Email Tokens

    I referred to this email-tokens topic, but I’m guessing that [Ver.10.2.0] has more BuddyPress emails than [ver.2.5].

    After translating the HTML text of the email into another language, I’m looking for materials that show the latest status of this email-tokens.
    If anyone knows, please let me know.

    We look forward to working with you in the future.

    Wrrdpress:5.9.3
    BuddyX:4.3.6

    ajeetkumarrauniyar
    Participant

    My Google search console is showing Server error (5xx) regarding the following Buddypress urls:
    https://www.asha-ekumeed.com/groups/
    https://www.asha-ekumeed.com/members/

    on activation of the buddypress plugin , I am getting the 5xx error on search console
    but when I deactivate the the plugin the links are fine google search console

    I had verified and checked for the .htacess file.
    I also had checked for Plugins and Themes conflict but no conflict found.

    Memory Limit is 256MB

    Please help anyone.

Viewing 25 results - 1,751 through 1,775 (of 69,016 total)
Skip to toolbar