Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 3,676 through 3,700 (of 73,371 total)
  • Author
    Search Results
  • #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.

    #313829
    VibeThemes
    Participant

    This is most definitely a styling issue and not connected to buddypress at all.

    #313828
    VibeThemes
    Participant

    It is possible but not recommended. BuddyPress already has member profile fields. You should use that and it is internally supporpted by buddypress, just make sure you enable the “auto-link” in the profile field while editing the profile field.

    If you are open on exploring, the WPLMS theme has members directories built on react and they are well connected with BuddyPress profile fields, example : https://demos.wplms.io/members-directory/

    #313827
    VibeThemes
    Participant

    Try disabling ajax login in WP Admin – WPLMS – BuddyPress

    In all PHP & Cookie based login systems you will most likely need to refresh the page from the server. It may happen that when you refresh once, the browser shows as cached version, to confirm just change the url by adding a url/?1 ?1 parameter in your url to force browser to consider it as a new request.

    IF you are using version 4, this issue would not appear. The login system is built on JWT, so it happens instant without page loads and there is no nonce passed here, so you can cache your pages for eternity as static html and get better page loading time.

    #313824

    In reply to: Emails Problem

    VibeThemes
    Participant

    Most likely you have a plugin installed for sending emails. BuddyPress detects if the wp_mail hook is being used by some plugin and sends in the text version.

    You can however override this. Simply add this PHP code in your child theme – functions.php

    add_filter( ‘bp_email_use_wp_mail’, ‘__return_true’,99999 );

    The above fix is of-course based on the assumption that your plugin is configured for sending HTML emails.

    #313822
    ritz082
    Participant

    I have Multisite with Buddypress on Subsite.
    I want to link author profile from all sites to buddypress author profile on subsite.
    I tried to use this https://gist.github.com/dcavins/94e4989cad997d0553e8e5db37f30b40

    add_filter( ‘author_link’, ‘dc_bp_filter_author_link’, 10, 2 );
    function dc_bp_filter_author_link( $link, $author_id ) {
    return bp_core_get_user_domain( $author_id );
    }

    BUT this needs to have buddypress active on all sites.

    #313821
    nolymityash
    Participant

    Our website is made with bbPress and Buddypress plugins in wordpress. This old plugin “BuddyPress Global Search” used to work well on our site. But this plugin stopped updating and working from 2019; We are looking for a search plugin that also allows sorting of search results.
    I have tried plugins like Relevanssi, Ajax, and GD Power Search, but for some reason, nothing shows up on the site, once I disabled Global Search, the search only yields a Google style list with no sorting options.
    Thank you for any feedback!

    BBPress 2.6.5
    BuddyPress 6.3.0
    Wordpress 5.5.1

    #313801
    judymacmahon
    Participant

    Hi this all started when I couldn’t upload a member profile image – the upload link wouldn’t open.
    I contacted the 3rd party developer -I’ve deleted a plugin that was no longer supported and replaced it with a Buddy Press replacement: https://wordpress.org/plugins/bp-xprofile-custom-field-types/

    This is the error I’m getting and it’s causing an ERROR RENDERING FILE.
    Pagely my server have reinstated access to the dashboard and deactivated the plugin.

    ***here is the error info from them:
    —–
    “Hey Judy,

    The buddypress-xprofile-custom-fields-type plugin was reporting the following php error:

    [14-Sep-2020 07:42:15 UTC] PHP Fatal error: Uncaught Error: [] operator not supported for strings in /dom6056/wp-content/plugins/buddypress-xprofile-custom-fields-type/bp-xprofile-custom-fields-type.php:155
    Stack trace:
    #0 /wordpress-5.5.1/wp-includes/class-wp-hook.php(287): Bxcft_Plugin->admin_init(”)
    #1 /wordpress-5.5.1/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
    #2 /wordpress-5.5.1/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
    #3 /wordpress-5.5.1/wp-admin/admin.php(175): do_action(‘admin_init’)
    #4 /wordpress-5.5.1/wp-admin/index.php(10): require_once(‘/wordpress-5.5….’)
    #5 {main}
    thrown in /dom6056/wp-content/plugins/buddypress-xprofile-custom-fields-type/bp-xprofile-custom-fields-type.php on line 155

    I went ahead and commented out line 155 of the plugin file wp-content/plugins/buddypress-xprofile-custom-fields-type/bp-xprofile-custom-fields-type.php

    //$notices[] = __(‘BuddyPress Xprofile Custom Fields Type plugin needs <b>BuddyPress 2.5</b>, please install or upgrade BuddyPress.’, ‘bxcft’);
    This seems to allow the dashboard to load but you will want to get in touch with the plugin developer for any additional information or consider looking into replacing the plugin.”

    ——

    I’d like to attach a screenshot of the relevant plugins but can’t see how to do that???

    Thanks
    Judy

    SEATSforDEPARTURE
    Participant

    Hello guys how are you?
    I’ve noticed the first widget window of the sidebar is not in line with the content of the page itself. Is there a way to make the content or the widget windows down a bit so that the two are in line with each other?
    I am attaching a screenshot to make you understand what I mean. I hope you’ll help me.
    I’ve already contacted my theme support and they told me it has something to do with Buddypress.

    You can check this out at this page:
    https://seatsfordeparture.com/live/

    Bypass the Manteinance by clicking this link https://seatsfordeparture.com?bypass=betatest

    Thank you.

    #313793
    iamthewebb
    Participant

    Hi @reubenclosbanos,
    I think this is the same bug as reported https://buddypress.trac.wordpress.org/ticket/8347
    There is a patch file on that link to correct this which you may wish to try or a new version of BuddyPress (6.3.0) should be released on September 14th that includes this fix.

    #313791
    havealookhere
    Participant

    Because a lot of people search for this i post my sollution here.

    To have some pages of buddypress with a sidebar and some not you can do this! copy page.php into a new file and call it buddypress.php. Then upload it to your childtheme folder.

    Then where the sidebar is called change the get_sidebar() into:

    <?php 
        
        if ( is_page( array( 'spreekkamers', 'forums', 'activiteiten', '0' ) ) ) :
            get_sidebar();
        endif;
    ?>

    In this array you can write the names of the pages you want to have a sidebar shown.

    For the my profile page I used page id 0 because that was the only possibility to get the sidebar on the profile page. This is because its connected to the members page. I did not want a sidebar on the memberspage.

    Then a little of css will make the site look good again.

    In my case it was this css, because it was only about one page:

    body.page-id-3139 div#primary {
        max-width: 100% !important;
        width: 100% !important;
    }

    Thank you vapvarun for pointing me to the right way!!

    Unknown
    Participant

    Some of my users encounter this statement “”There has been a critical error on your site.”, when they create groups. Although when they refresh it and click on their profile the group is created. This is the error found.
    [11-Sep-2020 07:12:01 UTC] PHP Fatal error: Uncaught Error: Class ‘PHPMailer’ not found in /srv/htdocs/wp-content/plugins/buddypress/bp-core/classes/class-bp-phpmailer.php:91
    Stack trace:
    #0 /srv/htdocs/wp-content/plugins/buddypress/bp-core/bp-core-functions.php(3233): BP_PHPMailer->bp_email(Object(BP_Email))
    #1 /srv/htdocs/wp-content/plugins/buddypress/bp-groups/bp-groups-notifications.php(365): bp_send_email(‘groups-invitati…’, 102044344, Array)
    #2 /srv/htdocs/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-invitation-manager.php(55): groups_notification_group_invites(Object(BP_Groups_Group), 102044344, 102044348)
    #3 /srv/htdocs/wp-content/plugins/buddypress/bp-core/classes/class-bp-invitation-manager.php(197): BP_Groups_Invitation_Manager->run_send_action(Object(BP_Invitation))
    #4 /srv/htdocs/wp-content/plugins/buddypress/bp-groups/bp-groups-functions.php(1718): BP_Invitation_Manager->send_invitation_by_id(1178)
    #5 /srv/htdocs/wp-content/plugins/buddypress/bp-groups/actions/create.php(139): groups_send_invites(Array)
    #6 /wordpress/core/5.5.1/wp-includes/class-wp-hook.php(287): groups_action_create_group(”)
    #7 /wordpress/core/5.5.1/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
    #8 /wordpress/core/5.5.1/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
    #9 /srv/htdocs/wp-content/plugins/buddypress/bp-core/bp-core-dependency.php(353): do_action(‘bp_actions’)
    #10 /wordpress/core/5.5.1/wp-includes/class-wp-hook.php(287): bp_actions(”)
    #11 /wordpress/core/5.5.1/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
    #12 /wordpress/core/5.5.1/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
    #13 /srv/htdocs/wp-content/plugins/buddypress/bp-core/bp-core-dependency.php(430): do_action(‘bp_template_red…’)
    #14 /wordpress/core/5.5.1/wp-includes/class-wp-hook.php(287): bp_template_redirect(”)
    #15 /wordpress/core/5.5.1/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
    #16 /wordpress/core/5.5.1/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
    #17 /wordpress/core/5.5.1/wp-includes/template-loader.php(13): do_action(‘template_redire…’)
    #18 /wordpress/core/5.5.1/wp-blog-header.php(19): require_once(‘/wordpress/core…’)
    #19 /wordpress/core/5.5.1/index.php(17): require(‘/wordpress/core…’)
    #20 {main}
    thrown in /srv/htdocs/wp-content/plugins/buddypress/bp-core/classes/class-bp-phpmailer.php on line 91

    I hope someone can help me with this. This is a link to my site https://getaprofessor.com/

    #313786
    miminou
    Participant

    Hello
    I’m using BuddyPress in my eLearning website, I’ve installed the BuddyPress integration of LearnPress & Paid Membership Pro, when I asked in their forum, they redirect me to BuddyPress forum

    I have this issues:

    1-Whene I check my messages in BuddyPress account, it’s redirect me to memberships page.
    2-Also I can’t send message to users.

    My website https://am-amine.com/coursdz/

    Best Regards

    bruceleebee
    Participant

    I’m trying to rename everything related to BuddyPress ‘Groups’ into something else like ‘Teams’ (or any other naming convention I want).

    I have it mostly completed, except the group creation step URLs.

    For example:
    /create/step/group-details/ -> /create/step/team-details/
    /create/step/group-settings/ -> /create/step/team-settings/
    etc

    Does anybody know how to change those URLs?

    #313781
    havealookhere
    Participant

    ok, is there an example somewhere about the conditional wrapping???

    And, I place the buddypress.php straight into my childtheme or in childtheme/buddypress/

    thanks for this reply

    #313780
    Varun Dubey
    Participant

    @havealookhere inside the child theme create buddypress.php based on page.php and remove sidebar codes from it to make it full width, you can wrap it with conditional to keep it limited for members directory only.

    #313779
    Mathieu Viet
    Moderator

    Hi @neets1604

    Thanks for your feedback and thanks for using BuddyPress for 3 years. This email issue happens in BuddyPress because some custom code is overriding our PHPMailer class, that’s the reason why we haven’t identified this issue during our beta release period.

    I’d like to remind you it’s important when users have specific configurations that they gives us a hand to identify these cases during the BuddyPress beta release periods: we cannot test all Themes, all plugins extending BuddyPress and all users specific configurations.

    There’s a plugin to make it easier to test our beta releases, I’d advise you to use it on a staging site to contribute to the project.

    Finally, the upgrade that will fix this issue will be available for download next monday.

Viewing 25 results - 3,676 through 3,700 (of 73,371 total)
Skip to toolbar