Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 5,326 through 5,350 (of 68,987 total)
  • Author
    Search Results
  • #302827
    JM Deom
    Participant

    Im using BuddyPress Group Email Subscription, BuddyPress Multilingual, BuddyPress Profile Shortcodes and BP Profile Search.

    For me a “comment” is a response on a activity post by somebody in a group.

    #302824
    JM Deom
    Participant

    When I put a comment in a Group, the notification is send as waited and the comment is visible.
    When I leave this group and come back, my comment is no more visible.
    It’s well save in the Website log.

    We use the BuddyPress 4.1.0 installed 10th February. No problem occurs with the previous BuddyPress version.

    Regards,

    #302822
    shanebp
    Moderator
    #302820
    missbrimichelle
    Participant

    @shanebp Thank you. I’e tried that as well. I’m currently using the themify ultra theme. I tried doing this on another site of mine that I’ve not yet updated to the new Buddypress using same theme and updated WP. It works on this site. Could it be a bug with the buddypress update? Is there a way for me to download the previous version of buddypress?

    #302818
    missbrimichelle
    Participant

    @shanebp Thanks for the suggestion though I have already tried deactivating all plugins including PM Pro. The only difference there has been was to updating Buddypress and WP to the current versions but they should be compatible with each other right?

    #302816
    missbrimichelle
    Participant

    Recently updated my site to the newest WordPress and Buddypress updates. Everything else seems to work fine but people are not able to register. The register page is there and user is able to fill it out but after hitting submit, it just refreshes the register page and the password section is highlighted. This happens even if a strong password was used. I’ve read previous threads about this who suggested making the subdomain folder title in lowercase. Didn’t work. Also someone suggested adding www. in wordpress url in settings. That kicked me out of the site to where my username and password would no longer work. Had to restore backup to get back into my site.

    Register

    (I have a placeholder page on fabambitious.com currently because of issue)

    Help anyone? I want to launch my site in few days….

    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

    #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

    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?

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