Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'private'

Viewing 25 results - 476 through 500 (of 3,819 total)
  • Author
    Search Results
  • chrisleighh
    Participant

    I have a membership site that has several private groups for paying members. Their access is restricted by their membership role. So for example, only people with the “approved” role can access “Group 1”.
    The challenge is that if the customer no longer pays for membership and we change their role to “not approved” they still have access to, and receive email updates, from that group because their group access ignores the roles if they are already a member.

    So I need a way to easily scan the email addresses (our paying members are by company so the email domain is the easiest way to ID and verify who should be in the group) when looking at group members.

    Is there a way to do this? Or is there an update that I can make so that group Admins can see the user email address next to their name when viewing the member list? I’d only want the group admin to see this, of course.

    #303171
    shanebp
    Moderator

    Please do not post code for premium plugins on these forums.
    While I appreciate the clarity of your question and the draft solution – it is not appropriate in this setting.
    You should contact the plugin creator directly.
    Closing this and will contact you privately.

    #303075

    Topic: Avatar filter

    in group forum Installing BuddyPress
    凱寧
    Participant

    Hi

    I want to let the members must upload the avatar,otherwise they can`t send the private message.

    How can I do ???

    Can I do it from function.pnp ?

    #303038
    matwin23
    Participant

    Hi guys,
    I have mentioned this previously and was hoping a few of the past WP and plugin updates may have resolved this, however it still persists.
    I am running a multivendor site with WC Vendors, Woocommerce, BuddyPress plus other plugins.

    When a member goes to send a private message to a member/vendor from either the members profile ‘private message’ button or from the contact vendor link in a woocommerce product listing, the message fails to send (please see video link below).

    However if i go to my own BP profile, messages, compose and send a message that way it does send.

    Not sure what is happening here. It used to work fine prior to BP4.0

    Video of issue;
    https://www.dropbox.com/s/kkxl2b2bm5vicy4/BP%20Private%20message%20issue.mkv?dl=0

    thanks
    matt

    drzoiberg
    Participant

    Hi

    I make member profile page private for everyone with this snippets in my child theme functions.php file:

    
    function remove_xprofile_links() {
        remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data', 9, 3 );
    }
    add_action( 'bp_init', 'remove_xprofile_links' );
    
    function my_private_profiles() {
        if ( ! bp_is_user_profile() )
            return;
        if ( current_user_can( 'manage_options' ) )
            return;
        if ( bp_loggedin_user_id() == bp_displayed_user_id() )
            return;
        bp_core_redirect( home_url() );
    }
    add_action( 'init', 'my_private_profiles' );
    

    But I need to disable the members access to a single user front page. Can you help me?

    Thanks in advance!

    #302643

    In reply to: Paid help!

    Varun Dubey
    Participant

    @whoam7i7 your request is more specific to 3rd party plugins
    for point 1 check with rtMedia as you need to save members avatar inside rtMedia private album and point 2 Capability Manager Enhanced plugin support

    #302636

    In reply to: Paid help!

    whoam7i7
    Participant

    Varun hi,
    thanks for your reply. Appreciate your desire to help.

    Issue №1:
    When the user creates his account, he should already have a folder for uploading a passport photo, which will be called “Data” and by default, it should be Private. Look like this: http://prntscr.com/mghqpu

    It`s possible to do using BP?

    #302631
    shanebp
    Moderator

    LH BuddyPress doesn’t work normally

    What is LH BuddyPress ?
    Do you mean LH Private BuddyPress ?
    If so, you should use the support forum for that plugin.

    #302617
    farmrchrys2013
    Participant

    I have BuddyPress 4.1.0 and bbPress 2.5.14 installed on a WordPress 5.0.3

    I already tried resetting the permalinks. I have not tried disabling and re-enabling all other plugins. I’m hoping it’s a simple fix.

    I am having URL Rewrite issues.
    This URL works and gets me to a page which lists all groups/my groups.
    //example.com/groups/

    For testing, I log in as a user having the wp ‘subscriber’ role who is a member of one of the private groups listed.

    I click on the group to which the user is a member and it takes me here:
    //example.com/groups/regenerative-farming-discussion/forum/

    This is good. This is where I want the user to be. But on this page, the user has the ability to see how many other members are in this group and clicking the ‘members’ button should take the user to a page that lists only the members of that group. When I hover over the members button, the URL that displays is
    //example.com/groups/regenerative-farming-discussion/members/

    but when I click on the members button, the URL I am taken to is
    //example.com/members/

    which is a page that lists ALL the members. NOT what I want.

    Similarly, if I’m logged in as a user and I go to the Members page (//example.com/members/), and I click on a member’s name, I’m taken to the member’s page:
    //example.com/members/member_name/

    I see that this member belongs to 2 groups. I want to know which ones, so I should click on the tab that says “Groups (2)” to see which two groups the person belongs to. When I hover over that tab, the URL displayed is
    //example.com/members/member_name/groups/

    but when I click on it I am taken here instead
    //example.com/groups/

    which lists all the groups. NOT what I want.

    What can I do to fix the errant rewriting of these URLs?

    #302534
    stigma8113
    Participant

    Sorry, I don’t speak English, I use a translator.

    I do not have private messages
    There is just empty space

    Removed all plugins, did not help
    Tried on different topics, did not help
    On different sites, also does not work
    On different browsers, does not work
    Reinstalled WordPress and BuddyPress did not help
    etc.

    How to fix it?
    Screenshot
    Site https://rybalka-v-mordovii.ru/

    chuchudolls
    Participant

    WP v. 5.0.3
    Directory
    root
    I did not upgrade from a previous version of WordPress.
    WordPress was functioning properly before BuddyPress install.
    BuddyPress v 4.1.0
    No upgrade.
    Other plug-ins: bbPress, bbPress WP Tweaks, Breadcrumb NavXT, BuddyPress, Column Shortcodes, Contact Form 7, Content Aware Sidebars, Mailchimp for WooCommerce (currently not set up), MetaSlider, N-Media WooCommerce PPOM, Shindiri Woo Shop Slider Lite, Widget Options, WooCommerce (currently not set up), WooCommerce Produce Carousel Slider, WooCommerce Services (currently not set up). All are up to date.
    Wordpress theme is Vogue.
    I’ve not modified the core files in any way that I’m aware of.
    No custom functions that I’m aware of.
    I do not know how to do .php coding.
    I do not have any errors that I am aware of and could not run the check from the tutorial as it didn’t work. Again, do not know .php code.
    Current website has been removed from online and is on a private server/localhost. This will change soon as the new site is finished.
    Windows.
    No BuddyPress theme chosen so maybe default theme selected?
    No idea if I overloaded any buddypress template files.

    Posting above per the “When asking for support” sticky.

    I have two problems. The first is that I don’t have a way for users to create groups using the BuddyPress groups system. I can only create groups manually by selecting “Groups” > “Add New” in the dashboard. I do not wish to cater to 100’s of requests for groups, and would like users to have freedom of creation. “Anyone can register” is selected. “User Groups” is selected.

    As of right now, my site has a “Social” menu option with sub-menu of all the BuddyPress items. If I click on “Groups” in the sub-menu, I DO NOT get an option to create groups. However, if I click on the main menu “Social,” and look at the right side where my “Groups” widget is, I can click on groups, and get a new page that has a “Create New Group” option that allows anyone to create.

    Ok, so why not just add the widget to all the BuddyPress pages? I did. They won’t load. The only way people can add groups is if they go through this widget. Which leads me to my second problem; I am not able to add that widget anywhere else on the website. It will not load on any other of the BuddyPress pages/sub-menu options. In fact, nothing will load.

    This was the result of adding “Content Aware Sidebar” plug-in, because I was not able to get website widgets OFF BuddyPress pages even when selected to be off those specific pages. Now, I have removed my main-site widgets from BuddyPress pages, but can’t get BuddyPress widgets on BuddyPress pages. Boy, I hope that was clear.

    If I remove “Content Aware Sidebar” (or deactivate it), everything goes back to the way it was. Main website widgets that I don’t want on BuddyPress pages will load on BuddyPress pages, but so will the BuddyPress widgets.

    How do I get my BuddyPress widgets to load AND prevent my other widgets from loading on BuddyPress-only pages? Or can I manually insert a “Create Group” link inside the “Groups” page, preferably next to “Invitations” and “Memberships?”

    I believe the problem lies with both the “Content Aware Sidebar” plugin and “Widget Options,” which is the one I used to be able to manually select pages. It worked perfectly until BuddyPress was installed. Now, I can’t get choices over BuddyPress-only widgets, but I can get widgets to load at will anywhere else on the site.

    #302334
    Oxibug
    Participant

    Thanks Pal, Working GREAT

    I was using bp_include like suggested in documentation but it seems it’s related to files only.

    Final Code

    class MY_PLUGIN_BuddyPress {
    
        private static $_instance = null;
        
        /*
         * Silent Constructor
         *
         * */
        public function __construct() { }
    
        public static function instance() {
    
            if( is_null( self::$_instance ) ) {
    
                self::$_instance = new self;
    
                self::$_instance->init();
    
            }
    
            return self::$_instance;
    
        }
    
        private function init() {
                
            add_action( 'bp_load', array( &$this, '_buddypress_action' ), 10 );
            
        }
    
        public function _buddypress_action() {
                
            $all_groups = BP_Groups_Group::get( array(
                
                'type'               => null,
                'orderby'            => 'date_created',
                'order'              => 'DESC',
                'per_page'           => null,
                'page'               => null,
                'user_id'            => 0,
                'slug'               => array(),
                'search_terms'       => false,
                'search_columns'     => array(),
                'group_type'         => '',
                'group_type__in'     => '',
                'group_type__not_in' => '',
                'meta_query'         => false,
                'include'            => false,
                'parent_id'          => null,
                'update_meta_cache'  => true,
                'update_admin_cache' => false,
                'exclude'            => false,
                'show_hidden'        => false,
                'status'             => array(),
                'fields'             => 'all',
                
            ) );
    
        }
    
    }
    shanebp
    Moderator

    – Responsive on all devices
    Yes.

    – Users to be able to pay for messaging and/or subscription
    No, requires a membership plugin.

    – User should be able to register, to have public and private profile also public and private photos.
    Register, yes. Profiles are public unless you add custom code. Photos gallery requires custom code or there may be a third-party plugin.

    – Users to be able to edit and add custom fields on their profile page
    Yes.

    – Admin should also be able to edit those fields/profile pages
    Yes.

    – Users to be able to filter search results, based on those fields
    Yes, by using the BP Profile Search plugin

    – IP Geo detection function? Showing users in your area?
    No. Requires custom coding or perhaps a third-party plugin.

    – Multilanguage support.
    Yes.

    – Are gifts or badges also available/active, which are to be given on a subscription or user rank basis?
    No, maybe a third-party plugin.

    – Any performance issues? Browsing experience should be smooth.
    Depends on your hosting resources and the number of active users.

    knigolubtomov123
    Participant

    Hi There,

    I am looking for a CMS template to build a simple social/dating website. I was wondering if BuddyPress supports the following features/functionalities:
    – Responsive on all devices
    – Users to be able to pay for messaging and/or subscription
    – User should be able to register, to have public and private profile also public and private photos.
    – Users to be able to edit and add custom fields on their profile page
    – Admin should also be able to edit those fields/profile pages
    – Users to be able to filter search results, based on those fields
    – IP Geo detection function? Showing users in your area?
    – Multilanguage support.
    – Are gifts or badges also available/active, which are to be given on a subscription or user rank basis?
    – Any performance issues? Browsing experience should be smooth.
    Thank you so much in advance.
    I am open to suggestions, if you think that this particular CMS is not appropriate for this.

    #302310
    michaelgraci
    Participant

    Hi

    Pretty straight forward error message I receive when I try and send private messages Could use help in debugging. I had been able to send messages “amongst friends”. It worked for a long time. I had not tested in a while and now it does not work. I have it working on other sites.

    Any suggestions?

    I deleted every plugin except buddypress and used 2017 theme—get same results “Message was not sent” Please try again.

    Thanks
    Mike

    billysgtr
    Participant

    Hi,

    I send a message to one user and I can see his name in the history activity of the message.
    When I am sending a private message to more than one users I am only seeing the total number of recipients.

    Is there any way to show the recipients of a message that I have sent?

    Thanks

    #302213
    richard.miller
    Participant

    BuddyPress: 4.1.0
    WP: 5.0.2
    site link: (private site)

    On the members profile pages, clicking certain menu tabs breaks the page – clicking “notifications”, “groups”, or “settings” causes the page to be cut off just below those menu items.

    Through plugin and theme disabling, I’ve narrowed the problem down to an incompatibility between BuddyPress and my Divi child theme.

    I also learned that an incomplete page is likely due to a fatal PHP problem, so I captured the debug log – sure enough, BuddyPress PHP errors all over the place.

    Unfortunately, I’m not savvy enough to know what they mean, or how to fix them.

    An insight AT ALL would be appreciated.

    —–

    [15-Jan-2019 00:59:22 UTC] PHP Notice:  add_option was called with an argument that is <strong>deprecated</strong> since version 2.3.0 with no alternative available. in /nas/content/live/thefluentself/wp-includes/functions.php on line 4048
    [15-Jan-2019 00:59:22 UTC] PHP Notice:  add_option was called with an argument that is <strong>deprecated</strong> since version 2.3.0 with no alternative available. in /nas/content/live/thefluentself/wp-includes/functions.php on line 4048
    [15-Jan-2019 00:59:22 UTC] PHP Notice:  Undefined variable: titletext in /nas/content/live/thefluentself/wp-content/themes/fluent-self-2017/buddypress/members/single/index.php on line 31
    [15-Jan-2019 00:59:22 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function bp_is_user_forums() in /nas/content/live/thefluentself/wp-content/themes/fluent-self-2017/buddypress/members/single/home.php:88
    Stack trace:
    #0 /nas/content/live/thefluentself/wp-includes/template.php(690): require()
    #1 /nas/content/live/thefluentself/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(155): load_template('/nas/content/li...', false)
    #2 /nas/content/live/thefluentself/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(61): bp_locate_template(Array, true, false)
    #3 /nas/content/live/thefluentself/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(338): bp_get_template_part('members/single/...', NULL)
    #4 /nas/content/live/thefluentself/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-theme-compat.php(212): bp_buffer_template_part('members/single/...', NULL, false)
    #5 [internal function]: BP_Members_Theme_Compat->single_dummy_content('')
    #6 /nas/content/live/thefluentself/wp-includes/class-wp- in /nas/content/live/thefluentself/wp-content/themes/fluent-self-2017/buddypress/members/single/home.php on line 88
    [15-Jan-2019 00:59:24 UTC] PHP Notice:  add_option was called with an argument that is <strong>deprecated</strong> since version 2.3.0 with no alternative available. in /nas/content/live/thefluentself/wp-includes/functions.php on line 4048
    [15-Jan-2019 00:59:24 UTC] PHP Notice:  Only variables should be assigned by reference in /nas/content/live/thefluentself/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    [15-Jan-2019 00:59:24 UTC] PHP Notice:  get_currentuserinfo is <strong>deprecated</strong> since version 4.5.0! Use wp_get_current_user() instead. in /nas/content/live/thefluentself/wp-includes/functions.php on line 3853
    [15-Jan-2019 00:59:26 UTC] PHP Notice:  add_option was called with an argument that is <strong>deprecated</strong> since version 2.3.0 with no alternative available. in /nas/content/live/thefluentself/wp-includes/functions.php on line 4048
    [15-Jan-2019 00:59:26 UTC] PHP Notice:  Only variables should be assigned by reference in /nas/content/live/thefluentself/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    [15-Jan-2019 00:59:26 UTC] PHP Notice:  get_currentuserinfo is <strong>deprecated</strong> since version 4.5.0! Use wp_get_current_user() instead. in /nas/content/live/thefluentself/wp-includes/functions.php on line 3853
    #302207
    Varun Dubey
    Participant

    @jamesmct I do not think BuddyPress have any current option to manage all pending membership for all private group at single location.

    #302201
    jamesmct
    Participant

    I’ve looked all over, so first off, forgive me if this is a duplicate.

    I’m looking for an admin screen or menu that allows admin’s to see and possibly approve all private group join requests.

    I see the activity feed, but I have to select each notification and while getting newly created members everyday, it is hard to manage all the requests for our different groups.

    http://www.star-dance-academy.com
    BP version: 4.1.0

    TIA

    #302150
    Venutius
    Moderator

    I’ve just suggest it, above. To make the default group status private as you asked, you can add that to your bp-custom.php and it should do the trick for you.

    #302135
    Venutius
    Moderator

    I don’t think overloading that file is the way to go for the default status change, you can set the default new group status using the bp_get_new_group_status filter, so you could do something like this:

    add_filter( 'bp_get_new_group_status', 'venutius_new_group_status_change' );
    
    function venutius_new_group_status_change( $status ) {
        return 'private';
    }
    #302119
    gcrea
    Participant

    I have copied create.php into my theme and am attempting to edit it. How do I set the default checked= to a private group status? No matter what I do public is always checked by default. This question extends to the other form fields as well. Also, where do I edit the action for create.php as I will need to add additional form fields? Thanks.

    #302065
    jolom
    Participant

    Thanks @Venutius, I was watching the plugin’s code and it is very simple, also saw that errors but are easy to fix.

    Maybe changing text the way it does in this part?

    52	// change the name of the group if it's an announce group
    53	function ag_filter_group_type( $type ) {
    54	        if ( ag_get_announce_group() == 'announce' ) {
    55	                if ($type == 'Public Group')
    56	                        $type = __('Announce Group', 'announce_group' );
    57	                elseif ($type == 'Private Group')
    58	                        $type = __('Private Announce Group', 'announce_group' );
    59	                elseif ($type == 'Hidden Group')
    60	                        $type = __('Hidden Announce Group', 'announce_group' );
    61	        }
    62	        return $type;
    63	}
    64	add_filter( 'bp_get_group_type', 'ag_filter_group_type', 1 );

    But I need to change on every portion that renders “Group” right?

    Thank you.

    #282931
    jeber2019
    Participant

    I am integrating my site with WC Memberships, so the user will either be logged in or not. Using BuddyPress’ profiles, will they be able to control what is seen and searchable both to other members who are logged in, and to the public-facing site?

    Thanks!

    #282863

    In reply to: Buddypress Tournaments

    Arize Nnonyelu
    Participant

    Could you be more elaborate? Tournaments on what?
    Did you have any Tournaments plugin in mind yet?
    With buddypress users are linked it depends on private or public profile.

Viewing 25 results - 476 through 500 (of 3,819 total)
Skip to toolbar