Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 5,476 through 5,500 (of 69,044 total)
  • Author
    Search Results
  • #302237
    shanebp
    Moderator

    Your issue is specific to your installation. And nobody will register on your site so that they can see
    the page in question.

    Given that you are using Avada and the Shortcodes for Buddypress plugin – there is very little chance that anyone here can help you.

    > … list the groups to this page within the setting …

    Sounds like an issue with Avada > BuddyPress
    For that page, rather than use Avada to build the page, you may need to create a page and assign a hand-coded template to it.
    There is lots of info on how to do that.
    For example: https://ithemes.com/tutorials/applying-wordpress-page-template/

    #302235

    In reply to: BuddyPress Breadcrumbs

    webusat
    Participant

    Never mind, this wasn’t BuddyPress.

    Thanks,
    Stan

    #302232
    adamsmithdlc123
    Participant

    Wordpress version: 5
    Buddypress Version: 3.2.0
    Theme Installed: Avada
    Website: The Site

    I have listed the groups on the Networking page – Networking Page.

    Problem I’m having is, If I list the groups to this page within the setting, my banner and small image do not show on the page at all. If I use “Shortcodes for Buddypress”, even though I add [groups-listing] at the bottom of the page they are still showing above the banner & Image.

    Any help appreciated.

    Thanks

    Varun Dubey
    Participant

    @datenfresser You can find them inside user meta
    http://prntscr.com/m7gdur
    To set default values you can check previous thread

    Email notification default settings

    Datenfresser
    Participant

    Hi all,

    I’ve to migrate some data from buddypress to another system.
    Where in the database can I find the information whether a user wants to receive an e-mail when he has received a new message?

    Thanks for help.
    Best regards
    Miriam

    #302221
    mrwassen
    Participant

    Hi guys,

    After extensive attempts to get this right, I am at a loss and am requesting some guidance on styling the BP profile tabs.

    I am using recent versions of WP (4.9.9) and BP (4.1.0).

    The issue is that I am only able to change some attributes of the tabs but not others. Here is my css (included in the style.css of the child theme) with an indication of what works and what does not – see also image below showing the result of the css:

    #buddypress .bp-personal-tab {
      color: red !important;         /*does not work*/
      background:yellow !important;  /*works*/
      font-size:0.8em !important;    /*works*/
      font-style: italic !important; /*works*/
      }
    #buddypress .bp-personal-tab.current.selected {
      color:red !important;          /*does not work*/  
      background:blue !important;    /*does not work*/
      font-size:1.3em !important;    /*works*/
      font-style: italic !important; /*works*/
    }

    BP Tab Styling

    Any help would be greatly appreciated.

    Thanks,

    Dennis

    #302219

    In reply to: Permalink Crash

    shanebp
    Moderator

    Do not ever – EVER – post your admin credentials on a public web page.

    [ Would you hand a copy of your house keys to ‘x’ number of random strangers you pass on the street ? ]

    I have removed the credentials and replaced them with the error message that you are seeing.
    I don’t have a solution to your issue.
    I suspect the BuddyPress prompt to reset the permalinks is a symptom of an WordPress issue in your installation.
    You might try asking on the https://wordpress.org/support/ forums.

    #302218
    shanebp
    Moderator

    bp_is_user_forums() is not used in the current BuddyPress template files.

    The fatal errors are due old BuddyPress files coming from your child theme – not from buddypress plugin files.

    PHP Fatal error: Uncaught Error: Call to undefined function bp_is_user_forums() in /nas/content/live/thefluentself/wp-content/themes/fluent-self-2017/buddypress/members/single/home.php:88

    Perhaps there is a new version of your theme ?
    Or you could ask the theme creators about the error?

    You could try deleting all BuddyPress files in your child theme.
    Or you could try updating the buddypress/members/single/home.php file in your child theme.

    #302215
    shemakeswebsites
    Participant

    Hello everyone. I’m using the following snippet that will display the first name and last initial for users in buddypress. However, in bbpress it has no effect. Any ideas on how I could edit this to get it to work for bbpress? I’m so sad that something like this isn’t a default option.

    $changeLastInitial = new changeLastInitial;
    add_filter('bp_displayed_user_fullname', array(
        $changeLastInitial,
        'last_initial'
    ), 7, 1);
    add_filter('bp_get_member_name', array(
        $changeLastInitial,
        'last_initial'
    ), 7, 1);
    add_filter('bp_get_the_profile_field_value', array(
        $changeLastInitial,
        'last_initial_xprofle'
    ), 7, 3);
    add_filter('bp_core_get_user_displayname', array(
        $changeLastInitial,
        'bp_core_get_user_displayname'
    ), 7, 2);
    
    class changeLastInitial
    {
        function bp_core_get_user_displayname($name, $id)
        {
            $name = $this->last_initial($name);
            return $name;
        }
        function last_initial_xprofle($value, $type, $id)
        {
            if ($id == 1) {
                $value = $this->last_initial($value);
            }
            return $value;
        }
        function last_initial($name)
        {
            $name_a = explode(' ', $name);
            // if there is at least two parts to the name
            if (count($name_a) == 2) {
                // replace the last part of the name with the first letter of the last part
                $name_a[count($name_a) - 1] = substr($name_a[count($name_a) - 1], 0, 1);
                // put it all back together
                $name  = implode(' ', $name_a).".";
            }
            return $name;
        }
    }
    
    #302214
    donno1
    Participant

    Hi since the recent update to gutenburg my buddypress now crashes daily. I will reset the permalink and buddy press will work for 6 hours than crash again, then i have to re-set the perm links again. I am a novice when it comes to developing so my question is how can I stop it from crashing. It worked great until the update.
    http://www.thesmallbusinesswarehouse.com
    my buddy press version is 4.1.0
    My theme is Geodirectory supreme theme

    This is the message I keep seeing:
    BuddyPress is almost ready. You must update your permalink structure to something other than the default for it to work.

    Your help would be appreciated.

    #302213
    richard.miller
    Participant

    BuddyPress: 4.1.0
    WP: 5.0.2
    site link: (private site)

    On the members profile pages, clicking certain menu tabs breaks the page – clicking “notifications”, “groups”, or “settings” causes the page to be cut off just below those menu items.

    Through plugin and theme disabling, I’ve narrowed the problem down to an incompatibility between BuddyPress and my Divi child theme.

    I also learned that an incomplete page is likely due to a fatal PHP problem, so I captured the debug log – sure enough, BuddyPress PHP errors all over the place.

    Unfortunately, I’m not savvy enough to know what they mean, or how to fix them.

    An insight AT ALL would be appreciated.

    —–

    [15-Jan-2019 00:59:22 UTC] PHP Notice:  add_option was called with an argument that is <strong>deprecated</strong> since version 2.3.0 with no alternative available. in /nas/content/live/thefluentself/wp-includes/functions.php on line 4048
    [15-Jan-2019 00:59:22 UTC] PHP Notice:  add_option was called with an argument that is <strong>deprecated</strong> since version 2.3.0 with no alternative available. in /nas/content/live/thefluentself/wp-includes/functions.php on line 4048
    [15-Jan-2019 00:59:22 UTC] PHP Notice:  Undefined variable: titletext in /nas/content/live/thefluentself/wp-content/themes/fluent-self-2017/buddypress/members/single/index.php on line 31
    [15-Jan-2019 00:59:22 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function bp_is_user_forums() in /nas/content/live/thefluentself/wp-content/themes/fluent-self-2017/buddypress/members/single/home.php:88
    Stack trace:
    #0 /nas/content/live/thefluentself/wp-includes/template.php(690): require()
    #1 /nas/content/live/thefluentself/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(155): load_template('/nas/content/li...', false)
    #2 /nas/content/live/thefluentself/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(61): bp_locate_template(Array, true, false)
    #3 /nas/content/live/thefluentself/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(338): bp_get_template_part('members/single/...', NULL)
    #4 /nas/content/live/thefluentself/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-theme-compat.php(212): bp_buffer_template_part('members/single/...', NULL, false)
    #5 [internal function]: BP_Members_Theme_Compat->single_dummy_content('')
    #6 /nas/content/live/thefluentself/wp-includes/class-wp- in /nas/content/live/thefluentself/wp-content/themes/fluent-self-2017/buddypress/members/single/home.php on line 88
    [15-Jan-2019 00:59:24 UTC] PHP Notice:  add_option was called with an argument that is <strong>deprecated</strong> since version 2.3.0 with no alternative available. in /nas/content/live/thefluentself/wp-includes/functions.php on line 4048
    [15-Jan-2019 00:59:24 UTC] PHP Notice:  Only variables should be assigned by reference in /nas/content/live/thefluentself/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    [15-Jan-2019 00:59:24 UTC] PHP Notice:  get_currentuserinfo is <strong>deprecated</strong> since version 4.5.0! Use wp_get_current_user() instead. in /nas/content/live/thefluentself/wp-includes/functions.php on line 3853
    [15-Jan-2019 00:59:26 UTC] PHP Notice:  add_option was called with an argument that is <strong>deprecated</strong> since version 2.3.0 with no alternative available. in /nas/content/live/thefluentself/wp-includes/functions.php on line 4048
    [15-Jan-2019 00:59:26 UTC] PHP Notice:  Only variables should be assigned by reference in /nas/content/live/thefluentself/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    [15-Jan-2019 00:59:26 UTC] PHP Notice:  get_currentuserinfo is <strong>deprecated</strong> since version 4.5.0! Use wp_get_current_user() instead. in /nas/content/live/thefluentself/wp-includes/functions.php on line 3853
    #302207
    Varun Dubey
    Participant

    @jamesmct I do not think BuddyPress have any current option to manage all pending membership for all private group at single location.

    sanusalim
    Participant

    Hi,
    I am using BUddyPress for my website.I want to hide the Register option from logged in users.How can I implement that?Currently I am running my site in localhost.
    Thanks

    Versions
    ——–
    wordpress:4.9.8
    BuddyPress:4.1.0
    Buddypress for learndash:1.2.5
    using onleplus parallax theme,and Lerandash,paid mambership pro ,woocommerce plugins

    #302199
    iamdev
    Participant

    you can use this code buddypress has a function
    place this code in function.php

    function julia_b_activity_dont_save_item( &$activity ) {
     
        $dont_types = array( 'new_member');
     
        if ( empty( $activity->id ) && in_array( $activity->type , $dont_types ) ) {
            $activity->type = '';
     
        }
     
    }
    add_action( 'bp_activity_before_save', 'julia_b_activity_dont_save_item' );
    qnkov
    Participant

    Hello. I’ve notice something else with buddypress. When someone need to Login, he is redirected to default wordpress login? Buddypress doesn’t have it’s own Login tab, like the register? And how can you remove Email approve when someone register. And every user can acces Wp-admin, isn’t there function to restrict normal users from opening that page? Any restrict function on buddypress, like only registered users to be able to open the site or pages.

    #302191
    Venutius
    Moderator

    Do you have FTP access? you could simply delete the BuddyPress directory in plugins.

    #302190
    sofiyal
    Participant

    Link to site: supercarsownersclub.com
    Theme: Hestia
    Buddypress version: Version 4.1.0
    Wordpress version 5.0.3

    Cannot deactivate or unistanll the plugin!
    Followed all the instractions, there are no plugins associated with budypress, the website theme is not depending on it either

    When I deactivate it I get a white page with thousands lines of errors like these…

    Warning: reset() expects parameter 1 to be array, null given in /home/clients/a0427b6d18ac6444bd4caa15b9d9b12c/web/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 291

    Warning: current() expects parameter 1 to be array, null given in /home/clients/a0427b6d18ac6444bd4caa15b9d9b12c/web/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 295

    Warning: next() expects parameter 1 to be array, null given in /home/clients/a0427b6d18ac6444bd4caa15b9d9b12c/web/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 301

    Warning: current() expects parameter 1 to be array, null given in /home/clients/a0427b6d18ac6444bd4caa15b9d9b12c/web/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 295

    Warning: next() expects parameter 1 to be array, null given in /home/clients/a0427b6d18ac6444bd4caa15b9d9b12c/web/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 301

    Thank you in advance!

    Kind regards,
    Sofiya

    #302189
    qnkov
    Participant

    I need to have the default page id ON, cuz all my images, and alot of pages with plugins brokes if i use other option. Isn’t there anyway buddypress to work with page id actived? That’s the default option for wordpress, i don’t know why it’s not working with it.

    #302184
    shanebp
    Moderator

    No.
    You have to assign pages to BP.
    Go to Settings > BuddyPress > Pages and assign pages – you may need to create them first.

    #302182
    qnkov
    Participant

    Hello, i want to switch from UM to buddypress, but i encounter a problem.
    http://prntscr.com/m61idq
    I’m using this option and alot of pages and links work with page-id. But buddypress doesn’t work with it? Is there any fix for that?

    brunogcustodio
    Participant

    Hi, folks!

    After updating the plugin BuddyPress, the courses, forums, settings and notifications, stopped working.

    Anyone else?

    #302177
    pixieblitz
    Participant

    Hello…
    I just made a post My Previous Post and noticed a label “this topic marked as spam” after I tried to edit a typo. I’m not sure why or how to avoid that in the future, or how to get any input on what I had originally been asking?

    It IS a bit of a duplicate post, since I originally put a similar question in a different forum, but I wasn’t really sure where it belonged and couldn’t figure out how to delete the first one.

    Please help?
    Thanks!

    #302171
    sedmikraska
    Participant

    I want all profile fields to be visible on my site. So I want to remove the subnav Settings > Profile Visibility.

    I have added below command into bp-custom.php but it does not work.

    function bpfr_hide_visibility_tab() {
    if( bp_is_active( ‘xprofile’ ) )

    bp_core_remove_subnav_item( ‘settings’, ‘profile’ );

    }
    add_action( ‘bp_ready’, ‘bpfr_hide_visibility_tab’ );

    Something has changed probably because the conversation I found about this issue is two years old.

    Could you please let me know updated command that I have to use ?

    WordPress: 5.0.3–sk_SK
    BuddyPress: 4.1.0
    mamatwist.com

    Thank you,
    Dana

    #302169

    In reply to: Username as Name

    Venutius
    Moderator
    #302167
    DenisCGN
    Participant

    Hello,

    I dont like my users to enter 2 times a NAME.
    What I like to have is:

    The user creates a new unique “USERNAME” during the registration. And this USERNAME becomes automaticly the “NAME” in this xprofile required field.

    User Extended Profiles

    So the user does not to create another name in the registration. But he can change the Name in his profile later.

    How does this work, is there a hook, I can do this?

    Cheers,
    Denis

Viewing 25 results - 5,476 through 5,500 (of 69,044 total)
Skip to toolbar