Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'private'

Viewing 25 results - 2,176 through 2,200 (of 3,463 total)
  • Author
    Search Results
  • #123317
    @mercime
    Participant

    BP version? Are you using bp-default theme or custom theme? New or updated installation? Any messaging plugins activated?

    #122549
    ogeeku
    Member

    I am getting a similar error on friend requests as well as private messages being sent since the upgrade. Can you give an example of the code fix that you placed? (Example of commenting out within php)

    Thanks so much!

    archonic
    Participant

    Small update: I enabled the friending component of BP to invite a user to a group and that worked. However, in what might be an unrelated case, hitting “new topic” on all pages that have that button, as any user, does nothing. I believe it’s related – there’s a common condition failing for a number of functions due to botched permissions.

    Perhaps a drag and drop update to BP 1.6 bleeding messed up the user table? I believe I did that after the issue showed up.

    archonic
    Participant

    Thanks Ray, I’ll keep an eye on that ticket. I’m not sure it’s what I’m experiencing however. Despite having the same WP, BP, plugins and theme, the buttons to join both public and private groups do not appear for any user, only on my production site. When on the page for a private group you’re not a member of, there is a tab link to request membership which will show the “You do not have access to this group” error, but the issue is higher than that since joining any group is somehow unavailable.

    wiking
    Member

    i try to get it running and provide my version if it works.

    Boone Gorges
    Keymaster

    Probably at least some custom SQL is needed. Something along the lines of:
    (1) doing an additional query to get a list of the user’s groups and the forum_ids for those groups
    (2) limiting the main forum topic query WHERE ( forum_id IN ( {$user_forums} ) OR group_status = ‘public’ ) (not sure if group_status is available here, I would have to look)

    > is it still that hard to implement the bugfix
    It’s not very difficult technically, but it will introduce at least one or two more queries on what can already be a database-intensive page load. If you can provide a workable patch, I’m sure it would be happily considered.

    wiking
    Member

    maybe interesting for other users with private groups heavily used:
    i modified the function “groups_add_forum_where_sql” starting at line 88 in /bp-groups/bp-groups-filters.php.
    I added the following block at line 110:
    elseif ( is_user_logged_in() )
    unset( $parts );
    therefore all logged in users get the same view as an admin and see updates in all private group forums (error message when clicking of threads they are not allowed to). next step would be to filter out group forums where the user has no permission.
    ==
    is there an function which could be used for that filtering in bp (replacing is_user_logged_in())?
    or is custom sql code needed here?

    r-a-y
    Keymaster

    This is a reported bug:
    https://buddypress.trac.wordpress.org/ticket/3687

    Keep your eye on that ticket for updates.

    archonic
    Participant

    I’ve reinstalled WP, and BP, deactivated plugins and looked though all the settings I can find. This must be a bug but I’m not sure what’s cause it. Clearly the issue is in the database. Backing up all the content on production and reinstalling everything is the only way I know to fix this.

    Unless someone else has an idea :). Anyone?

    #123261
    Mary Jane
    Member

    Great idea!!!!!! i was just thinking aboiut that too! i hope theres something for that

    archonic
    Participant

    Sorry for the bump, but any ideas? On the broken site, “do_action( ‘bp_directory_groups_actions’ );” isn’t returning anything. I tried sifting through to get the condition that’s failing but haven’t found it yet.

    wiking
    Member

    there is not to much activity on this ticket unfortunately.

    especially if private groups are heavily used it is hardly comprehensible for users that some threads appear, but others are not displayed. this was the feedback of my beta test users (i’am just in the process of launching a new community for gamers and some power users of my old page are testing my bp installation).

    If it is not possible to use the Group-Forums-Directory- is there any other Point where a user can view all new threads they are able to read?

    is it still that hard to implement the bugfix with the new 1.5 api?

    Boone Gorges
    Keymaster

    This is expected behavior. The logic that would be required to show private forums to logged-in members of those groups is complex, and has not yet been implemented. There is a ticket in Trac to discuss this enhancement: https://buddypress.trac.wordpress.org/ticket/2576

    xsn0w
    Participant

    How should I go about adding this function to my child theme (Fishbook).

    #122640
    Anamaria
    Member

    BuddyPress Private Community is in the Fail list here https://codex.buddypress.org/releases/1-5-plugin-compatibility/, however the error listed in this table seems to be for another plugin.

    When I install Private Community, it does create a php error, but I found this error is not created by the plugin, but by a BuddyPress bug described here: https://wordpress.org/support/topic/plugin-buddypress-private-community-when-clicking-on-a-protected-page-i-get-error.

    I have made the fixes described for this bug, and Private Community now seems to be working, although I am still testing.

    #121344
    Tammie Lister
    Moderator

    Hmm first up a little more information about your set up would be good.

    Are you running single or multisite WordPress?
    Are you on the latest WordPress?
    Have you checked the minimal server requirements for WordPress and that your server meets these?
    Do you have a memory limit in your php.ini file (you may have to ask your host about this)?
    Have you tried deactivating all other plugins then just trying BuddyPress with the default theme?

    No need to link to your admin panel – make sure you don’t put private information also (just incase) on this forum as it’s a public forum.

    #120962
    Connor
    Member

    Sure, if i understand correctly you only want logged in users to see certain pages.

    Private-buddypress should do the job:
    https://wordpress.org/extend/plugins/private-buddypress/

    Hope that helps.

    #120721
    THX 1138
    Member

    ok figured what I could do, unfortunately almost all the plugins are useless now. some of theme like private buddypress is key, is there a way to keep profile pages offlimits to non-registered users?
    My main question is this, I can set the media embed max width in the admin panel, and I can set in wp-config define(‘BPFB_OEMBED_WIDTH’, 200, true);
    but videos still embed at full size, which means, that on the mobile site, using bp mobile, the video runs off the edge of people’s touchscreens. that’s it, I know no other way to have a safe transition to the new bp, which will should be called, due to all the changes, 2.0
    that should be about it, I figured that i have to completely rebuild the site, once I have the compatible plugins set, I will update the ones on the remote server and remove the ones which don’t work, move my theme and hope to god I don’t loose my 400+ registered members….uggh

    #120656

    In reply to: buddypress 1.5 issues.

    Boone Gorges
    Keymaster

    Very strange. Is *any* of the javascript on your BP 1.5 installation working? Places to check: requesting friendships/group memberships from directories; replying to private messages; the “read more” link that appears when you have a very long forum post.

    #120303
    sdls
    Member

    wow it really was the dots!

    #120177

    Thanks a lot for your comments, @qrahaman and @mercime :)

    #120125
    @mercime
    Participant

    @hectorrubio my thanks as well. Definitely a good read – the planning process to implementation using native WP functions and BP/plugins. Cheers.

    #120119
    Quint
    Participant

    Thank you for taking the time to put this together. Much appreciated. :-)

    #119930
    Quint
    Participant

    Hhhhm @tnd, not sure what your goal is. Based on my interpretation of what your trying to accomplish, I would do this instead. Create a Smith Family group, and add Smith family members to the Group. You could set permissions on it to “hidden”: that is, the admin gives permission to those who want to join AND the group is listed in the group directory; or, “private”, where the previous applies except, no one sees it (not listed in the group directory, but only seen by Smith group members as part of their profile).

    That way, in XProfile, you could be specific about defining the role (through a field group), that a Smith Family group member would choose to complete, and that info is what would be displayed when Public is selected.

    The “name” issue that you mentioned… if by filling out “Name”, you’re referring to the “Name” in the “Base”, then every time that’s changed, that logged in member’s profile name will change. If you actually added a field called “name” to a field group and when editing the profile, specifically, that field group’s field called “name” and by doing so, somehow changes the “Base” field “name” content, then I have no idea how to help. That shouldn’t happen.

    #119822

    In reply to: Profile rating system

    Hey @christophg

    Sorry, I’ve been travelling a lot or work and haven’t had enough time to come back here!! Thanks for the info on Profile manager. I was half way through with my solution when I stumbled upon hers. It didn’t work for me, so I contacted her. After several iterations of the plugin it still didn’t work for me. I suspect there may be a plugin conflict, however, I have limited plugins running on my installation, and my community needs every one of them. So I continued to make refine the idea I sent to you.

    As for your question regarding using S2 to control who gets one of your pages created, I am not sure if it is possible. As it stands, S2’s hooks and filters only allow you to keep content sequestered depending on user level.

    One idea for you though is to allow a page to be created for every one who registers. Then, display the contents of that page as an iFrame on each users member profile page. Create a private group for the members who should have a rating. Then wrap the iframe in code that restricts the display of the iframe to only displayed members of that group. I do this very thing for my “Brands”.

    I believe this is the code I used to show only on my brands member pages:

    https://buddypress.org/community/groups/creating-extending/forum/topic/checking-if-a-user-is-in-a-group

    Let me know if you need more help!

Viewing 25 results - 2,176 through 2,200 (of 3,463 total)
Skip to toolbar