Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'private'

Viewing 25 results - 151 through 175 (of 3,863 total)
  • Author
    Search Results
  • #322074
    mathijsvdbeek
    Participant

    Hello,
    I like to disable the auto suggest in the private messages or let the auto suggest only show the names of a specific group. I could not find the solution on the forum. Maybe someone knows how to do this?
    Kind regards šŸ™‚

    #321924
    judahorion
    Participant

    I am attempting to allow users to decide whether or not they’d like to be anonymous when sending a private message to a user via a checkbox that says “Send Anonymous” and I feel like I have all the necessary elements needed but have no idea how to put it together.

    The intention of me wanting to implement this is because my users will be treating these anonymous messages as submissions of sorts, and will not be directly replying to them. I simply want the option for the message to pop up in their inbox, and if it’s anonymous, they will copy and paste the contents of the message into a new post and answer it there. My users will be using the message feature as an “ask box”.

    So, if the checkbox is checked, I want to set the sender id as 55 which is the USER id of a user I’ve made named “anonymous”.

    <input type="checkbox" id="send-anonymously" name="send-anonymously" value="1" />
    			<div class="rolescape_field_indication"></div>
    			<?php _e( "Send Anonymously.", 'rolescape' ); ?>

    I believe I can do this by adding <?php wp_nonce_field( 'messages_send_message' ); ?>
    after the form, but not sure how to modify the messages_send_message function to call for the conditional elements such as if the checkbox is checked then it would be 'sender_id' => 55 and if it’s unchecked then it would be 'sender_id' => $bp->loggedin_user->id;

    I hope this makes sense. I am fairly new to PHP but learning every day. Thank you so much for your hard work.

    #321792
    TKServer
    Participant

    Once in awhile a bot or user will get into the site and send out a bunch of unwanted messages to lots of users. Is there a way to delete all mail, clean up notifications, and clean up recipients, related to a specific user? I’ve gone into the db and eliminated the messages themselves, and the notifications, but I can’t figure a way to clean the table wp_bp_messages_recipients. Without setting this table straight, users see that they have unread messages, but since I deleted the messages they can’t do anything at that point. So they always think they have unread messages.

    #321750
    Bedurion
    Participant

    Greetings.

    I have been looking for information but have not found a clear solution. That is why I thought it would be best to contact you, the developers.

    I would like to show only the @usernames in the buddypress profiles and also in the bbpress forums, also in the private messages or blog comments.

    This is possible?

    Thanks for your patience.

    #321614
    Jing
    Participant

    Hi, we have implemented a BuddyPress site.

    When user A sends a private message to user B, user B will receive a private message, like this:

    Email notification

    We would like to let user B click on the link in the email, and enter the site directly to check the notification without having to go through the login form.

    What shall we do?

    Please advise.

    Jing

    #321139
    Naomi
    Participant

    Iā€™m running WordPress 5.8.1 running Astra theme.
    Buddypress 9.11

    This is an odd question, but I did something that I now can’t figure out for the life of me on my http://www.charlottemasoneducation.org website to require admin approval for registration. In other words, when someone tries to register, I have to approve them before they can engage with the site. I looked through all my plugins listed below and one of them is giving this functionality, but I can’t figure out which one and how. I want to replicate it on another site I’m working on but I’m not able to figure it out. Any help would be appreciated.

    I thought maybe BP Simple Private, but that only makes the site private, it doesn’t provide the approval process functionality.

    Akismet Anti-Spam
    bbp style pack
    bbPress
    Better Notifications for WP
    BP Simple Private
    BuddyPress
    Code Snippets
    Easy Digital Downloads
    Elementor
    Essential Addons for Elementor
    Events Manager
    Events Manager – OpenStreetMaps
    InfiniteWP – Client
    MC4WP: Mailchimp for WordPress
    Ultimate Addons for Gutenberg
    UpdraftPlus – Backup/Restore
    WooBuddy -> WooCommerce BuddyPress Integration
    WooCommerce
    Wordfence Security
    WP Mail SMTP
    WP RSS Aggregator
    WP-Optimize – Clean, Compress, Cache
    Yoast SEO

    #320944
    Rox-1
    Participant

    Hello,

    Sorry if this is a silly newbie question, I’m making my own site at the moment, and I want to create a profile page where there are seperate fields which can be searched and saved. Each entry would be saved with date and time, a little like a diary or journal. Hopefully, this information can be made available to all other registered members, kept private, or emailed to a third party if required.

    It’s a bit like a journal to keep track of things. The sharing option is there if people want to share with their community, or if they need to email or make their notes visible to someone else.

    I did install BuddyPress yesterday (9.1.1), but didn’t really have a clue where to start – I may be diving into the deep end with this one! WordPress version is 5.8 and my site is http://www.inspireyourdog.com – it’s a work in progress. šŸ™‚

    How would I go about this? Where would I start?

    I suspect it may be simpler than I think it is!

    Thanks,

    Paul.

    #320877
    shanebp
    Moderator

    Did you try BP Simple Private?

    #320875
    Naomi
    Participant

    How can I make my Events, Groups, and Forum pages private to non-logged in users like the other Buddypress pages? I tried 8 plugins in the last four hours and none of them are working for me. Please help!

    My site is at http://www.charlottemasoneducation.org
    I’m running Astra theme
    Wordpress 5.8
    Buddypress 9.1.1 & bbPress 2.6.6

    All updated and current.

    #320745
    shanebp
    Moderator

    Groups can be private – meaning a member has to be invited in order to join.
    You may want to hide the main Activity page as that will show all activity.
    The best way to find out if BP is suitable is to setup a test site and try it out.

    #320744
    meghankershaw
    Participant

    I’m trying to figure out if BuddyPress is the right tool for what I am trying to do. I want to create community pages for 6 groups of users, and I only want them to see content/activity from their assigned group. Is there a way to set this up? Essentially I want 6 different private communities for my site and not clear if that is an option. Thanks!

    #320696
    flimm
    Participant

    Users upload photos of themselves. I would like BuddyPress to remove private EXIF metadata from these photos, in particular, GPS locations. I believe this matches the expectation of the users, as many other websites do this:

    • Facebook
    • Twitter
    • Imgur
    • Instagram
    • Slack
    • etc.

    The one exception to this is that the orientation EXIF metadata needs to be preserved, in order to display photos the right way up.

    WordPress does not strip EXIF metadata. Even in the strip_meta function in the file class-wp-image-editor-imagick.php , it has code that deliberately keeps the EXIF metadata in the file.

    The fact that BuddyPress and/or WordPress leaks the location of the user at the time that the photo was taken could be considered a security vulnerability.

    #320541
    thurdev
    Participant

    Hi, I would like to know how I can display on a page, private messages from the inbox, and private messages sent.

    I tried with messages_screen_sentbox and messages_screen_inbox, but doesn’t work.

    #320412
    shanebp
    Moderator

    If you don’t want Friends and Messaging – go to wp-admin > Settings > BuddyPress and open Components and turn off Friends and Private Messaging.

    BuddyPress does not provide Topics or Points, so you will need to figure out where they come from and contact the creators of that code.

    developer2210
    Participant

    Hi there,
    Create private group is not working. Its going to all-groups page when clicking on to next step button, its going to all-groups from setting instead to adding avatar.
    Screnshot: https://prnt.sc/1hl6d83

    Cutomization for this functionality is also done. But issue is that I have not done this customization. Now I am not able to fix this issue. Can you please help me that why this happen. To create public groups it covers all steps.

    Wordpress version: 5.8
    buddypress version: 9.0

    #320023
    robertjp
    Participant

    How do I make the only ones who can publish in private groups to be the group’s administrators?

    #319955
    shanebp
    Moderator

    For styling, use the customizer: wp-admin > Appearance > Customize

    For privacy, try: BP Simple Private

    #319899
    martenw
    Participant

    I would like all logged in users to be able to display a list of users of private groups.
    How could I accomplish this?

    melliorealestate
    Participant

    I am wanting to know if there is a way to have a main activity stream with a News Feed type style. But then have a completely separate, private, activity feed on a separate page for only user role ex. “premium_agent”. I have looked into “BuddyPress Activity Shortcode”(styling is way off from my current activity feed, and I don’t have the capability of changing it), and creating a multisite(it is not capable on wordpress.com and needs to be wordpress.org).

    Any other options that I am missing would be much appreciated!

    #319856
    richbrun
    Participant

    Is there a reason that I would not have a check box in BuddyPress Settings, for components “BuddyPress Core” and “Community Members”. The check box is missing for the option to enable or disable those components. The check box for all other components are available such as “Extended Profiles”; “Account Settings”; “Friend Connections”; “Private Messaging”; “Activity Stream”; etc. This potentially could be causing the Log In issue, where the BuddyPress Log In is redirecting to Wp-admin Log In…

    jolom
    Participant

    Hi,

    Is there a way to display in the user’s profile something like “This user responds between 5 hours”? Like an average of all its responses so others users will see that.

    Thank you.

    #319637
    OFS
    Participant

    Hi there,

    How do I set it so only I & the admin of each group gets notices when someone joins their group & when they create a group.

    We know it can be done for private groups, but I need it for all types of groups.

    Thanks

    crystalgem
    Participant

    buddypress 8.0.0
    BuddyX buddypress theme active
    I also have buddypress group chatroom, buddypress for pwa for wp, LearnDash working together.

    #1 question: When I do not have the Activity page Private, anyone in the world can see a chunk of activity if they have the link (such as who friended whom. it does seem to not show conversations).
    Isn’t there a way to have the activity be Private so random ppl can’t see anything that’s going on in the Private group???

    #2 question: When I try to add people to a private group nothing happens. I type in the user name or the first few letters into the ADD new members space and no names pop up and nothing happens except an error saying “the following users could not be added to the group”
    I’d like to be able to add them without them having to request to join so they can get notifications right away.

    I do NOT want to alter code because things like that freak me out that I’ll break something or forget where I added code if I need to remove it etc.

    Please help

    #319588
    mophilly
    Participant

    We have discovered that all the members in a group are set to “no mail”. That setting defeats the purpose of this group, which is private communication to registered users. When a user purchases a license for a product, their membership is created automatically and that must include email set to “all mail”.

    I not certain, but I suspect that is a default setting. I have to change the setting on many member profiles. Certainly visiting each member profile to change the setting will get the job done. It is not time efficient to do so.

    Is there an API call or SQL update statement that can be run to correct the setting?

    marshalls948
    Participant

    Is it all possible to set up a way for members to buy products for other members? for example with private messaging or chat, profile page instead of super likes or something like that? thanks

Viewing 25 results - 151 through 175 (of 3,863 total)
Skip to toolbar