Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'private'

Viewing 25 results - 1,476 through 1,500 (of 3,456 total)
  • Author
    Search Results
  • #163583
    bp-help
    Participant

    Sounds like your theme is throwing an error not the plugin as I have double checked that there is no whitespace. You need to check your theme for any whitespace lines before and after the opening and closing php tags and remove it. As far as modifying the plugin see line 24 in private-community-for-bp.php and change it from this:

    
    if ( bp_is_activity_component() || bp_is_groups_component() || bp_is_group_forum() /*|| bbp_is_single_forum() || bbp_is_single_topic()*/|| bp_is_forums_component() || bp_is_blogs_component() || bp_is_page( BP_MEMBERS_SLUG ) || bp_is_profile_component() ) {
    

    To this:

    
    if ( || bp_is_page( BP_MEMBERS_SLUG ) ) {
    
    doxaliber
    Participant

    I have similar problem. When a user invite someone to his group the other user don’t receive any notification. I think this is a bug. I’ve also tried default theme, but still it doesn’t work. 🙁

    #163575
    mshane8
    Participant

    Thanks- it is not working. I get a warning message when activated saying cannot modify header information- headers are already sent by …… theme/design.php etc….

    Can this issue be resolved and how do I modify the code to only protect a single page? -members?

    #163571
    bp-help
    Participant

    @mshane8
    This small plugin makes all buddypress related pages private and redirects logged out visitors to the register page. Read the readme.txt and study the comments in the plugins private-community-for-bp.php if the default functionality does not meet your requirement then you can edit it to do so. Get it here:
    https://github.com/bphelp/private_community_for_bp

    #163552
    bp-help
    Participant

    See my response here:
    https://buddypress.org/support/topic/terms-of-agreement-checkbox-for-registration/
    You will need to write a page of your Terms Of Service and you can add a link in the profile field description that would link to that page. After you create the page just copy the permalink under the Title and then paste it into the field description. For example:

    
    <a href="http://your-site/terms-of-service/">By checking the Terms Of Service Box you have read and agree to all the Policies set forth in this sites Terms Of Service</a>
    

    Of course this is just an example. As far as making buddypress only visible after they register you can use the technique above in combination with this plugin:
    https://github.com/bphelp/private_community_for_bp
    Make you to read the readme.txt in this plugins folder as it has some info regarding forums.
    Cheers!

    #163522
    Anton
    Participant

    +1, looking for the same thing. Ideally, the autocomplete functionality shouldn’t even be loaded if Friends is disabled (as it is now, I mean).

    Hugo Callens
    Participant

    I use a child theme derived from the default team, only changing the visibility of the menu as explained in //https://buddypress.org/support/topic/resolved-hiding-navigation-links-for-buddypress-pages-for-non-registered-users/
    When I use the default theme as such, it still doesn’t work.
    I also tried to change the user’s role to author; still no luck…

    @mercime
    Participant

    @prettiggeleerd what theme are you using? Have you tried changing to BP Default theme to check if it works?

    #163364
    bp-help
    Participant

    @valuser
    Hey thanks for spotting the bug. I just updated the plugin to 1.4 so read the readme.txt and install it to check and see if the added code takes care of the issue. Thanks!
    https://github.com/bphelp/private_community_for_bp

    #163361
    valuser
    Participant
    Hugo Callens
    Participant

    Similar problem here: WP 3.5.1 multisite + BP 1.7.1
    When admin accepts membership requests all works well; new members are added to the group list. But the new member doesn’t actually get access and still gets a message that says “this is a private group, request memberhip”.
    I also use the DB Cache Reloaded Fix plugin.

    #163297
    G
    Participant

    @megainfo

    Nice plugin. Is it easy for you to include function in this plugin to do either of the following:

    * Automatically block (or make Private) the listing of posts in Activity from specific blogs on the network.

    * Automatically block (or make Private) the listing of posts in Activity from specific users of the network.

    I have been trying to do this for a long time but no such plugin or feature is available yet.

    Thankyou.

    kraigg
    Participant

    I spent a few hours creating a development version and testing, but I still can’t get it to hide private discussions from the activity stream.

    Here is what I tried so far:
    – Deactivated all plugins except BuddyPress and bbPress, to see whether it is a conflicting plugin issue
    – Reverted back to default BuddyPress theme
    – Set the group to public, then back to private again

    The only strange thing I’ve found so far is when I go into the database. Inside the bp_activity table, the discussions from private groups all have “hide_sitewide” = 0. If I set hide_sitewide for these discussions to 1, the topic no longer appears in activity stream. But where does hide_sitewide originally get set?

    kraigg
    Participant

    Thanks Hugo, I tested it with all plugins deactivated except for BuddyPress and bbPress, and the problem persists. I’ll need to test it with the default theme as well, and possibly revert back to BuddyPress 1.6 to see if it still happens.

    The only change I made recently was update to BuddyPress 1.7 and change from sitewide forums to group forms.

    I’ll have another test and see what I can find. Thanks for putting me on the right path

    Hugo Ashmore
    Participant

    This should have dealt with quite a few versions back so something may have crept back in. If you can ensure this isn’t some odd plugin issue and that this definitely wasn’t happening in 1.6 please open a ticket on http://buddypress.trac.wordpress.org using your site credentials.

    I will just add though that a quick test on a local install running trunk does NOT show any issue like this, so check carefully it isn’t plugin issue also scan through trac to see if there was a recent ticket and fix put in place.

    #163066
    feeldesign
    Participant

    Hi
    Thanks
    I’d already tried that and nothing
    Did it again so yo ucan see. The register page link form “create an account” is wrong, the page is http://retiredandkicking.com/index.php/register/ but it’s looking for http://retiredandkicking.com/register/
    How do I correct this? Is the register page supposed to have content, as it seems to have none at all
    Can I pass login details privately?
    James

    #162971
    aces
    Participant
    bp-help
    Participant

    Try this plugin to see if it fits your requirement just understand it makes all BP pages private but line 24 in private-community-for-bp.php can be edited and commented out the components you don’t wish to protect there is an example built in the plugin for sitewide forums to see how to comment certain components out:
    https://github.com/bphelp/private_community_for_bp

    #162886
    Henry
    Member

    @shanebpdev

    For the life of me I cannot figure out why it doesn’t work for the friends loop. Am I missing something glaringly obvious?

    Anyway I thought why not just build the link and throw it directly in the friends template?

    echo wp_nonce_url( bp_loggedin_user_domain() . bp_get_messages_slug() . '/compose/?r=' . bp_core_get_username( bp_get_member_user_id() ) );

    #162881
    shanebp
    Moderator

    @henrywright-1

    I’m not going to spoon-feed this to you.
    But you’re on the right track.
    ( I should have said ‘ The clue is in your reply…’ )
    You’ve found what is the same in those two situations.
    So what is different about them ?

    Sometimes it’s easier to start anew.
    For example – instead of ‘how to I change this to do that’, start with ‘how do I do that’.

    Use echo to confirm the required variables.
    Use var_dump to expose all the fields in objects.

    #162878
    Henry
    Member

    @shanebp you mean the bp_directory_members_item is different? That is the same in both the members directory and the friends list (both use the members loop)…

    #162876
    shanebp
    Moderator

    @henrywright-1
    What’s different? The answer is in your reply “Thanks for that… ”


    @valuser

    That usage makes sense and has been mentioned by others.
    But it’s not a simple tweak.
    And would require an admin screen so you could choose to show / not show the button in loops.
    And etc. etc.
    I’ll write an article in the next week or so on
    PhiloPress

    #162868
    valuser
    Participant

    Thanks for function https://gist.github.com/shanebp/5391229

    works bp 1.7, wp 3.5.1, bbPress 2.3.1 Theme: Child of bp Befault

    Any chance that it might call up your BP Profile Message UX 1.1.3

    #162865
    Henry
    Member

    Interestingly I just tried this outside of the members loop. It doesn’t work on the friends list page. What is different about the friends loop and the members loop for this not to work? Humm…

    #162863
    Henry
    Member

    Thanks for that! I can see now you’ve created a new function display_private_message_button which hooks on to action bp_directory_members_item in the members loop. Sorry for being slow, i got there in the end :}

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