Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,151 through 2,175 (of 69,127 total)
  • Author
    Search Results
  • #320629
    shanebp
    Moderator

    BuddyPress does not include forums.
    If you are using bbPress, please post in their support forums.

    #320624

    In reply to: Edit Activity Stream

    lflier
    Participant

    For removing mentions, this documentation may be useful. It’s for BuddyBoss, which is a fork of BuddyPress, but it looks like it would work:

    Try copying this into your functions file: add_filter( ‘bp_activity_do_mentions’, ‘__return_false’ );

    bp_activity_do_mentions()

    #320620
    bikkes69
    Participant

    Hi there, im having a big problem with the default required field in xprofile, and i already search for a lot of people having things similar and is all about the same but no solution. The “extended” profile of buddypress has a required field that is the same as the username in wordpress, so it has problems because if you change the username but leave the “name” of the xprofile empty automatically has an error. Why dont you you remove that unique field from de xprofile and let everyone make the fields they want, that thing is causing problems in every theme. i hope you understand , i can make a site for anyone to check this.

    BP : Last
    WP: Last
    Nothing else.

    xbladerunner
    Participant

    I have three signup fields that look identical. This phenomenon is displayed on the registration page, as well as in the signup fields tab from the admin side (users/profile fields).
    I can reorder them and edit them, but not delete them. Please help.

    Buddypress version 9.1.1
    Wordpress 5.8 multisite configuration (all the sites are displaying the error, example linked below)

    Register

    crazydjp
    Participant

    How do I get both sidebars (left and right) on individual group pages (not groups directory)?

    E.g: I can set sidebars on https://something.something/groups/ on both sides from Appearance >> Customize >> Widgets >> Left Sidebar / Right Sidebar / Groups Directory Right Sidebar

    But I couldn’t set sidebars on https://something.something/groups/some-group/

    On the widgets section, I have an option of “Groups Single Group Sidebar”, but it shows only on the right side. I want on both sides.

    Website Link – https://www.whatarebonds.com/forum/
    Buddypress Version: 9.0.0
    Wordpress Version: 5.8

    #320583
    ramforth
    Participant

    Having the same issues.
    Fresh install on self hosted wordpress under Plesk.
    Version is 5.8, all components fresh and latest updates.
    Not able to get register or activate pages created.
    The pages Members, Activity and Groups are created, but doesn’t have any content – and thus does not work.
    Had high hopes for this plugin, but it turns out to be another dud.
    Sorry, there seems to be too much automation and no control over this to even bother with it.
    There are no good guides as to how one produces these pages manually after install.
    Buddypress just isn’t worth it.

    #320581
    sx1001
    Participant

    Hi all,

    is there a shortcode for the list of open incoming friend requests (usually located under the URL mydomain.com/members/memberX/friends/requests/)? Or how can I mimic it? I want to display the list somewhere else as a small widget.

    I found that the page is build somewhere around the template file buddypress\members\single\friends.php in which again the requests list is displayed:

    bp_get_template_part( 'members/single/friends/requests' );

    I just cant figure out where exactly the whole story starts and where things are setup (list of members to display etc)?

    Can you please hint me to it? Thanks!

    #320580
    benrobin
    Participant

    Since no one from the buddypress support staff answer my question. I have a solution if anyone encounter this problem. Just download the plugin called “BP Messages Tool”. That plugin let you manage Buddypress messages. After installing that plugin, go to “Tools”, then click “BP Messages”. Search a specific user, then just select all messages and delete them. That’s it. Problem solved.

    #320574
    richardrcook2
    Participant

    Hello. I’m using the Twenty Fifteen theme. WP version 5.8. BP version 9.0.0.

    On my members page, the Last Active list (of members) worked well for the past several years. But now, after I went into Tools > BuddyPress > Repair and repaired all of the items on the list, the members page’s Last Active list isn’t working the same. The members page no longer tells me who was active last unless a member signs in after this change occurred, but all of the other members below him or her on the list tells me that they’ve been active months ago, which may and may not be the case.

    I know that there have been other members who have been active much more recently, but the page isn’t giving me that correct information the way it did before I repaired those items.

    Can anybody help me with this problem please? Let me know if you need more information or if you need me to explain my problem better. Thanks.

    #320571
    djavco
    Participant

    WordPress 5.8
    BuddyPress 9.0.0

    I am trying to make the Group Description field a rich text field for Group admins so they can enter links and basic formatting.

    I have tried to achieve this with various methods including using BuddyPress Groups Extras but the option to enable ‘Rich Editor for Fields’ does not work – each time I enable this radio button and save the settings it reverts to being disabled.

    I have also looked into enabling the RichText editor for certain BuddyPress fields with a filter in bp-custom.php but it seems that WordPress has changed how it handles rich text fields and I cannot find any guidance on how to do this.

    Any help or pointers would be much appreciated.

    #320560
    mariaat
    Participant

    Trying for days now to find out why I can’t get certain words ytanslated into Dutch. I have used Locotranslate but I can’t translate the Directory-names and the meta “posted by”. U use stable.po- en -mo. files. Created a file content/languages/Buddypress/ but no changes.
    Anyone tips? thanks in advance!

    Screenshot: Screnshot

    wordpress 5.8
    BuddyPress 9.0.0
    Link to the site: https://xpartij.nl/

    #320557
    StudentFilmmakers
    Participant

    Anyone have any procedural help or know of a plugin or service to move our users from socialengine to buddypress? Even just the users names and their login information would be good enough. Any help to to get off the socialengine and use buddypress is appreciated. Even manually doing it one at a time is almost an option at this point. Please let us know.

    Current version: 5.8
    http://www.studentfilmmakers.com

    #320531
    benrobin
    Participant

    Hi, I think it depends if what you’re goal is.

    1) If you want visitors interact with another visitor (like Facebook) or allow users to post content. Then read this link >> 8 Best BuddyPress Themes for WordPress <<. Buddypress works and functions with almost any WordPress theme though.

    2) If you want just a blog website like only you can post an article and just wait for another visitor to comment. Then you’ll just need to install WordPress. Any wordpress theme will do.

    Now, for the installation. There are various tutorials in Youtube on how to install wordpress, themes and plugins. Or if you’ll trust me, you can send me an email to “ben.dzn@gmail.com”. I’ll help you for free (it depends though if I’m not busy).

    benrobin
    Participant

    Hi, I am wondering if where could I find the total number of notifications in database? I search it up in the source code and I found

    $notification_item->total_count

    However, I can’t find a column or any value in the database.
    I need to delete all notification counts because some intruders successfully registered my Buddypress and he/she send all spam messages to all my users. I already deleted all the messages, but counted notifications are remained. Kindly, help me. Thanks.
    Buddypress Notification Count

    #320510
    ririshi
    Participant

    Hey there. I just ran into the same issue and fixed it by replacing an old (deprecated in BP 8.0.0) call to bp_nouveau_base_account_has_xprofile() with bp_nouveau_has_signup_xprofile_fields(true). The true is very important as it will initialize the global variable $profile_template, which is used by bp_profile_groups() (the function that is erroring). You’d have to change this in the overwritten buddypress register.php template, used by your theme. My template probably looks different from yours, so I can’t provide the specific lines that you’d have to make changes to. Good luck!

    #320505
    knowmates
    Participant

    Hello,

    in our registration form we have two areas with the following fields (all required):

    Account details (WordPress):
    – field “user name”
    – field “email”
    – field “choose a password”
    – field “repeat chosen password”

    Profile details (BuddyPress):
    – field “name”
    – field “first name”
    – field “last name”

    Actually we don’t need the fields “user name” (WordPress) and “name” (BuddyPress).

    We want to use only first name and last name (no user name, name, nickname, whatever). Is that possible?

    With that we want to make the registration easier to our users and we also want to sort the members directory according to the last name. Is that also possible?

    Best regards

    #320491
    shanebp
    Moderator

    This is a known bug. It will be fixed in the next release.

    Earl_D
    Participant

    How to get the BP profile pic to be used as the wordpress avatar

    #320485
    tngam1013
    Participant

    Everything is set up on my website, but whenever someone registers, they do not receive the activation email required for validating their account. This is a big security issue that I have yet to find a solution to. I have seen the Auto Authenticate Plugin, which again, is a huge security issue. My WP Version is 5.8, my BuddyPress Version is 9.0.0. My website is https://buckeyestategaming.com

    Any assistance with this issue would be greatly appreciated.

    sx1001
    Participant

    I have a code / plugin which derivates a list of UserIDs by some logic which I want to display in a separate page in a sort of members loop.

    I tried similarly to this code, setting the args and than loading the template, it simply does not display the members:

    
        $members_args = array(
    			'include'         => array(list of user ids here ... 1, 13, 25, 126, ...),
    			'exclude'         => array(bp_loggedin_user_id()),
    			'per_page'        => $max_members,
    			'max'             => $max_members,
    			'populate_extras' => true,
    			'search_terms'    => false,
    		);
            
    	echo '<div id="buddypress" class="buddypress-wrap bp-dir-hori-nav bp-shortcode-wrap">';
    	echo '<div class="members">';
    	echo '<div class="subnav-filters filters no-ajax" id="subnav-filters">';
    	bp_get_template_part( 'common/filters/grid-filters' );
    	echo '</div>';
    	echo '<div class="screen-content members-directory-content">';
    
    	echo '<div id="members-dir-list" class="members dir-list">';
    
        buddypress()->current_member_type = "my separate loop";
        buddypress()->current_component   = 'members';
        buddypress()->is_directory        = true;
    
    	// Get a BuddyPress members-loop template part for display in a theme.
    	bp_get_template_part( 'members/members-loop' );
    
    	echo '</div>';
    	echo '</div>';
    	echo '</div>';

    I also tried instead to modify the query args like so instead of setting $members_args, but this does not work neither:

    
        $include = array(1, 13, 25, 126, ...); # list of user IDs to show
        add_filter ('bp_ajax_querystring', 'modify_directory', 20, 2);
        function modify_directory ($query_string, $object)
        {
            if ($object != 'members')  return $query_string;
    
            if (!empty ($query_string))  
                $query_string .= '&';
    
            $query_string .= 'include='. implode(',', $include).'&exclude='.bp_loggedin_user_id();
            return $query_string;
        } 

    Any idea?

    #320464
    tarunweb1
    Participant

    Hello Guys,

    I am creating a post subscription. When any user subscribe to any post I want to send them notifications about comments and post activities. I am adding custom notifications to buddypress. Notifications are adding but in frontend the title of notification is not showing. I checked many forums but did not find any solution.

    Below is my code:

    
    public function __construct() {
          
          add_filter( 'bp_notifications_get_registered_components', array($this,'custom_filter_notifications_get_registered_components'),20 );
          add_filter( 'bp_notifications_get_notifications_for_user', array($this,'custom_format_buddypress_notifications'), 10, 7 );
          add_action( 'wp_insert_comment', array($this,'bp_custom_add_notification'), 99, 2 );
       }
    
    For custom component
    
    public function custom_filter_notifications_get_registered_components( $component_names = array() ) {
     
           // Force $component_names to be an array
           if ( ! is_array( $component_names ) ) {
               $component_names = array();
           }
        
           // Add 'custom' component to registered components array
           array_push( $component_names, 'custom' );
        
           // Return component's with 'custom' appended
           return $component_names;
       }
    
    For notification formatting
    
    public function custom_format_buddypress_notifications( $content, $item_id, $secondary_item_id, $total_items, $format = 'string', $action, $component ) {
         	   
             if ( 'custom_action' === $action ){
               $comment = get_comment( $item_id );
            
               $custom_title = $comment->comment_author . ' commented on the post ' . get_the_title( $comment->comment_post_ID );
               $custom_link  = get_comment_link( $comment );
               $custom_text = $comment->comment_author . ' commented on your post ' . get_the_title( $comment->comment_post_ID );
        
               // WordPress Toolbar
               if ( 'string' === $format ) {
                   $data_to_return = apply_filters_ref_array( 'custom_filter', '<a href="' . esc_url( $custom_link ) . '" title="' . esc_attr( $custom_title ) . '">' . esc_html( $custom_text ) . '</a>', $custom_text, $custom_link );
                   
        
               // Deprecated BuddyBar
               } else {
                   $data_to_return = apply_filters_ref_array( 'custom_filter', array(
                       'text' => $custom_text,
                       'link' => $custom_link
                   ), $custom_link, (int) $total_items, $item_id, $secondary_item_id );
               }
               
             return $data_to_return;     
          } else{
             return $action;
          } 
       }
    
    For adding notification
    
    public function bp_custom_add_notification( $comment_id, $comment_object ) {
     
          $subscribed_user =  get_post_meta( $comment_object->comment_post_ID , 'subscribed_user',true ); 
          
          if(!empty($subscribed_user) && is_array($subscribed_user)){
             for ($i=0; $i < count($subscribed_user); $i++) { 
          		 if ( bp_is_active( 'notifications' ) ) {
                      bp_notifications_add_notification( array(
                         'user_id'           => $subscribed_user[$i],
                         'item_id'           => $comment_id,
                         'component_name'    => 'custom',
                         'component_action'  => 'custom_action',
                         'date_notified'     => bp_core_current_time(),
                         'is_new'            => 1,
                       ) );
          		 }
             }
          }   
       }
    
    

    Please suggest best possible way to fix this issue.

    Thank You

    #320457
    dasuccessltd
    Participant

    Hello guys, i made changes to my menus on appearance in WordPress , i checked buddypress but everytime i make changes it doesnt reflect on the login page, how can i resolve it i want to make changes to the menu displaying on the login page of buddypress

    Willy Chung
    Participant

    installed gd library php in xampp

    but not working

    #320447
    shanebp
    Moderator
    #320432

    sorry…
    I used buddypress 7.0.1 bp-nouveau templates to fix it.

Viewing 25 results - 2,151 through 2,175 (of 69,127 total)
Skip to toolbar