Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 4,976 through 5,000 (of 73,985 total)
  • Author
    Search Results
  • #309308
    Jan Persson
    Participant

    I try to use BuddyPress’s functions in different languages (switching with the Polylang plugin).
    Have tried making different pages with BuddyPress/settings/pages. This only causes me error in the original language also (eng uk).
    Everything works well in the original language.

    What can I do?

    I use the latest versions of WordPress and all plugins.

    #309305
    webmasterfreya
    Participant

    Hi,

    I have this in the theme functions.php :

    function noindex_buddypress() {
        if ( is_buddyPress() ) {
            echo '<meta name="robots" content="noindex, nofollow">';
        } else {
        }
    }
    add_action( 'wp_head', 'noindex_buddypress' );
    phiggins25
    Participant

    Hello Team,

    I’d greatly appreciate support fixing this issue that has plagued my site for the last year and has caused me to abandon the hopes of finally finishing my work. In essence, my admin account is flagged as a spammer by BuddyPress across my entire multi-site network! I am not sure where it started, although I have a hunch it was caused by the plugin “Join My Multisite”. Either way, I have deactivated all plugins and created new sites on my network from scratch but as soon as I install BuddyPress the admin account will be marked as a spammer! This is a huge problem because my site uses BuddyBoss theme, which is powered by BuddyPress! I am in extreme need of assistance here! Please and thank you.

    Here is another thread with a user experiencing a similar issue:
    https://buddypress.org/support/topic/my-account-marked-as-spammer-and-i-an-admin/

    ophilippeo
    Participant

    Hi there,

    Thank you for your work.

    The widget latest activities shows activities from all over buddypress. (Yes a filter is possible)
    If you filter to updates only it still shows updates from all groups.

    I would like the widget to show activities only from groups I’m a member of. There is a plugin already showing only the groups I’m a member of:

    BuddyPress Extended User Groups Widget

    Any ideas on how to get that done?

    Thanks.

    #309301
    shanebp
    Moderator
    #309299
    oliviermillot
    Participant

    Thanks for your reply . I will check the elementor doc to see if there is a way to fix this problem. However I’m not sure, I saw a previous post that says Buddypress pages can’t be customized anw work with any page builder … I hope it’s not true …

    #309271
    Joost abrahams
    Participant
    #309270
    CGC studio
    Participant

    Hi

    I use one-community theme along with buddypress and bbpress.

    How can I translate “forum moderation” email entitled “my site’s name Moderation: Flagged topic”?

    see screesnhot :
    screenshot

    This notification email deals with forum moderation so I previously thought it concerned BBpress. But BBpress support assured me that they do not have the term ‘flagged’ in it and they’re not involved.
    So, they told me to ask you directly.

    Could you tell me how and where I could perform this translation?

    TIA : )

    CGC

    #309268
    shanebp
    Moderator

    Put this in the functions.php file in your child theme or in bp-custom.php
    It will redirect visitors to the home page if they are not logged in and they try to open a member profile or the members directory.

    function seaspray_restrict_members() {
    
    	if ( bp_is_user() || bp_is_members_directory() ) {
    
    		if ( ! is_user_logged_in() ) {
    
    			wp_safe_redirect( home_url() );
    
    			die();
    		}
    	}
    }
    add_action( 'bp_ready', 'seaspray_restrict_members' );
    #309262
    singhjassi9891
    Participant

    Hello Team,
    I am working on a metrimonial website. and I have installed a seeko theme which included buddyPress plugin too. What I want to do is too show the profile fields according to the membership levels. Suppose if the user have free membership account then, he’ll be able to see the limited profile fields of other users or if the user have the paid membership account then, that user can access all the profile fields of other users too. Basically, I want to show profile fields of other users according to user membership levels.. Quick and Small Help will be appreciated… Thanks in Advance!!

    seaspray
    Participant

    I’m new to BuddyPress but enjoying what it can do.

    I’m creating a website/community site for a sailing club and I want to be able to restrict member profile views to cogged in members. Actually, I’d like to make the member directory private too. I can’t quite work out how to do this. In the UK (and Europe) we have strict Data Protection laws and I’m a bit surprised the default seems to be only to restrict Profile edits… Anyhow, if someone can steer me in the right direction I’d appreciate it.

    Many thanks.

    #309255

    In reply to: Custom profile page.

    nikimaria
    Participant

    I created a post about adding custom pages to buddy press, maybe it will help:
    How to Add Custom Menu Item Page Content to Buddypress Member Menus

    cleanerorc
    Participant

    Is there a piece of code that can be used to substitute the group name from within any of the BP group pages. I need to use a shortcode with a parameter set to the current group name.

    WordPress 5.2.4, BuddyPress 5.0.0, https://ctacministries.org (requires login)

    Thanks – Mark

    #309251
    davidmabelle
    Participant

    Would love to be able to style Buddypress with Elementor and or Brizy.io instead of using a Theme. I would buy a plugin for this if a developer builds one.

    #309249
    Jpl75
    Participant

    HI,
    I already asked this question 4 weeks ago without answer from Buddypress support. So I try again !
    Members of my community must be connected to my site to see the members list.
    When I am connected, if I see someone connected (widget in sidebar), I click on his photo, I see his profile and “Private message” near the round photo.
    I click on “Private message” and arrive on my profile.
    I suppose that I only have to write the message. NO ! I must search the name of the person (I was on his profile just before !) and then write the subject, and the text.
    Is it the normal way or is there something wrong in my settings ?
    Thanks in advance.
    WP 5.2.4 with Twenty sixteen, Buddypress 5.0.0, https://www.alpes-spirit-chapter.com/
    Regards.

    #309234
    oliviermillot
    Participant

    Hello,
    Thanks for your plugin and sorry for my english…
    3Here is my problem:
    I recently installed Buddypress to create a social network website.
    However I have a problem I can’t edit any page with elementor pro page builder that seems to have any Buddypress components in it …
    It always shows me the same message “the content area was not found in the page”,I have a black screen and I can’t edit the page…

    And if I change this page to not be a Buddypress page anymore in settings>buddypress>pages,I can edit the page with no problem.
    I want to customize with elementor a login page on my site and a register page and put a login or register widget from the Youzer plugin.
    Youzer is an additional Buddypress and wordpress user profile plugin so I think it works with Buddypress and “call” some of the buddypress components …

    What can I do to be able to edit those pages ?

    For informations:
    Wordpress version: 5.2.4
    Theme : Hello elementor child 1.0.0
    Buddypress version: 5.0.0
    bbpress 2.6.2
    Youzer:2.3.3
    Elementor 2.7.5
    Elementor pro 2.7.3

    Thanks for your help.

    #309229
    ripulkr
    Participant

    Try logging in from the user account. The users are recorded in BuddyPress when they first login to the site.

    #309228
    ripulkr
    Participant

    You can use BuddyPress with any theme.

    ripulkr
    Participant

    I guess this is an issue in BuddyPress. The buddypress shows repeated activities on load more because the parent activity isn’t available

    #309223

    In reply to: BP vs Ultimate Member?

    ripulkr
    Participant

    It this really a question ?

    – BuddyPress – Built and Maintained by WordPress, who work & maintain project for free.
    – Ultimate Member – Third party developer, who will bail out when the prospects of earning money are bleak.

    I have worked extensively on both addons, there’s no comparison for BuddyPress, code quality, community are amazing.

    #309219
    Brajesh Singh
    Participant

    Hi,
    What is the issue you are facing? Can you please post the error?
    I have fixed compatibility with BP Nouveau for it and will be glad to add a fix for the 7.3 too.

    You can find the update version here
    https://github.com/buddydev/buddypress-activity-plus

    Regards
    Brajesh

    #309218
    Raval
    Participant

    Hi. Is there anyone here who agrees to fix the Buddypress Activity Plus pole to work for php 7.3? The plugin is unfortunately not being developed anymore but is available on github. I like this plugin but it has been closed and my ability does not allow it to be repaired.
    Can anyone help me?

    John
    Participant

    Apparently a 12.6.1 bugfix release is out now that fixes the issue so you should be safe upgrading to the latest now.

    Also I meant reporting to Yoast, not BuddyPress, above!

    #309185
    kevinbrands
    Participant

    Hello,

    We’re trying to set a meta tag (noindex) for several BuddyPress pages (like Members) via Yoast SEO. But these settinsg don’t seem to be picked up.

    It looks like BuddyPress adds the following tag:

    <meta name=”robots” content=”max-snippet:-1, max-image-preview:large, max-video-preview:-1″/>

    Is there a conflict between BuddyPress and Yoast SEO? How could we solve this?

    #309184
    glouton
    Participant

    Hi there,

    Looking for how to change the number of members displayed in the member loop I ended on this very old topic:
    https://buddypress.org/support/topic/change-the-number-of-members-to-be-displayed-per-page/

    This is obsolete and a better way to do this is now to use a filter in bp-custom.php or the functions.php of your theme as describe in the codex:

    Using bp_parse_args() to filter BuddyPress template loops

    So just posting this in an attempt to prevent others to use this old solution.
    Especially given that this old way doesn’t work with WP Rocket cache and a logged in user.

    function my_bp_members_per_page( $retval ) {
        $retval['per_page'] = 24;
    
        return $retval;
    }
    add_filter( 'bp_after_has_members_parse_args', 'my_bp_members_per_page' );

    Regards,

Viewing 25 results - 4,976 through 5,000 (of 73,985 total)
Skip to toolbar