Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'private'

Viewing 25 results - 2,226 through 2,250 (of 3,679 total)
  • Author
    Search Results
  • #132566
    @mercime
    Participant

    @naijaping Hook the background image to your link. Add this to your stylesheet
    `div#item-header #send-private-message a {
    background: transparent url(_inc/images/activity-time-since.png) left center no-repeat !important;
    padding-left: 25px;
    }`

    In addition, you have two styles for `div#item-header #send-private-message` and the second one overlaps and hides the Edit Profile link. So look for `div#item-header #send-private-message`

    Keep the first one below
    `div#item-header #send-private-message {
    float: left;
    position: absolute;
    right: 330px;
    top: 22px;
    }`

    Delete the second one below
    `div#item-header #send-private-message {
    right: 243px;
    }`

    #132560

    @mercime, i created the child theme of bp default theme myself.

    site url : http://suchworld.co.cc

    i have tried private message button and also friendship button but not works.

    Thanks for your help

    #132550
    Mary Jane
    Member

    I do that on jbsocial.com using the following plugins

    Member Access
    PC Hide Pages
    Peter’s Login Redirect
    Simple Access Control

    relachola
    Member

    Hi,
    Yes, the user is member of the group, infact the owner of the group.

    Privacy level is set as below

    This is a private group•Only users who request membership and are accepted can join the group.
    •This group will be listed in the groups directory and in search results.
    •Group content and activity will only be visible to members of the group.

    For public goups, it works fine.

    The version of WP is 3.3.1 and 1.5.5 of BP.
    Applied theme is BuddyPress Default 1.5.5
    The defaul wordpress installation/theme is Tachyon 1.1 by RocketTheme, LLC

    Yes, I can reproduce the issue with all plugins disabled.

    Thanks

    #132389

    In reply to: Simple photo community

    Barna
    Member

    Can you pls let me know how can i get in touch with you in a private msg ?

    thx

    #132366
    lazyazian
    Member

    Can anyone help with this? I don’t know enough on how to code to do this myself, but I can look into tweaking code if I know where to look.

    I started thinking about this more an think it’ll be easier to make the groups private, but to make the “Activity Home” and “Members Listing” public because I don’t want people to be able to just join any public group.

    It should be something simple like (excuse my pseduocode):

    if member = Not member of group
    then show Activity Home and Group Members List

    else show everything

    #132228
    PJ
    Participant

    Paul,

    Ideally I’d like to have the whole site forced https since I have a private ssl. So, WP+BP in all https if possible.

    I did a fresh install of WP and just installed BP, so I doubt it’s an image issue. Is there a way to go totally https?

    I also went to Settings > General and changed WordPress Address (URL) to have an https rather than http. Anytime I click BP parts of the site it goes back to regular http.

    #132214

    In reply to: HobokenMommies.com

    jummy
    Member

    Oh this site is just beautiful!

    Would you be kind enough to share some information about what kind of hosting (virtual private server vs shared hosting) this site is running on?

    Many thanks!

    Boone Gorges
    Keymaster

    If you don’t want anyone in any group to be able to send invites, put the following in your bp-custom.php file:

    function bbg_no_send_invites( $can_send_invites ) {
    $can_send_invites = false;
    
    return $can_send_invites;
    }
    add_filter( 'bp_groups_user_can_send_invites', 'bbg_no_send_invites' );

    If you want to be more selective than that – for instance, allowing only group admins to invite, or blocking invites only in private groups – you’ll need to put some more logic in there before setting $can_send_invites to false.

    #132122
    Etienne ROSENSTIEHL
    Participant

    I made many changes. I probably did both. Now you know the problem, do you know a solution ?
    (I use a very basic structure : WordPress, BussyPress, bd-default theme and Private BuddyPress.)

    #132115
    richardpd
    Member

    How do I find my BP forum posts here at BP support? I can find my WP forum posts at wordpress.org but not BuddyPress!
    My ‘Your Activity’ link tells me the number of my posts but nowhere can I find a link to my posts (so I cannot review them!).
    I follow Mercime (a moderator on this site)-but I cannot see a way to private message her for help?!
    I am having lots of trouble running BP on my site and am finding help hard to get here.

    NB Why does my post say ‘Deleted User’ when I am logged in as richardpd?
    NNB-Fixed ‘Deleted User’ issue…I was not logged in properly?! I am not sure how that happened but I changed my WP.org settings & relogged in & is fine now!!

    #132081
    Hugo Ashmore
    Participant

    Probably by doing something along the lines of installing ‘buddypress-group documents’ plugin and then in the screen templates doing some magic to only show uploaded docs to the logged_in_user == bp_displayed_user or user is an admin, you should be able to get something working albeit a bit crude.

    Artisantopia
    Participant

    Anyone? Surely someone has some wisdom to share with me!

    #131977
    dannyjimmy
    Member
    #131957
    longilineo
    Member

    How to set default type to private rather than public?

    I looked at the “Group Extension Api”. As I understand, they allow only to add steps in creation and editing groups.

    I don’t find nothing that allows to override default behavior in creation and editing of groups.

    Can someone help me?

    #131948
    longilineo
    Member

    Groups should be only private or hidden.

    I know I should not change the core, but I do not know how to do otherwise.

    By changing the core, I can remove the ‘public groups’ among those available during the creation process of the group.

    In truth, to remove the radio button, I do not modify the core but a view of the active theme.

    But the default groups are still created as public. This occurs when you create the group by setting only the name and description of the group (first step).

    #131935
    Paul Wong-Gibbs
    Keymaster

    You shouldn’t edit core files directly. What are you trying to do? Remove public groups and force them to be private?

    #131929

    I use the Private Buddypress plugin – it’s very simple and locks the whole site down, with the option to exclude the front page or blog pages if you want, otherwise everything gets password protected and only shown to logged-in users.

    #131781
    Etienne ROSENSTIEHL
    Participant

    Many thanks but nothing really works automaticly as it does on WordPress with theme-my-login or equivalent plugins.
    I tried to use the ‘pending’ status for user and it does not work either.
    At the end of the day, I use Buddypress and Private BuddyPress and I unclick the ‘anyone can register’ tick box.
    – Users are then created manually by the Admin. Probably the most effective moderation.
    – Blog and pages are public, social network remains private.

    #131545
    @mercime
    Participant

    It is activated by default. Each member can change preferences in member’s Settings > Notifications panel.

    #131539
    @mercime
    Participant

    Do stick with the same topic thread for the same issue.
    Closing a duplicate topic in favor of the same with more information – https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/reply-to-private-message-is-sent-twice-1/

    #131472
    Anonymous User 96400
    Inactive

    What @mercime said together with filtering `groups_valid_status` to only return public and private should do the trick.

    #131459

    In reply to: Groups will not create

    LisaWolfe
    Member

    … last FYI: I also have the following plugins active.

    All in one Favicon Version 4.0 | By Arne Franken
    BP Group Management Version 0.5.2 | By Boone Gorges
    BuddyPress Version 1.5.4 | By The BuddyPress Community
    BuddyPress Album Version 0.1.8.11 | By The BP-Media Team
    BuddyPress Docs Version 1.1.19 | By Boone B Gorges
    BuddyPress Like Version 0.0.8 | By Alex Hempton-Smith
    BuddyPress Mobile Version 1.5.2.3 | By modemlooper
    BuddyPress Private Community Version 0.6 | By NipponMonkey
    CubePoints Version 3.1 | By Jonathan Lau & Peter Zhang
    CubePoints Buddypress Integration Version 1.9.8.4 | By Tosh Hatch
    Envolve Chat Version 2.3 | By Envolve.com
    Events Manager Version 5.1.3 | By Marcus Sykes
    Google Maps Lite Version 2.4.1 | By Ve Bailovity (Incsub)
    Jetpack by WordPress.com Version 1.2.2 | By Automattic
    VoucherPress Version 1.4 | By Chris Taylor

    #131265
    dan77
    Member

    try this one:
    http://pastebin.com/rgJ6BQc8

    logged in users only, private site. code needs to go into a bp-custom.php in your plugin directory.

    #131264
    dan77
    Member

    a solution without plugin for a private community, logged-in users only:
    I used the code of david carson described in this thread:
    https://wordpress.org/support/topic/theme-frisco-for-buddypress-login-in-home-page?replies=18

    here is the code you need to paste in a bp-custom.php in you plugin directory.
    (you have to create it if you don’t have it).
    Note: that not logged in users are redirected to slug/register page, you have to change it if your register page has a different URL.


    <?php

    // **** Privacy ********
    function restrict_access(){
    global $bp, $bp_unfiltered_uri;

    // If user is not logged in and
    if (!is_user_logged_in() &&
    (
    // The current page is not register or activation
    !bp_is_register_page() &&
    !bp_is_activation_page()
    )

    ) {
    // Redirect to registration page. Change /register to your register page slug
    bp_core_redirect( get_option('home') . '/register' );
    }
    }

    add_action( 'wp', 'restrict_access', 3 );

    http://pastebin.com/rgJ6BQc8

Viewing 25 results - 2,226 through 2,250 (of 3,679 total)
Skip to toolbar