Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 5,826 through 5,850 (of 69,108 total)
  • Author
    Search Results
  • #279403
    Prashant Singh
    Participant
    #279385
    traceyr-london
    Participant

    Thanks, but as it’s not been updated in over 3 years I’m reluctant to try it in case I “break” my website.
    In the meantime, I think I’ve found a solution using the plugin https://wordpress.org/plugins/no-captcha-recaptcha/ which is working on my Buddypress installation now 🙂

    best wishes
    Tracey

    #279381

    In reply to: Wrong count shows

    inderpreet2018
    Participant

    That was not fixed with custom code. Custom code fixes “Viewing 1 to 20 of 46 active members”, not the main counts https://www.screencast.com/t/JR7qDZTkDL9D

    Everytime I need to go back to admin section, tools -> buddypress.

    #279377
    Prashant Singh
    Participant

    Hi,

    Please check this plugin https://wordpress.org/plugins/buddypress-captcha/.

    Hopefully, it will fix your issue.

    Thanks

    #279372

    In reply to: list of all groups

    leandrorm
    Participant

    i tried alredy the `$vgroups = $groups = BP_Groups_Group::get(array(
    ‘type’=>’alphabetical’,
    ‘per_page’=>999
    ));
    print_r($vgroups);`
    and

    groups_get_groups() Ive tried numerous example, with or without id with the order with the type, but just keeps coming empty
    and i tried the :
    groop loop

    were it says :

    If you want to show all groups, regardless of whether the the logged-in or displayed member belongs to them, use this:

    bp_has_groups( ‘user_id=NULL’ )

    but it comes back empty to
    I would like to know from my function.php how do I display all the groups on my site?

    #279368

    In reply to: list of all groups

    Prashant Singh
    Participant
    #279354
    Prashant Singh
    Participant

    Members directory is from BuddyPress. Buddypress always send an activation email when a new user registers from it’s register page. If you are not following that process then certainly you are using memberpress process and have to repair the count always or else let them login and when they will access Buddypress pages they will be listed automatically.

    Thanks

    Prashant Singh
    Participant

    Hi,

    This is not the platform to look for developers. This forum is only to have help with BuddyPress related issues.

    Thanks

    #279338
    Jacob_26
    Participant

    Yes, I did that, but I can’t find a buddypress related error, just other messages

    #279322
    Prashant Singh
    Participant

    Can you please check if there is a page called activate in your pages list and also it is assigned to activate page setting in BuddyPress?

    Thanks

    #279307
    shanebp
    Moderator

    You don’t say which template pack you’re using… Depending on which you’re using:
    Find this file:
    buddypress\bp-templates\bp-legacy\buddypress\activity\index.php
    Or this one:
    buddypress\bp-templates\bp-nouveau\buddypress\activity\index.php

    Then find this code:

    	<?php if ( is_user_logged_in() ) : ?>
    
    		<?php bp_get_template_part( 'activity/post-form' ); ?>
    
    	<?php endif; ?>

    And change it to:

    	<?php if ( is_super_admin( get_current_user_id() ) ) : ?>
    
    		<?php bp_get_template_part( 'activity/post-form' ); ?>
    
    	<?php endif; ?>

    Rather than make the changes to the BP templates, use a template overload instead.

    #279279
    inderpreet2018
    Participant

    Yes, I am using “New User approve” plugin, as I am using “Memberpress” plugin to maintain registrations.

    How I approve new users from buddypress?

    #279276
    tsortore
    Participant

    RESOLVED: I was trying not to, but reinstalling BuddyPress fixed the issue.

    I appreciate the help,

    Tony

    #279275
    tsortore
    Participant

    Here is my theme and a list of plugins, most of which came with the premium theme. There have been no complaints I’ve found of the groups not working “out-of-the-box” with this theme.

    *** These were the only plugins that did NOT come with the theme.

    Theme: WOffice
    Active Plugins:

    • Akismet Anti-spam
    • All in one WP Migration
    • BP xProfile Location ***
    • BuddyPress
    • Buddypress Xprofile Fields Custom Css Classes ***
    • DP Pro Event Calendar
    • Eonet Live Notifications
    • File Away
    • GamiPress
    • LocateAnything ***
    • Slider Revolution
    • Unyson
    • User Role Editor ***(suggested and tested compatible plugin)
    • Wise Chat
    • WP ERP
    • WP ERP – PDF Invoice
    • WP Bakery Page Builder

    Still no luck getting group creation working.

    Thanks for your response! Any ideas?

    #279261
    alexinzo
    Participant

    Greetings!

    I’m using Buddypress 3.2.0 in KLEO Theme on WordPress 4.9.8.

    I have an issue that appears every time when someone tries to register on my website: after completing the registration fields and hitting “Sign Up” button, the page refreshes and the process isn’t done properly.

    Sometimes the process is working: I can create an account but after that the issue appears again. It is like a 1/10 chance for the process to be done succesfully.

    I searched on the forum’s topics related to this question but I couldn’t find something to work and solve the problem for me.

    *I’m running a single-site.
    *My bp file in directory is named: “BuddyPress”

    Any ideas? I really hope you can help me!

    Cheers!

    #279254
    Prashant Singh
    Participant

    Hi,

    BuddyPress never lists pending and denied members. Are you using any other system to verify them?

    Thanks

    mutoha
    Participant

    Regarding the matter of the “compatible with nouveau”,
    Do you think that “BuddyPress Follow(1.2.2)” will be available if you change any of the “BuddyPress(3.2.0) with nouveau”?

    I am in trouble because I can not use it even if I change the next file.

    bp-nouveau > buddypress > activity > entry.php
    bp-nouveau > buddypress > activity > activity-loop.php

    Would you please give me a hint?

    Thanks.

    Prashant Singh
    Participant

    I always focus on the updated plugin so try to Use the latest “BuddyPress(3.2.0)” with “legacy”. And also please recommend to devs to make it compatible with nouveau.

    Thanks

    #279234
    Prashant Singh
    Participant

    Hi,

    You can check this https://buddypress.org/support/topic/hiding-profile-tabs-i-e-messages-based-on-user-role/ and use bp_core_remove_subnav_item.

    Thanks

    #279229
    Prashant Singh
    Participant

    Hi,

    Please replace the previous code with this code if you want a tab and not the previous one:

    function ps_profile_forum_creation() {
    	if(current_user_can('moderate')){
    		global $bp;
          	bp_core_new_subnav_item( array( 
                'name' => 'Create Forum', 
                'slug' => 'create-forum', 
                'screen_function' => 'ps_create_forum_screen', 
                'position' => 200,
                'parent_url'      => bp_loggedin_user_domain() . '/forums/',
                'parent_slug'     => 'forums',
                'default_subnav_slug' => 'create-forum'
          	) );
    	}
    }
    add_action( 'bp_setup_nav', 'ps_profile_forum_creation' );
     
     
    function ps_create_forum_screen() {
        add_action( 'bp_template_content', 'ps_create_forum_screen_content' );
        bp_core_load_template( 'buddypress/members/single/plugins' );
    }
    
    function ps_create_forum_screen_content() {
        echo do_shortcode('[bbp-forum-form]');
    }

    Hopefully, it will help you.
    Thanks

    #279228

    In reply to: Wrong count shows

    Prashant Singh
    Participant

    Hi Inderpreet,

    Try repairing the count from Tools->BuddyPress, if it does not fix the issue then it seems like your members have not yet logged-in on the site. As soon as they all will log in on the site the count will be fixed. Because BuddyPress shows the count of the active members(at least they logged in once).

    Thanks

    #279207
    Viktor Szépe
    Participant

    https://buddypress.trac.wordpress.org/ticket/6527#comment:4 settles this.

    You should check is_404() at template_redirect priority 11 the earliest.

    mutoha
    Participant

    Can you please teach me.

    Which do you prefer: A or B?

    A:Use the latest “BuddyPress(3.2.0)” with “legacy”
    B:Use the old “BuddyPress(2.9.4)” with “nouveau”

    Thanks.

    mutoha
    Participant

    Hi,

    You just said it!
    The most up-to-date version compatible with “BuddyPress Follow(1.2.2)” was “BuddyPress(2.9.4)”.
    But, as you say, using “legacy” also matches “BuddyPress(3.2.0)”.
    So, What is “legacy”? What is the difference with “nouveau”?
    Where is the explanation?

    Thanks.

    #279191
    Prashant Singh
    Participant

    Hi,

    The article has mentioned everything there. Please take a backup before doing so. The theme depends on your need, compare the features and buy one. Kleo, BuddyBoss is one of the best BuddyPress themes.

    Thanks

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