Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 1,351 through 1,375 (of 22,689 total)
  • Author
    Search Results
  • #313769
    Tim
    Participant

    A new member joined in a Group. I replied to this welcoming her. She attempted to reply and received an error message.

    The message appears below the Post button and simply states: There was an error posting your reply. Please try again.

    She has tried multiple times and receives the same message. I have tried to recreate the error and cannot. She did send me a screenshot if it is needed.

    Any ideas what is causing the problem?

    BuddyPress Version 6.2.0
    WordPress Version 5.5.1

    alexhal
    Participant

    Again a helpless response,
    the issue with wordpress 5.5 , if we downgrade to any version its not going to fix .
    Do we need to tell the customers to downgrade the wordpress ?????????????????
    Do you understand the situation we are in now?
    Absolute need of a small update for our customers.

    #313746
    judymacmahon
    Participant

    Hello
    I’m using 2.6.0 BuddyPress and 5.5.1 WordPress
    I CAN NOT upload profile photos – extended profile.
    The EDIT PROFILE PHOTO link will not open.

    Code looks like this:
    <
    a href=”#TB_inline?width=800pxpx&inlineId=bp-members-avatar-editor&width=641&height=526″>Edit Profile Photo<
    /a>

    Urgent assistance appreciated.
    Judy

    mq15
    Participant

    Hello there,
    As we install BuddyPress, regardless of the theme, two new widget areas appear namely:

    BuddyPress Member’s Home, and
    BuddyPress Group’s Home.

    For me, no widget placed in these widget areas appears.

    WordPress, BuddyPress and GeneratePress (theme) are all updated to latest versions.

    Please help.

    Best Regards.

    #313720
    agizzie
    Participant

    Latest versions:
    WordPress
    BuddyPress
    Twenty Seventeen theme

    Is there a way of adding a label or badge to users avatars according to their member types so when avatars are in a list you can see form their badge what member tyoe they are. Like the image below…
    avatar badge

    ThomDJ
    Participant

    Hi there,

    I have 8 private groups, each with their own private forum. Is there any way I can display forum activities like replies and created topics in the group activity stream? I would like to use ‘BuddyPress Group Email Subscription’ plugin to notify group members on forum activity relevant to their group.

    WordPress version: 5.5.1
    BuddyPress version: 6.2.0
    bbPress version: 2.6.5

    Thanks!

    #313658
    shanebp
    Moderator

    I confirm the OP’s description of the issue.
    I have opened a ticket.

    mjajmom
    Participant

    When composing a message to more than one user, we get an immediate error message that says “There has been a critical error on your website”. The message will still be sent and you can find it in your sent folder. However, it does not send the copy to the user’s personal email. Sending a message to one single user works fine (with no error message and a copy sent to the user’s personal email).

    Everything was working fine until we updated to BuddyPress 6.2.0 and WordPress 5.5. We also run a highend theme.

    Advice please.

    King Ding
    Participant

    Hello!

    Could someone perhaps help me adapt this code? Currently it shows a copy of all blog comments in the activity feed. I want it to rather show copies of learndash lesson comments to their associated course group. There is a plugin that does this, but it’s glorified with many other features, and the feature that I would like for doesn’t work as it should anyways.

    /* Post Comments in Buddypress Activity */
    function bca_record_activity($comment_id, $approval) {
        if($approval == 1) {
            $comment = get_comment($comment_id);
            $userlink = bp_core_get_userlink($comment->user_id);
            $postlink = '<a href="' . get_permalink($comment->comment_post_ID) . '">' 
                            . get_the_title($comment->comment_post_ID) . '</a>';
     
            bp_activity_add(array(
                'action'            => sprintf( __( '%1$s commented on the lesson: %2$s', 'buddypress' ), 
                                                    $userlink, $postlink),
                'content'           => $comment->comment_content,
                'component'         => 'bp_plugin',
                'user_id'           => $comment->user_id,
                'type'              => 'new_blog_comment',
            ));
         
        }
    }
    //comment_post is triggered "just after a comment is saved in the database".
    add_action('comment_post', 'bca_record_activity', 10, 2);
    // We want activity entries of blog comments to be shown as "mini"-entries
    function bca_minify_activity($array) {
        $array[] = 'new_blog_comment';
        return $array;
    }
    add_filter('bp_activity_mini_activity_types', 'bca_minify_activity');
    // Disables comments on this type of activity entry
    function bca_remove_commenting($can_comment) {
        if($can_comment == true) {
    		$can_comment = ! ('new_blog_comment' == bp_get_activity_action_name());
        }
        return $can_comment;
    }
    add_filter('bp_activity_can_comment', 'bca_remove_commenting');

    Plugin I reference: https://wordpress.org/plugins/buddypress-learndash/

    Your time and support is greatly appreciated!

    #313606

    In reply to: BuddyPress 6.2.0

    Mathieu Viet
    Moderator

    Hi @msntayler,

    If you’re using WordPress 5.5, it now uses a new version of the PHPMailer library. We have moved to this new version in 6.2 so it can explain some third party plugins using the deprecated library are failing. Try to reach the “email subscription” plugin author to see if it is overriding the default mailer we use, if so it should update its implementation using the PHPMailer library available in WP 5.5. It can alternatively stop overriding our default mailer.

    #313600
    darunia77
    Participant

    Hello, I discovered that new members are unable to upload a profile image/avatar after latest WordPress update. After selecting image I get error message saying “Make sure to upload a unique file” and I am getting this error in Chrome dev tools:

    Uncaught TypeError: Cannot read property 'add' of undefined
        at addFile (bp-plupload.min.js:1)
        at c (embed.min.js:11)
        at Function.cc (embed.min.js:11)
        at initialize (bp-plupload.min.js:1)
        at i.h.View (backbone.min.js:2)
        at i.constructor (wp-backbone.min.js:2)
        at i [as constructor] (backbone.min.js:2)
        at new i (backbone.min.js:2)
        at Object.uploadProgress (avatar.min.js:1)
        at p (backbone.min.js:2)
    justin171185
    Participant

    Hello,
    First off, let me say that I am totally blind and thus use a screen reader. I am decent from inside wp-admin, but very nervous about making code changes, unless I can litterally do a copy/paste. So please please be nice, and make your reply as detailed as possible. I have found posts online to remove and reorder items from Buddypress navbar, but no way to remove it completely.
    You may ask, why would I want to do this? Well, I run an online radio station, and buddypress is added feature, to create an online community around the station, with chat, a forum, and on demand content. However, things weren’t going as I wanted with my radio theme.
    I tried to use the navigation widget which comes with the new Buddypress template, but so far as I could tell, with my screen reader, it was not showing up. Plus, the new bp template wasn’t playing well with the rest of my site, so switched to legacy. So, I have created a custom menu, with some BuddyPress items, some BBPress items, and some custom pages. And used the standard wordpress Navigation Menu widget to make items available from anywhere on the site. So, I have all the functionality I need right there. And thus the navbar just ends up adding duplicate links.

    I know if you do this wrong, you can break buddypress functions. I want to keep features, just get rid of the navbar.
    Using latest wordpress, latest BuddyPress, and On Air2 radio station theme.
    Your help will be much appreciated. If this could be done via plugin, that would be incredible. Otherwise, please be very very specific. Exact file to edit/create, exact lines to add/edit/remove, exact changes to be made. Like I said, I am very confident in wp-admin, but scared to death of code, more specifically, breaking something and not being able to fix it.

    #313582
    cl0ne
    Participant

    @warrencat,

    I have been hoping for a solution to this since 2017. I had to find excuses to force users to hit the save button. The issues that I’m not even importing some large user database in which this limitation becomes more problematic. I’m talking about brand new installation with new users. There is no reason that a new user should have to do this before visibility settings can be applied. It makes absolutely no sense. It’s ironic since Admins’ settings are subservient to a user’s interaction.

    And I thought this was a sensitive enough issue that it would have been resolved by now. I’m surprised that more people have not made noise. Apparently it has existed since at least 2013 (https://buddypress.org/support/topic/buddypress-x-profile-visibility-doesnt-work/)!

    Then another user brought this up prompting the creation of a ticket in the trac system which can be found here:https://buddypress.trac.wordpress.org/ticket/8093

    This ticket does provide a patch that fixes the issue for the profile details. However, in my case, a user’s last name is supposed to be private but since the last name shows up in more places than in the profile details (i.e. title tag), you are still left with a half-baked solution. But the moment you save, it works flawlessly.

    The issue is set to be fixed in version 7. Let’s pray.

    #313550
    msquare1
    Participant

    Hey guys! A quick question pls!

    How long would it take my buddypress community to exceed the 200gb storage capacity of the business plan for WordPress.com? And if it does which is the best host to transfer my site to.

    Thanks in advance guys!

    #313544
    amtenbrink
    Participant

    Hi,

    how can i hide the wordpress toolbar (adminbar) for logged in (!) buddypress members?

    thanks!

    #313537
    iamthewebb
    Participant

    You would need an additional plugin for that functionality, maybe something like my private site from https://wordpress.org/plugins/

    #313533
    fatdogstudios
    Participant

    Hello,

    We are currently running MYSQL V 5.6.47 and are in the process of upgrading to V 8.

    I wanted to ask if there were any known conflicts this may cause with Buddy Press, or any specific procedures that need to be taken before or after the upgrade.

    We are on WordPress 5.5 and buddy press 6.2

    Thank you

    amtenbrink
    Participant

    Hi!

    when i integrate buddypress items (such as profile, messages, groups…) in the menu, they are just shown if the visitor is logged in.

    when i integrate a regular page (i created in wordpress) in the menu, it is shown weather the visitor i slogged in or not.

    when i copy the css class of a buddypress menu item (e.g. bp-menu bp-settings-nav) and paste it in the css field of the regular page, this menu item is also just shown to logged in visitors. this is exactly what i need!

    the problem is just, that it kind of confuses the menu. all tems with the same class are spoken at once.

    is it possible to create my own css class of the same kind, that hides the menu items in case the visitor isn’t logged in?!

    thanks a lot!!!

    #313528
    Eric
    Participant

    dear team,
    i am afraid i´ve found a bug in the “create a site” process under wordpress multisite and buddypress.

    issue: when creating a new site via BP frontend (/create/), BP uses the site domain of the BP_ROOT_BLOG blog id (site where BP runs) instead of the BLOG_ID_CURRENT_SITE domain (main site of the multisite install) to create a new site on the multisite install, but shows the “correct” multisite main domain on the BP create frontend when entering site name and site title of the new site.

    i noticed that issue through a new project setup where i needed to set the BP site on a different domain than the main site of the multisite. tested and replicable on my siteground install with wp 5.5 and bp 6.2.0

    looks like a low prio bug, but if someone has an idea to fix this, i would love to try it on my testinstall.

    tnx, Eric

    #313527
    joibar
    Participant

    Hi everyone, I am new to BuddyPress and I founded amazing! Really easy to install and Set-up.

    I am just having issue with one page, the profile page. When I go to members page (http://www.montesdeoca.guachis.com/miembros/) everything is fine but when I go further in one member (http://www.montesdeoca.guachis.com/miembros/joacotest/) all the header messed up, also the sticky one I believe that is going to a default version and not to the right one.

    Wordpress ver: 5.5
    BuddyPress: 6.2.0
    Theme: Buzzy Mikado

    Any idea or clue will be really appreciated.
    Thanks!

    #313524

    In reply to: follow

    mungbean
    Participant

    There is a deprecated plugin https://wordpress.org/plugins/buddypress-followers/

    It has not been updated.

    I’m also looking for similar capability. I want users to be able to follow other users (without being friends) as well as follow groups (without being group members)

    Is there a new solution?

    Alan Jobert
    Participant

    Hi There,

    I’m using WordPress 5.5 and Buddypress 6.2 with Rtmedia 4.6.4.
    I have recently reinstalled my website on a new server and it was previously running old versions of WordPress, Buddypress, Rtmedia (I can’t remember which versions exactly).
    Everything seams to be running fine excepted that we can’t anymore upload pictures into a new activity post. We can drag and drop the picture and it displays as a miniature, and even its seams to be uploaded as the green bar growths when posting, but when the post is showing in the activity flow, it doesn’t display the picture, just the text of the post. Also the picture does not show in the media library. I don’t have any error and does not know how to debug the whole system (is there any log ?). I can’t see anything relevant into the Apache error.log.
    The only strange thing I can see is that some recommended modules are not presents, such as GD and Imagick. I don’t know where the problem is coming from : Buddypress or Rtmedia. If you have any experience and may advise.
    The issue is the same with a standard theme.

    Thanks a lot !
    Alan.

    #313506
    George Tudor
    Participant
    #313495
    etatus
    Participant

    Hi, I’m trying to get SMTP and Buddypress work together too and I find here the cause and a possible workaround. I didn’t test yet, so if you try first, please let us now if it works.

    https://wordpress.org/support/topic/using-an-smtp-plugin-2/

    #313479
    Varun Dubey
    Participant

    @jborghoff. you can use https://wordpress.org/plugins/widget-logic/ and it will allow adding conditional logic

Viewing 25 results - 1,351 through 1,375 (of 22,689 total)
Skip to toolbar