Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 3,576 through 3,600 (of 73,128 total)
  • Author
    Search Results
  • #313921
    shanebp
    Moderator

    buddypress.org is a subsite of wordpress.org – only one person can address that error and they know about it.

    #313920
    rvd19854652
    Participant

    I need customize my buddypress register form.so i have added buddypress extend profile field.I have large list for add dropdwon menu.I can’t do it mannual.Because it is verry large .Can u please mention easy methode for upload it as buddypress extend profile field.Actually i ‘m not expert in this field.If there are any methode ,please guide me.Thanks you.

    #313919
    kriskl
    Participant

    @shanebp

    members profiles – are buddypress ingredient. not bbpress
    Posting about it on bbpress – they will reply – it is buddypress problem.. chicken and egg.. 🙂

    I am just surprised you or anyone is not interested to investigate errors that exist in the software on this very website.. 🙁

    #313918
    rvd19854652
    Participant

    I need customize my buddypress register form.so i have added buddypress extend profile field.I have large list for add dropdwon menu.I can’t do it mannual.Because it is verry large list.Can u please mention easy methode for upload it as buddypress extend profile field.Actually i ‘m not expert in this field.If there are any methode ,please guide me.Thanks you.

    #313916

    In reply to: Buddypress Users

    kerchmcc
    Participant

    Additionally, in the database _bp_activity all members show the last active date of today, just now. PMPro shows membership of 565. The buddypress count is just 301.

    #313910
    CoachPadraig
    Participant

    I’m using WP 5.5.1 with BuddyPress 6.2.0 with MemberPress Plus 1.9.0 and
    MemberPress + BuddyPress Integration 1.1.7

    I would like to have a set of questions for new members in a given group to answer when they first open the group page (ie. some onboarding questions to get the discussion started among the group members).

    Is there a way I can set up these questions and ask members to answer them as part of their profile OR a way I can have these questions show up as a post to the member, automatically to get them started engaging?

    #313909
    shanebp
    Moderator

    @kriskki – these forums use bbPress, not BuddyPress.
    If you have an issue with bbPress forums, please use their support site:
    https://bbpress.org/forums/

    #313906
    kriskl
    Participant

    it seems the very problem exists on this buddypress website.

    for example:
    page one shows replies..
    https://buddypress.org/members/vapvarun/forums/replies/

    BUT. when you want to go to page 2..

    BuddyPress

    it redirects to the homepage..

    anyone has a fix for this please??

    #313903
    #313899

    In reply to: Buddypress Users

    shanebp
    Moderator

    The code is meant to be used ONCE and then removed.
    During that single run, it can be slow depending on the number of members you have.
    After you have removed the code, go to Dashboard -> Tools -> BuddyPress then run the Repair total members count.

    amaclenan
    Participant

    BP Version: 6.3.0
    WP Version: 5.5.1
    Theme: Avada 7.0.2

    Site link: https://mrkhconnect.co.uk/

    The menus at the top of the BuddyPress pages – i.e. Profile & Notifications – are displaying the HTML but none of the formatting. Hence the pages are a mess and unusable by our members.

    All other pages display correctly (inc. BBPress Forums page) so can only conclude this is a BuddyPress problem.

    Any ideas?!

    Jake Ward
    Participant

    We have a custom BuddyPress profile field which is a select dropdown.

    Elsewhere in the site we have a user query, that pulls in users of a certain role. However, we need to filter these users again by those who have a certain value in the dropdown field. Is there a way to add this to to the WP_User_Query?

    I’ve seen documentation for BP_User_query but haven’t been able to get it to work.

                $args = array(
                'role' => 'vendor',
                'orderby' => 'display_name',
                'order'     => 'ASC',
                'number' => 5,                
                );
                $user_query = new WP_User_Query( $args );
    
    #313879

    Topic: import user

    in group forum Installing BuddyPress
    aglig
    Participant

    Hello there,
    How are you ?

    I’m on my way to buy this template :
    https://themeforest.net/item/cera-intranet-community-theme/24872621

    This one is POWERED by BUDDYPress 🙂

    I already have a list of users.

    If I import all of my users within Mailster (https://mailster.co/), is there any way to connect the users data inside with budypress ?

    Greeting 🙂

    #313878
    VibeThemes
    Participant

    1. Save the permalinks at WP admin – Settings – Permalinks.
    2. Make sure you do not create pages with same slug as that of Member Nicename. For example : Yoursite.com/AABB and yoursite.com/members/AABB <– this can cause conflict.
    3. Check the Mod rewrite module of Apache is installed and working.

    Also more details are required about the configuration. I do not think this is a BuddyPress related issue.

    #313874
    lifebus
    Participant

    Hi, I am integrating AWPCP into our membership club site and for some reason when I click on a classified ad listing, it takes me to a member’s profile page.

    On the BuddyPress settings in the Dashboard, is a setting that integrates AWPCP with BuddyPress, but when I uncheck this and save, the box is re-checked automatically. I am unsure whether this is the issue, but it certainly appears to be a fault.

    I have gone through and restored a default theme and disabled all plugins, re-enabling them one-by-one and it is definitely BuddyPress that is causing this to happen. Therefore, I am hoping you might be able to assist me with this please?

    #313871
    iamthewebb
    Participant

    Hey @thegradhub
    Youzer heavily customizes buddypress so you will need to ask their support

    #313870
    thegradhub
    Participant

    Hi, I’ve just installed Buddypress and Youzer and when I go to the search form on the member directory and type someones full name, it doesnt show that person. However if I type the first 3 letters of the name it does. Any idea why?

    Also, how can I search other meta data of a member?

    #313867
    scipi
    Participant

    My WP version is 5.4.2
    My BuddyPress version is 6.3.0

    I’m currently trying to figure out how I can get @-mentions in blog post comments to integrate with the buddypress activity and notifications systems. The most recent comments of #4046 claims notifications should be sent for @-mentions in blog posts at the very least, but I can’t seem to get it to work. Other threads asking this question point to this ticket claiming it’s an unimplemented feature, so between what the forums say and what the ticket comments say I can’t tell if that’s actually how it’s supposed to work or not.

    So my question is, is sending notifications for @-mentions in blog posts supported in BuddyPress? And if so, is this feature currently working?

    #313862
    Rajyaseva Academy
    Participant

    my Website : http://www.rajyaseva.com

    i have registration link in menu which leads to http://www.rajyaseva.com/register/

    the page opens very properly but afte user fills up the form and clicks on register butten.

    the massage popps up saying there has been critical error on your website.

    buddypress version 6.3.0

    Note that user gets registered on website but the extendend profile fields that he filled up while registering are not recorded and they apear blank upon login.

    #313856

    In reply to: import forum from SMF

    iamthewebb
    Participant

    Hi @zmatczak

    BuddyPress uses bbpress for its forums so you will likely have more success asking over on bbpress.org
    Hopefully someone there has the answer.

    #313840
    robbcapp
    Participant

    Same problem and is anyone from BuddyPress reading this?

    michelleraab
    Participant

    Hi,
    I’m trying to set up Buddypress for one of the websites that I run. The registration page and activation page won’t load. From the admin interface in the settings from the Buddypress section –> pages, I have set up the registration page to be “register”. The page works if I look at it from the pages section, but won’t load from the settings/Buddypress/pages. If that makes sense. In the settings/general, I do have the “anyone can register” checked.

    Why is this not working? Please help.

    #313833
    genman99
    Participant

    Hi Guys,

    I am new to Buddypress but this is what I would like to do to my existing WordPress Site.

    1. My site http://www.ABCD.com remains public and uninterrupted.
    2. Create a page e.g. http://www.ABCD.com/Blah and users can come here and register.
    3. Users create a profile which I check and then activate.
    4. Users can search their profiles and send messages
    5. The messages will need to be moderated and then I authorise for them to be delivered.

    This is for a community and it will be free.

    Will Buddypress do 2-5 for my site?

    Thanks

    #313832
    pascalmariamal
    Participant

    Hi,
    Since the last udapte of Buddypress (6.3.0) there is no BP widgets available.
    For example the login widget.
    Do you notice it too ?

    Thank you.

    #313830

    In reply to: BuddyPress Message

    VibeThemes
    Participant

    You are mixing two terribly coded plugins Learnpress and Pmpro with a masterpiece Buddypress. Obviously they are passing the buck.

    1. Check if memberships pages are created
    2. Re-save permalinks at WP amdin – Settings – PErmalinks
    3. Clear buddypress cache WP admin – Settings – BuddyPress- Components -save.

    If above does not help, contact their support.

Viewing 25 results - 3,576 through 3,600 (of 73,128 total)
Skip to toolbar