Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'private'

Viewing 25 results - 1,451 through 1,475 (of 3,450 total)
  • Author
    Search Results
  • becskr
    Participant

    Hi all

    I have fixed the issue but it has taken me a while to work out what an earth is going. The issue is not the theme, but in global.js so I should not have the only site experiencing this problem.

    The issue would only ever be on a single group page, on the group directory you were able to request membership completely fine.

    In global.js line 940 references a css id which is only listed on the groups directory

    jq('#groups-dir-list').on('click', '.group-button a', function() {

    therefore the requests won’t work. As a temp fixed I’ve copied the function and referenced

    jq('#item-buttons').on('click', '.group-button a', function() {

    which will reference the request button on a single group. I’m not too good with jquery and have just added this into the default global.js as assume someone will not go and fix this and roll out an update.

    #164877
    WordBuddyPress
    Participant

    I combined my theme with the twenty twelve theme and found out that the error is in the functions.php file. It was because I added the snippet “remove private from post title” I fount on CSS tricks

    @mercime
    Participant

    @bakelady Where is the disconnect for any member joining a private group? Which step below?
    1. A member clicks on the “Request Membership” button of a private group, the button should become “Membership Requested.”
    2. Group Admin gets notification via email (if enabled) and via notification bubble in WP Admin/Toolbar
    3. Group Admin clicks on notification that a certain member is requesting membership. Click brings Group Admin to group’s Admin > Requests
    4. Group Admin chooses “Accept” or “Reject” membership request
    5. Accepted Member gets notification via email (if enabled) and via notification bubble in WP Admin/Toolbar that he/she was accepted to that private group

    Lynn Hill
    Participant

    @mercime. I’ve just discovered that although I deactivated the User Role editor, people are still not able to join the private group, even though I’ve successfully done a test with a new testing member.
    I’ll have to wait until my website theme designer gets back to me to see if she can sort this out. If we manage to sort this out I’ll let you know for future reference.
    Thanks
    Lynn

    @mercime
    Participant

    @bakelady ๐Ÿ™‚ Thanks for posting about the conflict with the User Role Editor and private groups.

    But I still need to find out why โ€˜contributorsโ€™ are not able to add blog posts and events

    Contributors should be able to submit a post from the backend (wp-admin) but it will need Site/Super Admin to approve and publish the post.

    Lynn Hill
    Participant

    @mercime Thanks for the reply. I didn’t design the custom theme so not confident in changing to Twenty Twelve to test your theory, I’ll have to wait for my friend, the theme designer, to get back to me to test it.

    But I’ve now established that it’s ( when deactivated) the User Role editor that is stopping people from joining a private group within the website. It had a very recent update. But I still need to find out why ‘contributors’ are not able to add blog posts and events

    I’ll keep plugging away. No pun intended ๐Ÿ™‚
    Thanks again.
    Lynn

    @mercime
    Participant

    @bakelady Error logs? If you change to Twenty Twelve theme or the BP Default theme, is the issue resolved?

    #164674
    bp-help
    Participant

    @echofoxtrot
    This plugin works and is more complete as far as building a private community.
    https://github.com/bphelp/private_community_for_bp

    #164649
    tsinclair1982
    Participant

    Please help me get this straight in my mind, i need to reduce it to writing before i go find a developer to help.

    I need multi-site, multi-network buddypress and wordpress. SINGLE signin point of entery and then multi private networks. Some networks may have top level domain and some maybe “behind” a website hosted on wordpress.

    Is this a possible layout?

    Thanks

    #164324
    angslycke
    Participant

    I’ve upgraded to BuddyPress 1.7.2 in my staging area and the update went smooth. Most functions seem to work fine. However, when I tried registering a new user the above filter didn’t work. BuddyPress sent the standard activation e-mail to the new user’s e-mail instead of the admin e-mail (please read the first post in this thread to review the new member process I have).

    The function bp_core_signup_send_validation_email_to is in bp-members/bp-members-functions.php on line 1361 and I’ve verified that it’s unchanged since BuddyPress 1.6.4 which is what I’m running now. Does anyone know if there’s been any other change affecting this? Thanks!

    GGG_TXL
    Participant

    Also in case of a visible category “Gruppenforen” the behaviour is identical.

    GGG_TXL
    Participant

    Meanwhile I did find, that user/template-tags.php did have a known issue. But patching that did not change behaviour at a specific way to reproduce the problem:

    User X is member of group A, but not group B. Both groups do have hidden forums. Both Forums are in a hidden Category “Gruppenforen” (German for group forums).
    When User X goes to the forum of group A and then follows the link in the group to “Gruppenforen” and onlky at that moment the widget for recent topics shows all topics in “Gruppenforen” includigts those of group B, that user X is not supposed to see.

    #164252
    ljmac
    Participant

    @bp-help

    Actually, if you can do it as a universal function, I can probably convert it to a page-specific function myself (I’ve actually split the main activity stream into five separate pages with different scopes on my site already). I could send you my set-up, but it might be better to do it privately, as the site contains some nudity. ๐Ÿ™‚

    Thanks but, like kraigg there, I am running bbPress 2.3.2 so this issue is very much not fixed!

    @mercime
    Participant
    Haies
    Participant

    @bphelp

    I don’t have forums, I want it for the whole website.

    bp-help
    Participant

    @haies
    This blocks BP pages from logged out visitors. See the readme.txt in the plugin for forums.
    https://github.com/bphelp/private_community_for_bp

    #163698
    bp-help
    Participant

    @prettyhopeful

    @modemlooper
    removed buddypress extended settings from the repo and made one premium plugin called BuddySuite that has more features than the plugin that was in the repo. I think this also covers adding the profile menu to the main nav as well You can get it here:
    http://shop.taptappress.com/downloads/category/plugin/
    For the private community you can get that here:
    https://github.com/bphelp/private_community_for_bp
    Cheers!

    #163651
    Rebastion
    Participant

    I actually think this should be a core feature ans simple on/off setting in BP.

    however there is a plugin to do that, which i havent tested https://github.com/bphelp/private_community_for_bp

    #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).

Viewing 25 results - 1,451 through 1,475 (of 3,450 total)
Skip to toolbar