Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'private'

Viewing 25 results - 276 through 300 (of 3,864 total)
  • Author
    Search Results
  • #313320

    Topic: Enable Buttons

    in group forum Requests & Feedback
    Achille
    Participant

    Hello Team!
    I would like to activate the buttons (like – share – private message – public message) on each profile without being logged in and when the user wants to write he will be redirected to the registration or login page. From Forums: #post-16015 http://prntscr.com/twzgtd

    #313233

    Topic: private account

    in group forum Installing BuddyPress
    socially2020
    Participant

    right now buddypress only allows to make private account option with friends only. is there a way i can make private account working with followers

    #313187
    oldgamer0bigmir
    Participant

    Hello!
    Please help.
    I need to send different notifications depending on the member type.
    Thanks

    ivanwancora
    Participant

    Hello

    We are making private groups without possibility of request membership. I remove the “request membership” button. But don’t can remove the “request-membership tab“ in the menu of the private group if you not are a member.
    I try this without success:

    function my_remove_em_nav() {
    global $bp;
    bp_core_remove_nav_item( 'request-membership' );
    
    }
    add_action( 'bp_init', 'my_remove_em_nav' );

    Someone knows how can we do this.

    #313066
    kennethykw
    Participant

    I am using the Gwagi theme to make a social website. I am testing on the friendship connection function and found that the add friend button is missing and only have private message button.I have diable the private message function and the button will be disappeared. So I think the buddypress plugin in is functioning.

    Could you have any suggestion for checking the friend connection function?

    I like to provide my web site URL for your investigation:
    http://www.lovedating.love
    user:testing
    password:123456

    PvK2020
    Participant

    Hi,

    I’m using Buddypress together with BBpress. I’ve an issue and I’m hoping someone can help me with it.

    When I (or someone else) create a new Buddypress-group on my website, I always choose to make a new group-forum. These forums have no ‘sub/child-forums’ by default. If you want there to be ‘sub/child-forums’ you should make them all by hand. I’ve around 60 groups (and counting), so you understand it’s a LOT of work if you want all the group-forums to have the same (same names, different private forums) sub-forums. Plus, I want my moderators to have the possibility to create groups (with a standard forum) and I can’t be there all the time to immidiatly make the sub-forums (including the right subtext and forum-image).

    So, is there an option to make some ‘default sub forums’ (with image and subtext) that ALWAYS automatically ‘ll be created when you make a new group with forum? So for example: the default forums are ‘pregnancy’, ‘birthdays’ and ‘animals’. I make a new group called ‘Group 1’ and I choose ‘Yes, I want to create a forum for this group’. Then I open the brand new group-forum, and hooray! It has 3 brandnew subforums: ‘pregnancy’, ‘birthdays’ and ‘animals’. Only viewable for the group-members.

    After that, I create a second group, called ‘Group 2’ and I choose ‘Yes, I want to create a forum for this group’. Then I open the brand new group-forum, and hooray again! It had 3 brandnew subforums (so, not the same forums you see in the group 1 forum), only viewable for group 2-members.

    Can someone help me with this? 🙂

    meilershsag
    Participant

    Hello,

    My site is https://www.kidneylearninghub.com/. It is using the WPLMS plugin, which leverages BuddyPress for the login and user management.

    After I updated the site with an SSL cert and domain, the login developed an issue where even though I have logged in with the correct user name and password, and the login cookie has been successfully created, the page does not update with the logged in user, and will not let you into the restricted content areas. Only after clicking around and trying many times will the site suddenly see the cookie and show you as logged in.

    This screen shot shows that the cookie exists, but the site does not show a user logged in:

    screen shot of cookie issue

    I have been through extensive troubleshooting of the site. My database, config files and site files all use the fully qualified URL; my host (GoDaddy) is configured with the certificate and URL. I have added the site URLs to the wp_config file as suggested by dozens of tutorials. What would cause the site to create the cookie but then ignore it? This happens regardless of browser, and with and without Incognito or private browsing. As I understand it, the site uses BuddyPress to log in, and then hands that login off to WordPress. The WordPress login (available if you choose reset password) also has the same problem.

    Any suggestion is appreciated.

    #312742
    marcelocarson
    Participant

    I try to setup a private group for allowing only members to post and share experience for the group. However, it is not really protected in a way that even unlogin users or logged in users without joining the group can still see the group activities and postings. Is there any way to protect the group?

    danielafer
    Participant

    Hi, thanks for replying. I’m not as interested as having content or a private community. I am interested in not indexing all links generated by buddypress, such as mypage / members / juan
    I consider that these links do not generate any value for my site.
    With that code can I achieve this?

    Varun Dubey
    Participant

    @danielafer use private community plugin or BP lock , it will help to keep your community private for logged in users.
    If you do not want the private community approaches you can also use no-index.

    function no_index_for_buddypress() {
        if ( is_buddyPress() ) {
            echo '<meta name="robots" content="noindex, nofollow">';
        } else {
        }
    }
    add_action( 'wp_head', 'no_index_for_buddypress' );
    #312563
    optimizedpanama
    Participant

    https://wmchub.com/ is a private members site, only accessible for Registered Users.

    However, when one of the groups is selected, when logged in as as a Register User’ the user is taken to the Home page rather than the group.

    If logged in as Admin, the Group displays correctly.

    I cannot see where the Group access controll is managed in Buddy Press.

    Any help would be greatly appreciated!

    Regards,

    Mike

    #312547
    bojates
    Participant

    Thanks. I’m not using the Friends module, and I’m not finding an issue with the private messaging returning results. It’s just the full range of profile fields being searched, I think, that’s causing the problem with too broad a search result.

    I am happy to write some custom code. Has anyone got some pointers on where to start?

    Thanks.

    #312535
    shanebp
    Moderator

    For private messages, auto-complete only shows your friends.
    To access everyone, put this in your theme/functions.php or in plugins/bp-custom.php
    define( 'BP_MESSAGES_AUTOCOMPLETE_ALL', true );

    To customize the options provided by autocomplete, you would need to write some custom code.

    #312456
    Watbube
    Participant

    Hello, it has been quite a while since I dealt with Buddy Press. But wasn’t there a plugin that could be used to control who can read the post (only me, friends, members)?

    I am already, a little while looking but unfortunately no plugin that performs this function. Would anyone have a tip for me?

    Greetings Watbube

    asfand10
    Participant

    Hi,
    I have platform “span-geneva.ch”, I have two main roles “partner” and “subscriber”. I don’t want subscriber to message partner or partner to message subscriber. However subscriber can direct message subscriber. Is there a function that will allow me to do this.
    Regards,

    bluesweet
    Participant

    Theme – Cera
    I am still struggling to figure out how to separate the activity streams. I just want each member to have their own activity stream.
    Let me explain…
    I have an activity stream in each members profile page already but..they all share the same feed.
    I want the activity feeds to be separate.
    If I post in members page A then post in members page B – you will have to go to both members pages to see each post. Example- A post stays in A members page
    Please someone help
    I want to learn how to customize this myself.

    Chuck141
    Participant

    Hi,

    I hope everyone is staying safe. Thanks to everyone for posting helpful answers, I have already go so far considering my lack of coding.

    I want to remove “Add Friend” & “Private Message” on profiles ONLY for logged out users. But keep these buttons for logged in users, can this be done?

    Kind Regards, Chuck.

    #312241
    jcorbalan
    Participant

    Hello, I want to create a private site for professionals to post their own articles:

    – Registered users can post an article with some custom fields (Article title, author, city (from a list), work center (a conditional list depending on the city field and attachment (pdf or mp4).

    – Registered users can see and rate other users articles (1-5 stars) but not their own.

    – ¿Can rating author be visible only for some roles?

    – ¿Can it be limited to a number of posts per user?

    Thanks in advance.

    vraiwp
    Participant

    Hi, I am new to BP. We want to make it possible to upload a file (pdf, doc, jpg, video, anything) right when you post a message so that the file is associated with the message.

    I need to know how to attach a file with the message using the buddypress rest api and have it uploaded with the message.

    What I found so far is using the private messaging, however, I did not see how to attach a file to the message in the examples viewing the following url: https://developer.buddypress.org/bp-rest-api/reference/private-messaging/

    Please help.

    Thank you.

    #312155
    jedweb
    Participant

    When on the Members page of a Group, there is a search field. This allows you to search for members but it seems to only search username or Last Name.

    Is it possible to search based on First Name as well?

    WP v5.4.1
    BP v6.0.0
    The site is private so I don’t imagine providing the URL will help.

    Thanks in advance.

    Garrett Hyder
    Participant

    I assume you’re talking about the group listing when referring to ‘clicking the group’. In that case I believe you’d want to customize the groups/groups-loop.php template by copying it into your own theme and conditionally remove the links if the current user isn’t a member.
    Here’s docs on the template hierarchy in Buddypress – https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/

    That should allow you to control that list of groups and suppress links depending on role.
    As to the request access form if for some off chance they make it to that screen, if you want to suppress the form with a blocking message when they’re a member you can use the same template replacement concept to replace groups/single/home.php

    Or potentially this plugin by @imath may be more appropriate as you could just make the groups private/hidden;
    https://github.com/imath/altctrl-public-group

    tskpbls
    Participant

    Ok, let’s investigate further then …

    I reinstalled default 2020 WP theme, deactivated all plugins (double checked) but bbpress and buddypress, although I’ve kept wpmu admin dashboard plugin… I am on a very fresh install (less than 24 hours)

    I am still facing the same issue :

    Link to a google drive folder with screenshots (public / private / hidden) : https://drive.google.com/drive/folders/1MWlx_eMelveGBSK_9MHEIoLd1NJRHz1D?usp=sharing

    buddypress is installed according to this codex guideline : B. Network-wide Activation – BuddyPress root blog in Secondary Site

    Buddypress seems to work ok, activity, group and email tabs under admin menu of the admin network page, main site shows forum tabs only and subsite 1 (?id=2) holds buddypress frontend pages.

    Soooo, maybe a clue here : Why does the group edit screen say “aucun forum” (no forum) attached to group when in the meantime I can see the forum tab and the input text boxes of the first subject when group is not hidden?

    Many infos here, sorry for that, but I guess I can’t be more accurate than that in my perception of the problem.

    Hope this helps you to understand the problem better.

    Thanks !

    tskpbls
    Participant

    Hi there,

    I am here to report the following issue :

    On a multisite install with wp 5.4.1, with buddypress (6.0.0) & bbpress (2.6.4), setting up a forum for a group that is supposed to be hidden makes this group not accessible to admin or group creator. (Myself, as a super-admin/group creator/group admin cant reach my hidden group when bbpress is activated.)

    This occurs only when bbpress is activated multisite or single subsite and a buddypress group (buddypress installed network wide) is set to hidden. It seems to work ok with group set as private, or public.

    Can you replicate this?

    #311874
    welsh10
    Participant

    Hi,

    Does anyone know how to remove the Join Group option for Private groups based on a WP Role?
    Was thinking of using below, but need to work out how the button is called.

    $current_user = new WP_User(wp_get_current_user()->id);
    $user_roles = $current_user->roles; 
    foreach ($user_roles as $role) {
    
       if  ($role == 'subscriber' ){
         //code here for subscribers
       }
    
    Thanks to anyone who helps
    
Viewing 25 results - 276 through 300 (of 3,864 total)
Skip to toolbar