Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 5,326 through 5,350 (of 69,044 total)
  • Author
    Search Results
  • mocreate
    Participant

    Many thank yous for the reply! Would this be a function I would pop into functions. php — trying to understand if this would live there or where it should be placed.

    I’m using the latest version of Buddypress and Nouveau to hook into a custom theme we’re using.

    mocreate
    Participant

    All,

    Hi! I’ve tried every remedy on Buddypress and other sites to get Alphabetical to be the default view at:

    https://familytravel.org/groups/fta-media-members/members/

    Still nothing. It’d be great if the URL would help the sort, but is there a plugin or something I’m missing to get this working? I’ve seen the help topics here, but they’re unfortunately not the solution for this.

    Any help appreciated!

    #302792
    Holger Theymann
    Participant

    Hi,

    whenever i try to upload a group title image (background) i can choose the image, click upload, the progressbar runs… and when it’s done, i get the message, that there was a problem during the upload of the image.

    I experience this problem even with twentyseventeen theme, with WordPress 5.0.3 and Buddypress 4.1.0 as the only activated plugin.

    happens in live zieltraum.de (with more complex configuration) as in staging staging2.zieltraum.de

    Help please, as i have no clue, what’s the reason 🙂

    #302785

    In reply to: User Based Shortcode?

    Michael
    Participant
    #302781
    manuuu1127
    Participant

    So, I unchecked the “wordpress buddypress profile syncting” box and i was able to at least receive an activation email, which gets sent to junk mail…but once activated, i still can’t login.

    Now I am going to attempt to try registering and logging in after disabling the “allow users to login with wordpress”

    #302780
    shanebp
    Moderator

    If you deactivate the BuddyPress plugin, can you log-in without the error messages ?

    #302776
    #302773

    In reply to: Sorting activities

    Varun Dubey
    Participant

    Hi @sweeny
    You can try Activity Bump

    shanebp
    Moderator

    These are the forums for BuddyPress.
    Please send your question to BuddyBoss – the creators of BuddyBoss Wall.

    amilapriyankara16
    Participant

    Hi there,

    I was trouble shooting already hosted live website which is already setup buddy press wall.

    BuddyPress – Version 4.1.0
    BuddyBoss Wall – Version 1.3.2
    BuddyBoss Media – Version 3.2.2
    BuddyPress Activity Filter – Version 2.0.0
    Wordpress – Version 4.9.6

    And user can post on there friend profile and see the posted on user wall. But when mentioned user wall doesn’t display it. Any idea what will causing this issue.

    But the wall post will notify and notification will be redirect site-wide-activity page display posts on that page, not on their wall.

    #302754
    shanebp
    Moderator

    You can use the scope argument for that.
    Try this in your theme > functions.php or in bp-custom.php

    function bp_activities_user_friends_scope( $retval ) {
    
        if ( bp_is_activity_directory() ) {
            $retval['scope'] = 'friends';
        }
     
        return $retval;
    }
    add_filter( 'bp_after_has_activities_parse_args', 'bp_activities_user_friends_scope' );
    #302753

    In reply to: Problem with form

    shanebp
    Moderator

    I doubt that the issue is in ‘the template’.
    The issue is not due to BuddyPress.
    The issue manifests when you are using BuddyPress.

    I’ve already suggested ways for you to narrow down the source of the issue.
    Beyond that, there is little that anyone here can do to help you.

    #302751

    In reply to: Problem with form

    shanebp
    Moderator

    function ghostpool_reset_password_success is not a BuddyPress function.

    Some code on your site, perhaps in a plugin or your theme, is adding that function.
    You may need to switch themes and/or deactivate other plugins in order to find the code that is adding that function.

    #302747
    Sweeny
    Participant

    Hi!

    I am using the newest version of Buddypress for generating an activity stream. Every new message is posted in the stream automatically. Comments are synchronizated. Example: A member is commenting an older blog post; his comment on the blog page will be posted in the activity page automatically. But this updated post (older original post and the very new comment) is not pushed upwards in the activity stream (it should be the first post in the activity stream after posting the newest comment). Can I change this sorting (by date of update, not by date of creation)? Do you have any ideas?

    Kind regards

    Alex

    #302739
    Artyom
    Participant

    Hello! I’m using buddypress with buddyblog and blog categories for group. I want create some filter. If I use bp_has_groups() it not get hidden groups ID if I logged as user or not logged in (it works only for admin). How can I get the ID of all hidden groups anywhere on my site for all types of users – administrator, user, or unregistered user? I need to use ID for filtering of posts.

    #302736
    easybwpacc
    Participant

    Hi,

    i’m using latest version of WordPress and Buddypress. All seems to work fine EXCEPT for the user visability settings. I have activated the option for users to allow to change it. but the only thing i get to see is 1 table with base / visibility ( and value everyone )

    it is not showing this at all.
    Settings → Profile Visibility

    can someone help me please
    Thanks

    #302728
    ng95
    Participant

    Hi Guys
    I solved my pb.

    I was installing my wordpress site using Cpanel. Last time i decided to install it without Cpanel and now i received buddypress email.

    Please try my solution and tell me if it works for you.

    #302725
    shanebp
    Moderator

    Please use the code button when sharing code.

    It would be a useful option in the WP backend.

    For now, you need ftp or cpanel access to the site.
    You can place that code in your theme > functions.php
    If it does not work in that file, try placing it in bp-custom.php

    cesargtzortiz
    Participant

    Hola, buen día. estaba probando diferentes plugins para compararlos e instale buddypress y después lo borre seguido de las paginas que creo, pero al quererlo volver a instalar no las vuelve a crear. ¿Que hago?

    Venutius
    Moderator

    Hi there, according to this: https://codex.buddypress.org/emails/email-tokens/ there’s a global token called {{recipient.username}}. Does that help?

    #302694
    Venutius
    Moderator

    Hi there, I’d first try deactivating all plugins apart from BuddyPress and see if that works.

    #302690

    In reply to: Tag friends in a photo

    Venutius
    Moderator

    Not seen this as a feature but this question should go to whoever is providing your support for images in BuddyPress – rtMedia or MediaPress?

    marcopell
    Participant

    Hello everyone,

    I’m trying to allow people to upload document (pdf, doc,etc)in the activity stream.
    This is what happens when i try to upload something to a post.

    Buddypress upload document

    Is there a way to fix this?
    Moreover, I’ve tried different plugins, such as rtMedia,and even if they works fine i cant figure out how to delete the default uploader for buddypress, which is the one shown in the photo.

    Thank you in advance.

    #302685
    shanebp
    Moderator

    Put this in your theme functions.php or in bp-custom.php

    function kjc_remove_edit_tab() {
         bp_core_remove_subnav_item( 'profile', 'edit' );
    }
    add_action( 'bp_ready', 'kjc_remove_edit_tab' );
    #302681
    suehanen
    Participant

    Dang, I thought you had solved the problem, unfortunately, nothing changed. The strange thing is, the Log in link (on the top right) was there without having the buddypress screen option checked. I don’t understand why. I deactivated all plugins except BP and the Register link is still missing.

Viewing 25 results - 5,326 through 5,350 (of 69,044 total)
Skip to toolbar