Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'private'

Viewing 25 results - 26 through 50 (of 3,606 total)
  • Author
    Search Results
  • talhaarif05
    Participant

    I’m encountering an issue with BuddyPress default email notifications on my site. Only two types of emails are being triggered: private messages and friend requests. However, other default emails, such as group invitations and account activations, comments etc, are not being sent. Could you please assist in identifying the cause of this issue or guide me on troubleshooting steps?

    MikeAlan
    Participant

    I am admin for a fairly comprehensive site, still under construction.
    I’m in the process of setting up the various sidebar widgets. They all work well except Sitewide notices, which has been set to be at the top of the right-hand sidebar, but it only displays a blank widget area, no title.
    The widget setup screen/right-hand sidebar/’sitewide Notices’ just says “Preview unavailable”
    Buddypress Settings/Private Messaging has been activated (ticked)
    There’s no “This is a notice to all users” box in the front end Messages/Compose screen.

    The site uses the latest versions of Buddypress and WordPress.
    The current theme is Theme4Press’s Evolve Plus

    I’ve tried deactivating all plugins except Buddypress.
    I have tried switching the theme to Twenty Seventeen, but all to no avail!

    Any help would be very much appreciated in getting the Sitewide Notices to work.

    #335388
    GyziieDK
    Participant

    Sorry for tagging you out like that, but noticed you’re mod and thought you might be able to help! – Sounds good – it’s apparently an issue in all groups and not just the private ones. πŸ™‚

    Looking forward for an update on this issue. Thanks!

    GyziieDK
    Participant

    Hello guys!

    I’ve noticed that when I’m on a (private) group’s own activity wall and I wait for a few seconds – it comes up with a button to “Load Newest” activites. When this button is pressed it loads EVERYTHING from the main activity wall and not just the items from that specific group.

    The meaning behind the “Load Newest” when within a group, should (I assume) be to load the newest posts/activites within that specific (again private) group. Anything else makes no sense.

    Also when page is refreshed all the activites that dosen’t belong in the group is removed.

    Is anyone else having the same issue or is this just a third party conflict on my end?

    If anyone else is having the same issue, then this should be fixed/looked into in an upcomming update for sure.

    If anyone has a solution to this, please let me know! πŸ™‚

    Thanks!

    daihlo
    Participant

    Found an issue.

    I have several Groups with Forums made, then if I make a Group and select not to have a forum on that group, the ‘forum’ tab will still show and will link to whichever forum is my first one created.
    This happens with any group that does not have a forum.

    Even worse, the first forum I have created is part of a private group which should be for members of that group only.

    This forum shows on the forum tab in any group that does not have a forum and even allows others to post within it this way!

    I have looked up this issue in lots of dated posts and found no solution even though finding it being a long stranding issue for a number of people…

    Please help as I am aiming to launch my site this month but will have to remove BBpress if cannot fix this.

    Thanks

    #334997
    Kimber254
    Participant

    Hi, I set up an email for recipient has received a private message. I wanted to add their name {{recipient.name}} and username {{recipient.username}} when a private message notification is emailed to them but they are not showing up. Any thoughts as to why. Thank you I hope my email codes show up.

    Hi {{recipient.name}}, username {{recipient.username}}

    {{sender.name}} sent you a new message: "{{usersubject}}"

    "{{usermessage}}"

    Go to the discussion to reply or catch up on the conversation.

    #334986
    Venutius
    Moderator

    have you set the BP to private? Or installed a privacy plugin?

    stephunique
    Participant

    Hello all,

    I have hidden myself as an admin, on my test site running buddypress, for obvious reasons. However, I discovered that when composing a message using Buddypress messages, when the user types in a partial name of the recipient, even a single letter, everyone that matches that name will show up, even if they are hidden from the directory. For example, typing “@a” will show “@admin” (me) as well as “@adam” or “@amanda” and this is no good.

    Is there a way to remove certain users (ideally by user roles) from showing up in the “to” field?

    I have WordPress 6.6.1 and Buddypress 14.0.0.

    Thank you

    #334864
    Renato Alves
    Moderator

    Three things:

    – I can’t replicate the issue you have.
    user_name is not a valid field, btw. It was deprecated.

    Using the followwing payload, I actually get this in BuddyPress 14.0 since you are using + in the user_login, that’s not valid.

    Request Payload.

    
    curl -X POST "https://bp-demo.test/wp-json/buddypress/v1/signup/" \
         -d "context=edit" \
         -d "user_email=pratik@testmail.com" \
         -d "user_login=testthe+request+" \
         -d "password=\"']));L)Q542q8dL3" \
         -d "signup_field_data[0][field_id]=1" \
         -d "signup_field_data[0][value]=testthe+request+" \
         -d "state=gggg" \
         -d "country=AZE" \
         -d "postal_code=444444" \
         -d "mobile_phone=555555555"
    
    
    {
      "code": "bp_rest_signup_validation_failed",
      "data": {
        "status": 500
      },
      "message": "Usernames can contain only letters, numbers, ., -, and @"
    }
    

    Here is the BP configuration I have locally, taken from my local site: https://bp-demo.test/wp-admin/site-health.php?tab=debug

    
    version: 14.0.0
    active_components: Extended Profiles, Settings, Friend Connections, Private Messages, Activity Streams, Notifications, User Groups, Site Directory, Members, Members Invitations
    url_parser: BP Rewrites API
    global_community_visibility: anyone
    template_pack: BuddyPress Nouveau 14.0.0
    ! hide-loggedout-adminbar: Yes
    ! bp-disable-account-deletion: Yes
    ! bp-disable-avatar-uploads: Yes
    ! bp-disable-cover-image-uploads: Yes
    bp-enable-members-invitations: No
    bp-enable-membership-requests: No
    ! bp-disable-profile-sync: Yes
    ! bp_restrict_group_creation: Yes
    ! bp-disable-group-avatar-uploads: Yes
    ! bp-disable-group-cover-image-uploads: Yes
    ! bp-disable-group-activity-deletions: Yes
    ! bp-disable-blogforum-comments: No
    _bp_enable_heartbeat_refresh: Yes
    
    #334759
    lmstearn
    Participant

    WP: 6.6.1, BBClassic & BuddyPress: 14.0, Stearnvault.com
    This enquiry is regarding excerpts from private posts displayed in the search hit results of the in-built Site Search. Looking for repro before filing at Trac.
    Because of the privacy concerns, the code from this SO thread is used to disable all search at the site at this time.
    Thanks.

    #334753
    Lars Henriksen
    Participant

    Hello BP-developers

    Thank you for maintaining and developing Buddypress!

    I have an issue with translating some site messages and labels, i.e. ‘members-only area’ + ‘This community area is accessible to logged-in members only.’ , text in buttons like ‘view group’ and some time stamps like ‘a month ago’

    I use Loco Translate, and I update the strings, but the translations don’t show.

    Here is a link to a group, which redirects to ‘private community’

    WP 6.6.1
    BP 14.0.0

    #334733

    In reply to: disable rss

    Venutius
    Moderator

    Yep could you create a new thread for this? It just means we keep to the same topic and it won’t confuse future viewers.

    I’ve decided to write a new bp privacy plugin which makes all bbp, wp, and bp pages private, disables xml rpc and also rest, removes the rss links and aims to deal with all privacy issues in one plugin, with settings to give flexibility.

    #334514
    barsaalvaro2024
    Participant

    Hi, Please any one knows a Plugin like “BuddyDrive” I need the administrator be able to send private files to a specific user or users, please I would appreciate any suggestions, I’m desperate

    #334177
    GyziieDK
    Participant

    Hello @megainfo

    Not sure if you’re still online here, but I could use some help with the BuddyPress Activity Pricavy plugin. It does work – for the most part, but when my users set the content for private or “fiends only” it still shows up to everyone under their private profile stream (everyone else can still se it no matter the setting).

    Hope you can help! πŸ™‚

    #334167
    GyziieDK
    Participant

    Hello guys!

    I’m going crazy from trying to find the answer to this one, I hope you’re able to help! πŸ™‚

    I noticed that the only person wo can see their activity, groups, friends and content under their profile page is the user itself (at least on the theme I’m using). I can’t even (as admin) go to others user profile and see their content. I’ve noticed on other themes that this content IS available for other users (which makes sense) – the theme I’m currently using gives the user the option to post “public, private or to friends” – so there is no need for it to be “hidden”.

    I would like my users to be able to “browse” other members profiles – hope that makes sense!

    I really appreciate anyone who can help me figure this one out! πŸ™‚

    Thanks!

    #334092
    Lukasz Liniewicz
    Participant

    Is there any chance that end-to-end encryption will be implemented for private messages?

    #334057
    Earl_D
    Participant

    Just discovered the members only option not working in my closed private BP site. Running the lates WP and BP. Anyone encountered anything like this?

    #333968
    windhillruss
    Participant

    When a user receives an eMail Notification, the full content of the Message is included along with the link to Join the Discussion. More often than not the user replies to the email and therefore doesn’t need to login to the Discussion. Can this be adjusted so that the eMail only says ‘You have a new Message’ and then the link? Thanks. Buddypress 12.4.1 and Better Messages plugin.

    JSanke
    Participant

    If you switch to BuddyPress Legacy in the settings, this problem resolves. But I cannot post public or group messages, only private messages. Can’t add anything to the group feed.

    #333854
    Pooja Sahgal
    Participant

    If you’re sending a message from your profile, please ensure you include at least one recipient (@username). Alternatively, you can go to the specific member’s profile and send a private message, where the username will be automatically selected.
    https://prnt.sc/GTYLmzCi6RO7
    https://prnt.sc/V3W8_0VT6z1M

    #333758
    Varun Dubey
    Participant

    @hajnalmadar we already have a plugin for it https://wbcomdesigns.com/downloads/buddypress-private-community-pro/ please checkout our support they will give you sandbox link to test it.

    nella1980
    Participant

    Hi guys,
    After trying different options, I’m wondering if this is even possible. I would like the recipient’s name and avatar in (new private message received) emails to be a link to their own profile page. I’m not sure if this is not working because it’s fired off in the header of the email template or if I’m not creating the token correctly. Can anyone please guide me in the right direction? The code below is not working. Any help or guidance would be immensely appreciated, I’m at my wits end…

    do_action( 'bp_before_email_recipient' );
    
    if ( bp_is_email_customizer() ) {
        $user_id = '{{recipient.userid}}'; // Placeholder for user ID token
    
        // Generate the user's profile URL based on the user ID
        $user_profile_url = bp_core_get_user_domain( $user_id );
    
        // Display the clickable link with user's name
        echo '<a href="' . esc_url( $user_profile_url ) . '">{{recipient.name}}</a>';
    
        // Display the user's avatar
        echo '<img src="' . apply_filters( 'bp_email_customizer_default_avatar', bb_attachments_get_default_profile_group_avatar_image( array( 'object' => 'user' ) ) ) . '" width="34" height="34" style="border: 1px solid #b9babc; border-radius: 50%; margin-left: 12px; vertical-align: middle;" />';
    } else {
        bp_email_the_salutation( $settings );
    }
    #333442

    In reply to: BP attachments

    EventGuyZ
    Participant

    Did you ever find the answer to #2

    I am getting this message as well…
    Private Media
    The private root directory is missing.

    Please make sure the /var/www/vhosts/mysite.com/buddypress-private exists and is writeable for the server’s user.

    Does this mean you go to /var/www/vhosts/mysite.com and create the buddypress-private directory?
    If yes
    What permissions should be applied to buddypress-private on the server?

    Thank You… stuck on this piece and not much info on Uncle Google anywhere that I can find.

    #333386
    wingflap
    Participant

    In the online BuddyPress docs, it states:

    List of Groups created in the site including time active stamp, group description, number of members and group privacy setting. Only Public and Private Groups are seen in list by regular members. Super/Site Admin sees all groups including Hidden groups.Action buttons – for logged in members only

    #333385
    wingflap
    Participant

    I’ll try again here. I have 1 hidden group (called “Hidden”) created by admin. Fred (subscriber) is invited to the group and Fred accepts the invitation. Fred creates a hidden group (called “Fred Hidden”) and invites admin who accepts the invitation.

    When I’m logged in as admin and go to the site’s Forum listing (/forums) I see the group forum for all groups including the Hidden and Fred Hidden and can access them from there. Clicking on a link to either of the hidden groups’ forums brings me into the group’s Forum tab. From there I can navigate around the group and participate.

    When I’m logged in as Fred, I don’t see either of the forums for the hidden groups that Fred belongs to. The only way to see what’s going in in either the group Hidden (to which Fred was invited) or the group Fred Hidden (created by Fred) is to find an activity entry for the group and then click it.

    Is there an easier way for user Fred to check in on either of the two hidden groups?

    Alternatively, is there a way to allow members to create public and private groups, but not hidden groups. The way it seems to be working for me right now, the workflow is too complicated for users to be able to figure out.

    Looking forward to a response.

Viewing 25 results - 26 through 50 (of 3,606 total)
Skip to toolbar