Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'private'

Viewing 25 results - 3,276 through 3,300 (of 3,796 total)
  • Author
    Search Results
  • #69948
    Anonymous User 96400
    Inactive

    @r-a-y

    cheers! didn’t even think of the get_header action. even cleanerer…

    @hachimaki and @marioe,

    well, don’t know why it’s not working for you guys, works perfectly for me… maybe you did paste something wrong. try just this in functions.php:

    function sh_walled_garden()
    {
    global $bp;

    if( bp_is_register_page() || bp_is_activation_page() )
    return;

    if( ! bp_is_blog_page() && ! is_user_logged_in() )
    bp_core_redirect( $bp->root_domain .'/'. BP_REGISTER_SLUG );
    }
    add_action( 'get_header', 'sh_walled_garden' );

    You can delete the walled_garden action call in header.php

    #69929
    marioe
    Member

    travel Junkie,

    I also follow your posting but it still shown the activity stream…

    #69899
    Gene53
    Participant

    I agree, this would cut down on database bloat.

    #69896
    Boone Gorges
    Keymaster

    This works for me.

    function filter_groups_by_type_private( $a, $b ) {

    $groups = $b->groups;

    foreach( $groups as $key => $group ) {
    if ( $group->status != 'private' ) {
    unset( $groups[$key] );
    $b->group_count = $b->group_count - 1;
    }
    }

    $groups = array_values( $groups );
    $b->groups = $groups;
    return $b;
    }
    add_filter( 'bp_has_groups', 'filter_groups_by_type_private', 10, 2 );

    Play around with the value ‘private’ to change what the function does.

    It’s not perfect, because the pagination is not adjusted accordingly. You’d probably have to rebuild the core function in order to make pagination happen, since per_page gets passed right along to the database function. That’s why I say you might do well to write an enhancement ticket and submit it to trac.buddypress.org. In the meantime, though, this will set you in the right direction.

    #69887
    hachimaki
    Member

    If you could make a more-improved post… i suppose i have paste it right, but…

    #69882
    hachimaki
    Member

    it doesn’t work for me, i have paste it where you say and it doesn’t makes any difference, i can see my activity page (homepage) without logging in. :(

    #69852
    r-a-y
    Keymaster

    @travel-junkie

    Looks cleaner than the mod I made for Registered Users Only 2 plugin.

    You could probably change the action to “get_header”, then you wouldn’t need to add the “walled_garden” do_action in the header.php.

    #69849
    Anointed
    Participant

    Thank you so much for this. The forum extra page works awesome on my setup and I am so happy. You have really outdone yourself on this one.

    I do have one question. I made a post in a members only group forum, yet on the forum index page the new post does not show in the list of ‘fresh’ posts on the top. It does add to the counter in the group forum listing below though.

    I would have expected the post to show up because I am logged in and a member of the private group, but to have it not visible to the public, or members who are not members of the group.

    Is this a setting somewhere?

    thanks

    #69834

    In reply to: Global Content Tagging

    Erlend
    Participant

    +1, really need this! BP Contents seem to cover everything suggested in this thread, if not more.

    I have a feature suggestion, though I’m unsure which platform (WordPress vs BuddyPress) it actually targets. I would like the ability to make certain categories and tags private, i.e. for moderators and above only. I found a plugin called “private tags”

    https://wordpress.org/extend/plugins/private-tags/

    This plugin however hides content, while all I want to do is to hide the option of adding certain tags. For instance if your website pulls official site news from various sub-blogs by checking for the ‘official’ tag, ordinary users should not be allowed to apply this tag.

    #69823
    rich! @ etiviti
    Participant


    @nuprn1
    , what did you modify? I noticed that posts in bbpress don’t show up on the activity notifications, and the public/private/hidden stuff doesn’t seem to work either…

    I can’t remember but i had to rewrite a bunch of it – and also hack the bbPress core to play nice with the GMT buddypress timestamps. Then throw in that bpGroups uses xmlrpc – so personally i’m moving to open up bbpress within buddypress instead of running an external bbpress install (with all the hidden/private forums)

    #69822
    hachimaki
    Member

    Wow! really appreciate it

    #69817
    Anonymous User 96400
    Inactive

    This is what I came up with:

    place the function below into functions.php in your theme folder.

    function sh_walled_garden()
    {
    global $bp;

    if ( bp_is_register_page() || bp_is_activation_page() )
    return;

    if( ! bp_is_blog_page() && ! is_user_logged_in() )
    bp_core_redirect( $bp->root_domain .'/'. BP_REGISTER_SLUG );
    }
    add_action( 'walled_garden', 'sh_walled_garden' );

    and this right on top of header.php (before the <!DOCTYPE… parts):

    <?php do_action( 'walled_garden' ) ?>

    The above makes all BP pages private, except the registration and activation pages. It also leaves all blog pages public. It’s a bit easier than editing all theme pages.

    Boris

    #69778
    3sixty
    Participant

    I use the bpGroups plugins (“forums” subdomain of the BP site) but the plug-in required some updating to get everything working smooth (activity notifications, public/private/hidden/ready only stuff)

    @nuprn1, what did you modify? I noticed that posts in bbpress don’t show up on the activity notifications, and the public/private/hidden stuff doesn’t seem to work either…

    Also, the plugin is looking for an Authorized Buddypress Username, or “the user that BuddyPress uses to access bbPress.” Is there actually still a user, or was that part of the older BP/bbpress integration method?

    #69727
    Mike Pratt
    Participant

    I had to FedEx her. You may have to sign for the delivery. She shouldn’t take too long to inflate ;-)

    Jeff Sayre
    Participant

    Which version of WordPress and BuddyPress are you running?

    To post a new topic to a thread using the Group Forums Directory, you must be a member of that group and the group must be public. So, you will not have the option of selecting groups that are private or those of which you are not a member.

    #69436

    In reply to: Members-only groups

    Hugo Ashmore
    Participant

    Members? site members or group members? if group member then surely you just set the group to private which still shows it just not content.

    #69432
    Boone Gorges
    Keymaster

    When you create a group, you have the option of making it Public, Private or Hidden. Public groups are free for anyone to join, and their content is viewable by anyone. Private groups are listed in sitewide directories, so that others can see the group names and descriptions when searching and browsing for groups, but the content of the group can only be seen by group members. Group membership for private groups is controlled, so that a member can only join if they’ve requested membership or been invited by a current member. Hidden groups are like private groups, except that they do not appear in sitewide group listings and search.

    #69391
    3sixty
    Participant

    will do. Thanks!

    #69191
    bpinspire
    Participant

    The user added to the private group does not see the group on his “my groups” page

    #69190
    epsi
    Participant

    Hi! I’ve sent ‘Bahasa Indonesia’ translation via private message to @foxly.

    Language: Indonesia (id_ID)

    I just want to say thank you for this great bp-album.

    Hope my community would love this feature (plugin) too

    after my site officially launched someday.

    note:

    * Main BP ‘Bahasa Indonesia’ translator is @sofyand

    * My alumni bp site (trial) is http://iluni-ftui.org/riwayat/

    #69175
    r-a-y
    Keymaster

    Add this somewhere within your form tag:

    <input type="hidden" name="redirect_to" value="INSERT YOUR URL YOU WANT TO REDIRECT TO" />

    Btw, a thousand maidens is too much, I’d be happy with one nice lass at my doorstep ;)

    #69163
    Mike Pratt
    Participant

    @r-a-y Thank you and may a thousand maidens be blessed upon your doorstep by morning!

    What would be the code to place to redirect the login form action specified by

    <form name="login-form" id="login-form" class="standard-form" action="<?php echo site_url( 'wp-login.php', 'login' ) ?>" method="post">

    back to $bp->root_domain?

    #69149
    r-a-y
    Keymaster

    Hi Mike,

    Your code is correct, but since your page isn’t the BP_REGISTER_SLUG or BP_ACTIVATION_SLUG, it will lead you to redirect hell!

    Add your page (and any other page you need to whitelist from blocking) to the following conditional:

    if ( bp_is_register_page() || bp_is_activation_page() || THEWELCOMEPAGE ) //buddypress
    return;

    Change THEWELCOMEPAGE to something that checks if you’re on welcome.php.

    If welcome.php is a WordPress page with the slug of “welcome”, you would use something like:

    is_page('welcome')

    So your conditional would look like:

    if ( bp_is_register_page() || bp_is_activation_page() || is_page('welcome') ) //buddypress
    return;

    Hope that helps!

    #69143
    Mike Pratt
    Participant

    @r-a-y I am embarrassed to be asking such a simple question:

    re registered-users line ~48 -> bp_core_redirect(bp_get_signup_page());

    What would be the correct way to do the following:

    redirect not_logged_in users to a welcome page.. say domain.com/welcome.php which has a login widget for registered users as well as a Create Account button/link taking you to domain.com/register.php ?

    I tried:

    `$page = $bp->root_domain . ‘/welcome.php’;

    bp_core_redirect($page);`

    but, of course, that led me to redirect Hell.

    Thanks for clarifying.

    #69028
    abcde666
    Participant

    sounds like a bug.

    Please submit a ticket in TRAC.

    https://trac.buddypress.org/timeline

Viewing 25 results - 3,276 through 3,300 (of 3,796 total)
Skip to toolbar