Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'private'

Viewing 25 results - 1,751 through 1,775 (of 3,460 total)
  • Author
    Search Results
  • #145685
    @mercime
    Participant

    @ubernaut Thanks. No worries, I’m handling private BP sites at this time ;-)

    #145613
    aces
    Participant

    I’m not clear quite what you want but the end of the following post is about creating different logged in and out menus ( with a child of bp-default theme ) …
    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-do-i-make-buddypress-1-6-a-private-community/#post-136021.

    Brajesh Singh
    Participant

    There was a bug with bp-default theme shipped with bp 1.6+ and any theme which is based on bp-default or copies functions from it has the same bug.

    Here is a way to fix that.

    First look for this code(or similar) in your themes functions.php

    
    if ( !is_admin() ) {
    // Register buttons for the relevant component templates
    // Friends button
    if ( bp_is_active( 'friends' ) )
    add_action( 'bp_member_header_actions',    'bp_add_friend_button',           5 );
    
    // Activity button
    if ( bp_is_active( 'activity' ) )
    add_action( 'bp_member_header_actions',    'bp_send_public_message_button',  20 );
    
    // Messages button
    if ( bp_is_active( 'messages' ) )
    add_action( 'bp_member_header_actions',    'bp_send_private_message_button', 20 );
    

    and change this line

    
    if(!is_admin()){
    

    to this

    
    if ( !is_admin()||(is_admin()&&defined('DOING_AJAX')) ) {
    

    and it will work.

    #145543
    SameOldShane
    Participant

    I’m still having issues with this as my main site is still taking buddy press settings along with my private, such as the admin bar and if i privatize one the public site also requires a login,

    Help!

    #145505
    Brajesh Singh
    Participant

    Hi Shane,
    You can install buddypress on secondary blog and use it as private network.

    Here are some details on configuring BuddyPress on secondary network
    https://codex.buddypress.org/users/getting-started/install-buddypress-on-a-secondary-blog/

    and you can use any of the wordpress privacy plugin to make this network private.
    Hope that helps.

    Tammie Lister
    Moderator

    My first guess without seeing a link would be some scripting error. Can you check using the web inspector in Chrome (or another browser)? https://developers.google.com/chrome-developer-tools/

    I’d suggest if possible to remove all plugins and see if something is causing this. Also make sure your theme and plugins are up to date.

    If that doesn’t fix it could you please provide a link to your site as it’s hard to diagnose without being able to see one. I know sometimes that’s not possible as private or work in progress, but if it is possible it can help.

    EthanVan
    Spectator

    I didn’t realize that MediaWiki powered the WP codex… I quite like the WP powered codex idea I just meant that the BP codex should be organized like it is at WP.

    @johnjamesjacoby – It’s already been admitted that the last attempt at the codex was a fail due to lack of leadership and everyone just doing whatever… So keeping that mentality is futile and is holding back the success of the codex. I’m not here to kiss butt and brown nose. I’m here to do a job that I won’t get paid for that will help YOU and YOUR project immensely because it needs to be done. Don’t get righteous about “earning the right” to be a leader of the codex team when your plan is not to have one.

    Someone should take the reigns and build a structured codex team and I see no other person stepping up except myself. I expect that I should be allowed this privilege solely on the basis that I am willing to do so, and additionally, have many years of leadership experience. If I fail, you lose nothing and get to have a laugh at me, but if I succeed, the amount of praise and respect BP will gain will be immeasurable.

    So, please let us put our pride away for a minute, stop addressing leadership rights, and concentrate on organizing a codex team and getting it structured in a way that lends itself to productivity and direction.

    I agree with you @hnla we need to stay focused. I realize we need to have a deeper scope within the codex. What I think should happen first though is building the lists and descriptions of functions, hooks and filters, the reference. Then we have a base page for everything. Later we can go into deeper coverage and provide example code etc.. Any project this large needs to be completed in phases.

    @modemlooper, @johnjamesjacoby, I don’t feel dismissed, the codex was being dismissed. Anyways, that’s going to change.

    The very, very first thing I think should happen is setting up a clean slate to build on. Keep the codex up as is for now but give me a new, private, clean slate to create version indexes and add pages for each function, filter and hook. We can point to the new codex when phase one is complete. The reason I want to use pages is so I can implement a parented structure. Are there any objections to this? Any other ideas? Anyone wanna slap me? ;)

    Hugo Ashmore
    Participant

    However @ethanvan can we keep things on site please not off on private emails, we have already a group or thread on codex matters lets try and keep focussed there.

    I agree about the sentiments re attempting to mirror WP codex as much as possible.

    We don’t simply want a long list of hooks/filters though we have a complexity of functions that need describing , also we need to explain the basics of how BP works in terms of navigation, core templating etc it’s not straightforward and not strictly in keeping with WP we need examples of how to create new nav items, update and improve examples of the primary loops, group extension etc

    #145312
    Mark182
    Participant

    Can i send you a Private Message so not everybody can login? ;) (how?)

    I allso see this error on my Dashboardpage now:
    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 30720 bytes) in /public/sites/www.mywebsite.nl/wp-includes/class-simplepie.php on line 13815

    #145213
    aces
    Participant

    Use the wordpress menu system but create a logged in menu and an alternative

    See ( at the bottom of the post ) https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-do-i-make-buddypress-1-6-a-private-community/#post-136021

    binutz
    Participant

    “WordPress Access Control” plugin can be of some help in hiding the pages from non-registered users..

    #145192

    In reply to: Plugin: BP FriendPress

    drill_sgt.lewis
    Participant

    @aaron-nall I am interested in this as well. Do you have an ETA on plugin delivery? @ethanvan what is FriendPress and does it work? I am developing a site for veterans but I need activity to be private similar to facebook. Thanks!

    #144941

    In reply to: Showcase add

    @mercime
    Participant

    #1. You should post about your new site at this forum https://buddypress.org/community/groups/gallery/forum/

    #2. How can you be included in showcase/gallery when you have a closed/private community site? We’d have to register first to see what’s “unique” about your site, and that’s not kosher.

    == What should I do to make sure it is added to the list? ==
    #3. The BP Devs usually include sites with established communities.

    #144779

    In reply to: Meeting Scheduler

    TripWest
    Participant

    Thanks. I’m actually taking a look at that one, but I’m waiting to hear back from them if it will accomplish what I’m looking for. I don’t feel like paying for a plugin only to get it and find out that it doesn’t do what I need it to even after some tweaks. If it will do what I need, then I have no problem paying for the plugin.

    Does anybody know if wpmudev’s Appointments+ will accomplish letting two buddypress members set up meetings with eachother? I’d additionally be okay with something that just set up an events page as long as the event could be made private and recurring. Everything I see is either for groups or no apparent way to make it private

    #144654
    aces
    Participant
    #144652
    jacekpuzio
    Participant

    I found a code to put in functions.php

    ‘ function redirect_nonloggedin_users($current_uri, $redirect_to) {
    // Redirect users to the homepage
    // Caution! Exclude the homepage from ‘Private BuddyPress’ options
    // to avoid redirection loops!
    return get_option(‘siteurl’) . ‘/?from=’ . $redirect_to;
    }’

    but i dont know where put a site that not registered users will be redirected to. ?
    If i put it to functions.php nothing happens.

    #144489
    dassoubarna
    Participant

    I have found a plugin that can do so. But it will work upto wordpress version 3.2.1 and BuddyPress 1.2.9 or higher. You may try that.

    https://wordpress.org/extend/plugins/bp-tinymce/

    #144415
    dainismichel
    Participant

    ahh — i was going to do that but gave the “private buddypress” plugin a shot and it worked.

    i am relieved and grateful :-)

    best,
    dainis

    dainismichel
    Participant

    huh, i just tried the “private buddypress” plugin — using the latest WP BP for nov 2 2012 (plz lookup the versions if you need to), and the plugin works just fine.

    i am quite grateful to the creator of the private buddypress plugin. it does everything i need it to do.

    life’s hard enough as it is — when you catch a “break” like this with code that works as promised without hassles and even without payment — you just really have to say thanks.

    thanks to dennis at: https://profiles.wordpress.org/GIGALinux/ seriously — thanks!

    #144304
    rezwiebel
    Participant

    One addition: it seems, that also the state of privacy is not saved, when i create a new group. Only, when i change the privacy after creation. So when i want to add a private group and not public, it is still public after creation. The problem exists also with Standard Theme of Buddypress…

    #144253
    aces
    Participant

    Have you changed the theme template to remove the walled garden hook?

    With Your function there should be something like “ in the header.php ….

    An alternative way is to load it on a bp hook as in https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-do-i-make-buddypress-1-6-a-private-community/#post-136021 ( Note:
    The function can be put into bp-custom.php though that example puts it into a plugin )

    #144251
    windows84u
    Participant

    no one knows how to change redirect link from wp-admin to registration page in private buddypress plugin??

    #144128
    Tammie Lister
    Moderator

    What happens when you use the default BuddyPress theme? Do you get an error message or none?

    #144116
    CameronW1996
    Participant

    That sounds the simplest way.

    I take it when i have private groups I/teacher can add members to groups too?

    #144032
    modemlooper
    Moderator

    All you would need is to create private groups and then users could request access. That’s the simplest route. You could also automate it by user role or even by using a profile field

Viewing 25 results - 1,751 through 1,775 (of 3,460 total)
Skip to toolbar