Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 1,826 through 1,850 (of 69,016 total)
  • Author
    Search Results
  • #324173

    In reply to: Database Errors

    Mike Witt
    Participant

    OK. I’ve never created a track ticket before, so I hope I’ve done this right:
    https://buddypress.trac.wordpress.org/ticket/8676

    #324172

    In reply to: Database Errors

    shanebp
    Moderator

    You could try opening a ticket. Reference this thread.

    #324170
    danielasanhueza
    Participant

    Hey, so i am trying to add a filter in the members search to only show the profiles that have a certain role in an Xprofile field, doing some research i came across the next code

    if ( !defined( 'ABSPATH' ) ) exit;
     
    class BP_Loop_Filters {
     
        /**
         * Constructor
         */
        public function __construct() {
            $this->setup_actions();
        }
     
    
        private function setup_actions() {
    
            add_action( 'bp_members_directory_order_options', array( $this, 'random_order' ) );
     
    
            if( bp_is_active( 'groups' ) )
                add_action( 'bp_groups_directory_order_options',  array( $this, 'random_order' ) );
     
    
            if( is_multisite() && bp_is_active( 'blogs' ) )
                add_action( 'bp_blogs_directory_order_options',   array( $this, 'random_order' ) );
        }
     
    
        public function random_order() {
            ?>
            <option value="random"><?php _e( 'Random', 'buddypress' ); ?></option>
            <?php
        }
     
    }
     
    function bp_loop_filters() {
        return new BP_Loop_Filters();
    }
     
    add_action( 'bp_include', 'bp_loop_filters' );

    i tried adjusting it to call the Xprofile fields i want but it caused a complete error on the website, any help?

    #324135
    epgb101
    Participant

    Hi..
    I have had the fantastic Buddypress working perfectly for a year on a folder install of WP (not multisite) like; http://www.mysite.com/wordpressandbuddypressinstall/register/.

    But I discovered for the last week people are no longer able to register (it just returns you to /register page). I disabled ALL plugins did not fix /register – HOWEVER disabling Buddypress plugin (and all other plugins) does allow registration on plain WordPress. I tried registering on Buddypress on different browsers / different PCs / using 20-19 theme etc but nothing fixes it.

    Q: does anyone have any suggestion as why /register may have stopped or how to fix?

    ps – I have Settings > Anyone can register [x] on and permalinks set to Post name

    Thank you in advance.

    tabarlyy
    Participant

    Hi,
    here is the my code. tab is created,
    but if user not member this private group redirect to wp-login page. how to open everyone this tab?

    function custom_members_tab() {
    if ( bp_is_groups_component() && bp_is_single_item() ) {
    global $bp;
    $group_link = bp_get_group_permalink( $bp->groups->current_group );
    $tab_args = array(
    ‘name’ => esc_html__( ‘destination’, ‘default’ ),
    ‘slug’ => ‘destination-members’,
    ‘screen_function’ => ‘destination_members_screen’,
    ‘position’ => 60,
    ‘parent_url’ => $group_link,
    ‘parent_slug’ => $bp->groups->current_group->slug,
    ‘default_subnav_slug’ => ‘destination-members’,
    ‘item_css_id’ => ‘destination-members’,
    ‘access’ => ‘anyone’,
    ‘show_tab’ => ‘anyone’,
    ‘show_for_displayed_user’ => true
    );
    bp_core_new_subnav_item( $tab_args, ‘groups’ );
    }
    }
    add_action( ‘bp_setup_nav’, ‘custom_members_tab’ );

    function destination_members_screen() {
    add_action( ‘bp_template_content’, ‘custom_group_tab_content’ );
    bp_core_load_template( ‘buddypress/members/single/plugins’ );
    }
    function custom_group_tab_content() {
    echo “show non group members, guests, everyone”
    }

    I read this ticket, but I couldn’t understand how to use it.
    https://buddypress.trac.wordpress.org/ticket/4785

    #324113

    In reply to: Database Errors

    Mike Witt
    Participant

    @shanebp – OK, I deactivated every other plugin, and I switched from 2022 to 2020 as you suggested.

    Getting the same error when clicking on one of multiple PM notifications.

    The only things active are BuddyPress and the 2020 theme. No 2020 child.

    #324110

    In reply to: Database Errors

    Mike Witt
    Participant

    @shanebp – OK, I finally figured out how to replicate the error.

    Wordpress 5.9.2
    Twenty Twenty-Two Version: 1.1
    BuddyPress 10.2.0 (Nouveau)
    And some other plug-ins, including MemberPress and bbPress

    (1) Send two private messages to someone.
    (2) That person clicks on one of the notification, and the error happens
    Sometimes it happens if the recipient just refreshes their profile (and hence the notifications)

    Note: There need to be multiple private message notifications. If there’s just one notification the error doesn’t appear to happen.

    The error looks a bit different with BP Nouveau:

    [31-Mar-2022 17:41:07 UTC] 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 ') AND user_id = 2 AND component_name = 'messages' AND component_action = 'new...' at line 1 for query UPDATE wp_bp_notifications SET is_new = 0 WHERE item_id IN () AND user_id = 2 AND component_name = 'messages' AND component_action = 'new_message' made by do_action('wp_ajax_messages_get_thread_messages'), WP_Hook->do_action, WP_Hook->apply_filters, bp_nouveau_ajax_get_thread_messages, bp_thread_the_message, BP_Messages_Thread_Template->the_message, do_action('thread_loop_start'), WP_Hook->do_action, WP_Hook->apply_filters, bp_messages_screen_conversation_mark_notifications, bp_notifications_mark_notifications_by_item_ids, BP_Notifications_Notification::update_id_list

    #324098
    havealookhere
    Participant

    yes, its working with 2.7.

    what you do is using wp roll back plugin. install and activate it. Go to plugins and scroll to the bp activity plugin. You can click roll back or something there. Then click 2.7 and install and activate.

    Then go to general settings of bp activity and first press submit/save. Then the error is gone and it will work.

    I did write a lot of emails before the developer admitted it was a bug 🙂 but i did not get answer also about when next version is ready. On my website it works with the newest wordpress and buddypress.

    good luck

    #324097
    carasse64
    Participant

    Hi

    I installed the Buddypress activity filter plugin and I noticed the bug that’s why I tryed to find an other PHP code writing solution. I contacted WBcom and they confirmed me the bug and that it would be corrected in the next version. But when ? No response from them at the moment.

    You confirm me the past version 2.7 works well with the last WP an buddypress versions ?

    Thanks a lot for your help.

    Fabien

    #324096
    havealookhere
    Participant

    sorry for any bad english, and sorry that there is a bug in wbcom buddypress activities.

    #324095
    havealookhere
    Participant

    Hi,

    The php code did work. The data what was filtered was not visible anymore in the activity streams. I only had problems with removing creating docs from the drop down menu.

    I see you have different key words to exclude. You can make a mysql dump of the bp activities table (export) and open it in notepad ++. There you can find the right names of your activities.

    You can also download wbcom Buddypress activityfilter. It works nice and smooth. However there is a bug in version 2.8. So you have to wait till version 2.9 or install 2.8 and roll back to 2.7 . You can use plugin wp roll back for that.

    Finally i used the activity plugin of wbcom, used the roll back plugin to version 2.7 and everthing is working fine.

    #324086
    Mathieu Viet
    Moderator

    Hi, this is BuddyPress support, BuddyBoss is not BuddyPress: it’s a fork of it. We cannot take the risk to reply to something we don’t support. Please get in touch with the BuddyBoss support team.

    Mathieu Viet
    Moderator

    Hi, this is BuddyPress support, BuddyBoss is not BuddyPress: it’s a fork of it. We cannot take the risk to reply to something we don’t support. Please get in touch with the BuddyBoss support team.

    #324084
    Mathieu Viet
    Moderator

    Hi, this is BuddyPress support, BuddyBoss is not BuddyPress: it’s a fork of it. We cannot take the risk to reply to something we don’t support. Please get in touch with the BuddyBoss support team.

    #324064
    rshay
    Participant

    Hello!
    I was organizing roles for my admins, i want them to be able to delete activity and public group posts. However currently it includes that they can view/delete activities from private groups even if theyre not apart of such groups. How can i make it so that their admin role is only restricted to public activities/groups? This is really important for my site, i appreciate your help. im using the user role editor by vladimir. Perhaps theres another plugin i can use or css code?
    thank you

    #324052
    abdelrazeksayed
    Participant

    Yes I have the solution after setup ultimate user online go to – plugins – add new and setup BuddyPress and go to widget you will find available widget Name {BuddyPress} Who’s Online – Profile photos of online users

    More Details Send me WhatsApp (00201030490861)
    Thank You

    tsardkyut
    Participant

    Hi, is it possible to include custom fields in search functionality?, so when searching for a keyword it will also look into a custom fields value that are attached to a page/post?

    giuseppe2016
    Participant

    Hello,

    a question that noone has an asnwer.

    A buddypress user, with a multivendor plugin on woocommerce, create a new product for his/her shop and it is inserted in the shop but, automatically, posted in his activity. How is possible not to show it?

    Thank you very much,

    Giuseppe

    bigtinydesigns
    Participant

    Hi,

    WordPress Version 5.9.2
    Theme: MagicVersion: 1.10.0 By Bdaia
    Website: miComunidad.com

    When I install the BuddyPress.10.2.0 I get these errors:

    WordPress database error: [Table 'micomuni_wpcristiana.wp_wkkr_bp_notifications' doesn't exist]
    SELECT COUNT(*) FROM wp_wkkr_bp_notifications n WHERE user_id IN (1) AND component_name IN ('xprofile','friends','messages','activity','groups','members') AND is_new = 1
    
    WordPress database error: [Table 'micomuni_wpcristiana.wp_wkkr_bp_messages_recipients' doesn't exist]
    SELECT SUM(unread_count) FROM wp_wkkr_bp_messages_recipients WHERE user_id = 1 AND is_deleted = 0 AND sender_only = 0
    
    WordPress database error: [Table 'micomuni_wpcristiana.wp_wkkr_bp_friends' doesn't exist]
    SELECT id FROM wp_wkkr_bp_friends WHERE (initiator_user_id = 1 OR friend_user_id = 1) ORDER BY date_created DESC
    
    WordPress database error: [Table 'micomuni_wpcristiana.wp_wkkr_bp_invitations' doesn't exist]
    SELECT DISTINCT i.item_id FROM wp_wkkr_bp_invitations i WHERE user_id IN (1) AND class IN ('bp_groups_invitation_manager') AND type = 'invite' AND invite_sent = 1 AND accepted = 0
    
    WordPress database error: [Table 'micomuni_wpcristiana.wp_wkkr_bp_groups' doesn't exist]
    SELECT DISTINCT g.id FROM wp_wkkr_bp_groups g WHERE g.id IN (0) ORDER BY g.date_created DESC
    
    WordPress database error: [Table 'micomuni_wpcristiana.wp_wkkr_bp_groups' doesn't exist]
    SELECT COUNT(DISTINCT g.id) FROM wp_wkkr_bp_groups g WHERE g.id IN (0)
    
    WordPress database error: [Table 'micomuni_wpcristiana.wp_wkkr_bp_notifications' doesn't exist]
    SELECT id, user_id, item_id, secondary_item_id, component_name, component_action, date_notified, is_new, COUNT(id) as total_count FROM wp_wkkr_bp_notifications n WHERE user_id IN (1) AND component_name IN ('xprofile','friends','messages','activity','groups','members') AND is_new = 1 GROUP BY user_id, component_name, component_action ORDER BY date_notified desc

    How do I create these database tables? Please help?

    Thanks,

    Carlos

    ellain3gab
    Participant

    URGENT

    We’re having issues with Buddypress plugin with Memberpress, today I was able to receive a handful of emails from users/members that their passwords were changed but they obviously did not do so.

    Can anyone please help?

    We’re currently using these two plugins on our development site and this is so bad. I just deactivate the plugins Buddypress but not Memberpress, can anyone help, please. URGENT

    #324027
    user4forum
    Participant

    bbPress is probably activated and apparently that’s where the problem lies. Seems like we’re the only ones in the whole WordPress universe who (want to) use BP’s ‘hidden groups’ and ‘bbPress’ at the same time.

    Same Issue reported here

    #324026
    carasse64
    Participant

    Hello

    I’m sending my email with post SMTP plugin.

    T tryed to use different smtp configurations :
    – i used my host smtp settings (Hostinger) = buddypress emails in spam folder of the users
    – i used sendinblue transactionnal stmp settings (i have a paid account) = buddypress emails in spam folder of the users.

    Does someone have a solution to solve this problem ?

    Thanks.

    Fabien

    #324018
    scottdev
    Participant

    What’s the REST API endpoint to get activity with comments, Or what’s the endpoint to get comments?

    I’m using this endpoint getting the last 10 activity but no comments are associated

    https://example.com/wp-json/buddypress/v1/activity

    I’m using the latest WordPress and buddyPress version and have no problems, everything works fine,

    I can not share link to my company website for NDA contract reasons

    thanks

    linguabuddy
    Participant

    Hi there,

    I need to create an xProfile multi-select field that maps to the tags in use on the site. I know how to fetch the tags, but I am not sure how to create and configure the appropriate field type via code.

    
    //Fetching tags for more responsiveness
    	$tags            = get_tags(
      		array(
        		'orderby'    => 'name',
        		'hide_empty' => true,
      		)
    	);
    	$tag_field_values = array();
    	foreach ( $tags as $tag ) {
      	$tag_field_values[ $tag->name ] = $tag->name;
    	}
    

    Which functions / actions would I then use to create the BuddyPress profile field using the $tag_field_values variable as the field’s select list?

    Does anybody have a worked example I can follow?

    #324001
    shanebp
    Moderator

    These are the forums for BuddyPRESS.
    You could ask BuddyBoss about it.
    Even better – contact the creators of the Conditional Profile Fields plugin.

Viewing 25 results - 1,826 through 1,850 (of 69,016 total)
Skip to toolbar