Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 1,651 through 1,675 (of 69,120 total)
  • Author
    Search Results
  • joselawrence
    Participant

    Thanks to the buddypress active members block one can display active members even in the sidebar of his/her buddypress site, however, I would like this to be restricted only to the active friends of the logged in user.

    Is there any plugin for that, or can someone please help me with the code to do that.
    This should not affect the buddypress main members directory, and also thanks in advance for whatever assistance provided me.

    #325154
    Youzify
    Participant

    Hello @dorupiroi

    You may try this CSS

    .buddypress #object-nav ul li span, .buddypress #subnav ul li span {
      display: none !important;
    }
    #325148
    shanebp
    Moderator

    Did you try using this filter?

    if ( apply_filters( 'bp_bypass_check_for_moderation', false, $user_id, $title, $content ) ) {
    	return true;
    }

    Found in buddypress\bp-core\bp-core-moderation.php

    #325114
    webmasterfreya
    Participant

    Hi,

    WP 6.0
    Buddypress 10.3.0

    Getting these messages:
    AH01071: Got error ‘PHP message: PHP Deprecated: Functie get_option werd aangeroepen met een argument dat sinds versie 5.5.0 verouderd is!
    De “blacklist_keys” optie sleutel is hernoemd naar “disallowed_keys”. in /var/www/vhosts/freya.nl/httpdocs/wp-includes/functions.php on line 5663′,

    \wp-content\plugins\buddypress\bp-core\bp-core-moderation.php

    237 /** Blacklist ************************************************************
    */

    // Get the moderation keys.
    $disallowed = get_option( ‘disallowed_keys’ );

    // Support for WP < 5.5.
    if ( false === $disallowed ) {
    $disallowed = get_option( ‘blacklist_keys’ );
    }

    $disallowed = trim( $disallowed );

    // Bail if disallowed list is empty.
    if ( empty( $disallowed ) ) {
    return true;
    253 }

    If there are no “forbidden” words defined, the option_value for option_name = disallowed_keys is empty.
    Seems to me that $disallowed = get_option( ‘disallowed_keys’ ) will be false.
    However that does not mean that the WP version is < 5.5 !

    So maybe it’s better to bail just after
    // Get the moderation keys.
    $disallowed = get_option( ‘disallowed_keys’ );

    #325107
    rcotwunite
    Participant

    How can I find out more specifically what’s wrong with it? I’m comfortable with php and have built a custom theme.

    This page has worked in my theme before, not sure what changed. I tried making a php file called page-create-account.php. I created a page in the backend of wordpress and linked the buddypress pages options to that page.

    I believe I copied the ‘register.php’ from the buddypress legacy folder in the plugin folder.

    When I saw the error, I even tried taking everything out of that file and just writing <?php echo 'hi';?> and it still shows the same form and the same error.

    lukasmbzwo
    Participant

    Hi, I get the following error message after updating buddypress:

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘BP_Nouveau_Object_Nav_Widget’ not found in /homepages/29/d847459802/htdocs/clickandbuilds/CarabaoCommunity/carabao-communit/wp-includes/class-wp-hook.php on line 303

    how can I fix this?

    #325094
    Quint
    Participant

    @nonopp, I took a look at your suggestion. Maybe I missed it, but how does that plugin address each BuddyPress member having their own calendar to which they can add their own events?

    #325092
    Mehedi Hasan
    Participant

    Hi Jordan,

    Although it may not be an ideal solution to your problem but you can consider using rtMedia profile pictures to allow people to update their profile pictures from existing photos available. More information can be found at https://rtmedia.io/buddypress-profile-picture/.

    Thanks

    #325079
    trigzou
    Participant

    Hello, I am using Buddypress on my website with MyCred and the ReHub:ReDeal theme.
    Recently, i’ve been trying to change the icons of the profile page’s different tabs but I don’t know where I can do that.
    I’ve searched in Buddypress options, tools etc… but I can’t find anything related to the icons of each tab in the profile section.
    Do you know how I could do it? Thanks a lot!

    #325064
    Youzify
    Participant

    Hello @mehanic321

    Do you mean you want to set a default avatar for members? If yes, you may check this topic

    [Resolved] Changing the default mystery man avatar

    mehanic321
    Participant

    Added 1000 users by script.
    Now I want to add a profile avatar for each user.
    How can I do this with a script?

    Not working solution due to access scope – https://buddypress.org/support/topic/upload-avatar-directly-from-the-folder-via-php/

    BAD for me: if ( is_callable( $r[‘component’] . ‘_avatar_upload_dir’ ) )

    #325061
    tracy apps
    Participant

    nothing eh?

    why ISN’T this possible? why doesn’t buddypress use the same method of user types and capabilities as WP core does? this doesn’t make sense to me.

    #325020
    axsubram1
    Participant

    Hi,

    I am trying to add a message in my register page https://www.nalsol.in/register/ to convey additional information to my users.

    I am unable to find the way to edit this page. Edit by backend/frontend shows blank page and “Edit with WPBakery Page Builder” does not load at all.

    How do I add a message on top of this page for my users?

    Buddypress version Version 10.3.0

    Thanks & Regards

    Anand

    #325019
    alektid
    Participant

    A beautiful day,

    Please, I need help. When I create a group or when another user creates a group, there is nowhere for another user to join the group. The “join group” button is missing and the “leave group” button is missing. I have no idea what it may be. I am already looking for some options on the 3rd day, but without success. Is there anyone please who knows what this is about?

    This is the site https://theunified.space/ The URL specifically for the social network is https://theunified.space/activity/

    I use the Cirkle template – Version 1.0.12
    BuddyPress Version 10.3.0
    WordPress Version 6.0

    I will be grateful for any advice!

    #325015

    In reply to: Hide profile fields

    Anonymous User 16480907
    Inactive
    #324989
    ajeclizm
    Participant

    I am trying to use the [bbp-register] shortcode on a page but it just shows the shortcode, not the registration form.

    1. I have the latest version of BuddyPress and BuddyPress Docs installed and activated.
    2. I have tried using several other themes, including twenty twenty-two.
    3. I have tried loading in an incognito window.
    4. Same problem happens with other bbp shortcodes, like the login shortcode.
    5. I’ve tried deactivating all other plugins except BuddyPress.

    Anyone know why the shortcodes aren’t working for me?

    Here’s the page: https://ntgreekreadinggroup.com/register/

    #324985
    Mohd Umar
    Participant

    @geetestdevelop,

    Try checking in the Settings -> Buddypress if the components are active.

    mikeVhd
    Participant

    I want to have VIP members in my website. The VIP members should pay to register. And VIP members have more authority and activity options in website.
    Also I intend to have some marketer for website (affiliate program- like the affiliate wp plugin), and pay to the marketer for the members that invited by them and registerd as vip member.
    How can I do it?

    WordPress version:6.0
    BuddyPress version:10.3.0
    Theme:Olympus.

    I would appreciate to your attention.

    #324976
    joselawrence
    Participant

    Some Help please. All of my buddypress emails not sending. I have the wpmail smtp plugin configured and other emails are being sent but not the buddypress emails, there are not even saved in the email log, which convinces me that they are not being sent al all.

    Any help here will really be appreciated.

    Weird!

    Made the page a draft for now, so at least it won’t get indexed.

    My guess is that mercime removed the docs (or restricted access to them).

    There are obviously much better tools for documenting hooks these days than there were even 4 years ago, so perhaps that page can just get deleted and we can look into generating them over at https://developer.buddypress.org/reference/.

    Thanks for the heads up!

    tracy apps
    Participant

    the three pages linked here codex.buddypress.org/developer/buddypress-hooks-actions-filters/ i would love to access, but they are not public. who controls these? if these are supposed to be private, it’s probably a good idea to REMOVE those links from the PUBLIC codex site.

    #324967
    itsabhist
    Participant

    i want to send buddypress message by PHP code for that i made function as given below

    function send_message(){
    
    messages_new_message(
      array(
        'sender_id'  => 10,
        'thread_id' => 0,
        'recipients' => 11 ,
        'subject'    => 'NOTICE',
        'content'    => 'HELLO',
      )
    );
    } 

    but this is not working and showing error

    Notice: Undefined property: BP_Messages_Component::$table_name_messages in /home/u992033758/domains/site.com/public_html/wp-content/plugins/buddypress/bp-messages/classes/class-bp-messages-message.php on line 143
    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1]
    SELECT MAX(thread_id) FROM
    
    Notice: Undefined property: BP_Messages_Component::$table_name_messages in /home/u992033758/domains/site.com/public_html/wp-content/plugins/buddypress/bp-messages/classes/class-bp-messages-message.php on line 148
    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( thread_id, sender_id, subject, message, date_sent ) VALUES ( 1, 10, 'NOTICE...' at line 1]
    INSERT INTO ( thread_id, sender_id, subject, message, date_sent ) VALUES ( 1, 10, 'NOTICE', 'HELLO', '2022-06-13 10:13:46' )

    please support

    joselawrence
    Participant

    Hi, Some help here please.
    I am creating a buddypress community and among other plugins I have the “Buddypress Compliment” and the “Block, Suspend, Report for BuddyPress” plugins active, but these two plugins cause the the “Private Message” button to display last in the user profile header. I want the private message button to display second, right next to the “Add Friend” button and that all other buttons should fall after it.

    Somebody kindly help me with the code needed for this and where to insert it, or if the is another better way to solve this issue I will really be grateful.

    Noon
    Participant

    Is there any way at all to prevent Buddypress Rewrite Rules on Non-Buddypress pages/posts?

    There’s a problem that people have been facing with Buddypress for years that give random 404 errors because of a rewrite rule being executed on nonbuddypress pages the more activity there is, is there something I can do to prevent the write rule from being run on nonbuddypress pages?

    So far there have been absolutely no answers/patches over the years

    #324959
    Noon
    Participant

    Hello, I’m getting 404 errors in a similar way this person was getting 404 errors:

    Getting 404 after visiting activity stream in buddypress

    From time to time, if you click a link not related to Buddypress, you get a 404 error. I uploaded a query monitor and found that on pages that get those 404 errors, there’s a different “Matched Rule” when the page is requested. When it’s not working it’s [^/]+)(?:/([0-9]+))?/?$, when it is working it’s (.?.+?) (?:/([0-9]+))?/?$

    I tried implementing the code in the above link, replacing my failed matched rule with theirs in the code, but I got critical errors. I’m wondering if the code is correct in my instance, and I added it to the class-wp file right after $rewrite = $wp_rewrite->wp_rewrite_rules(); (I don’t know what he means by “in the parse function request”), so I’m wondering if the place I placed it is correct as well

Viewing 25 results - 1,651 through 1,675 (of 69,120 total)
Skip to toolbar