Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 5,351 through 5,375 (of 68,987 total)
  • Author
    Search Results
  • #302685
    shanebp
    Moderator

    Put this in your theme functions.php or in bp-custom.php

    function kjc_remove_edit_tab() {
         bp_core_remove_subnav_item( 'profile', 'edit' );
    }
    add_action( 'bp_ready', 'kjc_remove_edit_tab' );
    #302681
    suehanen
    Participant

    Dang, I thought you had solved the problem, unfortunately, nothing changed. The strange thing is, the Log in link (on the top right) was there without having the buddypress screen option checked. I don’t understand why. I deactivated all plugins except BP and the Register link is still missing.

    cheryllturcotte
    Participant

    My site has developed an issue since last updates where the friend request button no longer works. If I copy the link to a new tab it will trigger the event, but the button itself is no longer firing.

    Using BuddyPress 4.1.0, WordPress 5.0.3

    #302659
    Venutius
    Moderator

    Ah ok,

    So first of all you need a child theme, there’s plenty on plugins available that wil set one up for you.

    Next you need to know which BP Template is being used by going to Settings>BuddyPress>Options, here you will see it’s either set to Legacy or Nouveau.

    Next create a directory in your childtheme called buddypress/members/single/notifications

    Next copy the file plugins/buddypress/bp-templates/(bp-nouveau or bp-legacy)/buddypress/members/single/notifications/notifications-loop.php to the notifications you created in your childtheme.

    You can then edit this file to add your changes. in here you will find the function call I mentioned for you to add the args to.

    #302657
    Venutius
    Moderator

    Hi there, maybe these pages will help:

    Theme Compatibility

    #302652

    In reply to: Can You Help Me?

    Venutius
    Moderator

    Hi there, I don’t think BuddyPress will launch a front end post submission extension. You could raise this as a new enhancement request in Trac if you like but I’d not be very hopeful that this would be forthcoming.

    #302651

    In reply to: Registration Error

    Venutius
    Moderator
    #302650

    In reply to: Registration Error

    Venutius
    Moderator

    By the looks of things this is a bug, the WP Function get_privacy_policy_url() was introduced in WP Version 4.9.6 however the BP function bp_signup_requires_privacy_policy_acceptance() does not check for that version before trying to execute get_privacy_policy_url(). Presumably you are using a previous version of WP and so this function is throwing an undefined function error. I’ll raise a bug report for this.

    A possible fix for this is to add the following line to plugins/buddypress/bp-members/bp-members-template.php line 2421, just after the function bp_signup_requires_privacy_policy_acceptance() is declared:

    if ( version_compare( $GLOBALS['wp_version'], '4.9.6', '<' ) ) return false;

    #302635
    mrjanvier
    Participant

    Thank you for youre response,

    Do you mean with debug with 2017 theme, just to change the theme in 2017?
    I deactived all the plugin and changed in the 2017 theme. Onley the buddypress plugin is active and the problem is still there. So maybe it’s an error in buddypress itself? cause i experience it with 2 websites when i’m composing a message and use controle enter to add an person, i can’t add no more. Are there others who have the same problem?

    greetings

    #302632
    Varun Dubey
    Participant
    #302631
    shanebp
    Moderator

    LH BuddyPress doesn’t work normally

    What is LH BuddyPress ?
    Do you mean LH Private BuddyPress ?
    If so, you should use the support forum for that plugin.

    #302629
    drstrats
    Participant

    I couldn’t find the bp-custom.php file so, I did add it to the bp-core-functions.php file then I test to send an email through BuddyPress. It was successfully delivered by the WP mail configurations but now another problem appeared, the email delivered in plain text format showing all the Html code as plain text.

    #302627
    Varun Dubey
    Participant
    #302624
    Varun Dubey
    Participant

    @mrjanvier on your staging site, try to debug with 2017 theme and deactivate other plugins except BuddyPress to isolate the issue.

    #302623
    drstrats
    Participant

    @vapvarun thanks for your reply

    Try mailgun, easy to set up and the free plan will be enough.

    but I’m not talking about how to setup wp mail plugin because I’ve already done that.
    the problem is BuddyPress still uses the hosting server to send emails and it ignores the wp mail configuration.

    #302622

    In reply to: Buddypress not working

    Varun Dubey
    Participant

    @yahven at your site, BuddyPress pages are not mapped
    check the following link to setup them

    Configure BuddyPress

    #302619
    Varun Dubey
    Participant

    @suehanen

    You can easily add them to the menu, check out following link

    BuddyPress Links in WordPress Menus

    Inside BuddyPress section, you will find the register menu item to add inside your primary menu.

    #302613
    Venutius
    Moderator
    #302612

    In reply to: Buddypress not working

    Venutius
    Moderator

    Hi there,

    Have you enabled extended profiles in Settings/BuddyPress?

    If yes, deactivate the other plugins and see if that works?

    Also, try using a default theme such as 2017.

    #302607

    In reply to: whitelist user

    Venutius
    Moderator

    Hi there,

    I’m afraid post moderation is not a feature of BuddyPress. Do you have another plugin adding that feature? if so that plugin’s creator would be the one to ask. This will probably come down to the users capabilties.

    #302605
    shanebp
    Moderator

    BuddyPress does not support plain permalinks.

    #302604
    shanebp
    Moderator

    I see this is hardcoded in ./bp-members/bp-members-template.php …

    The gettext calls in that file all use the Text Domain: buddypress.
    iow. they refer to the buddypress.pot file.
    For example: _n( 'Viewing %1$s - %2$s of %3$s member', 'Viewing %1$s - %2$s of %3$s members', $members_template->total_member_count, 'buddypress' )
    Note the ‘buddypress’ in that example.

    I can’t spot anything in the PO language file…

    Search the .pot file for Viewing %1$s - %2$s of %3$s member and you will find results.

    There is lots of info on how to use a language file.
    Specific to BuddyPress:

    Customizing Labels, Messages, and URLs

    #302601
    mbamutuelle
    Participant

    Hello,

    Thanks for your help, it works when i copy profile.php (after editing it) in /home/wordpress/wp-content/themes/woffice/buddypress/members/single/

    Thanks

    #302593
    drstrats
    Participant

    Hi
    I’m using BuddyPress and upon registration of users, the email notifications are sent using the hosting server which lands 100% of the times at spam folder.
    to solve this I’ve installed the WP Mail SMTP plugin but this it didn’t affect BuddyPress Smtp settings.
    Please someone with a solution to solve this.
    Thanks

    #302566
    Julia_B
    Participant

    Sorry, me again. I’ve been trying to figure this out all day and I just can’t fix it.

    I’ve tried deactivating all plugins, uninstalling and reinstalling buddypress and I’ve also disabled the site’s avada theme and switched to 2019, but the issue persists.

    I’ve noticed that the activity page has also stopped working and is now blank.

    Before this error the registration page had a field for display name which is now missing, yet the profile details header remains. Here’s a screenshot: https://www.dropbox.com/s/kwdznzvx67oyrao/Screenshot%202019-02-02%2016.14.29.png?dl=0

    Or the page itself is here: http://gym.juliabuckleyfitness.com/register/

    Hope someone can help 🙂

Viewing 25 results - 5,351 through 5,375 (of 68,987 total)
Skip to toolbar