Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'private'

Viewing 25 results - 3,151 through 3,175 (of 3,769 total)
  • Author
    Search Results
  • 3sixty
    Participant

    “you are able to view updates/comments made by a friend who is a member of a hidden group … not only can you read content made to a group that you should not be able to read but you can also use the ‘reply’ to add a comment”

    ACK! Are you serious? What is the trac #?

    #75288
    r-a-y
    Keymaster
    Hugo Ashmore
    Participant

    This is similar to an issue I found and have an open ‘Critical’ ticket on.

    If you go to your account and then activity > friends you are able to view updates/comments made by a friend who is a member of a hidden group but which you are not, what is worse is that not only can you read content made to a group that you should not be able to read but you can also use the ‘reply’ to add a comment that will then appear in the hidden group.

    I’m afraid that for me hidden groups are no such thing and represent a real issue if people use them believing them to be hidden and private in nature.

    To date I have had little response on this, the ticket is still open and but for the very kind help of Boone, who helped or rather provided a interim hack to hide the activity altogether, there feels as though there is not a huge deal of concern over an issue of this nature when Andy dropped into the forum thread I raised on the issue it was simply to tick me off for incorrectly referring to hidden groups as ‘private hidden’ – Sorry Andy just thought it may have merited a little more concern than nomenclature issues :-)

    #75233
    sameast
    Participant

    Hi Thanks for the reply.

    Yes i will need non members to be able to contact a member without being logged into the website. I was aware off the private message as you pointed out but i really need non logged in users to be able to fill out a contact form and send to a members profile email address.

    #75226
    @mercime
    Participant

    “I would like the Members profile to have a contact button which when clicked allows the users to send an email to the member?”
    Actually, when a logged-in user sends “Private Message” to another member, the latter receives the message in his/her email inbox. Or did you need a contact form for online visitors who are not logged in so they could touch base with any member of your community?

    #75182
    5887735
    Inactive

    I noticed “add friend” was replaced by “follow.” Profile details seem private. And, I like the permalink button in the activity streams.

    #75134
    gaysurfers
    Participant

    ?

    abcde666
    Participant

    I guess you are talking about this:

    https://trac.buddypress.org/ticket/2166

    Currently, I think that it is not wise to use Private-Groups as those are not working really perfect yet….

    ericreynolds007
    Participant

    Amen! Any coders out there up for the challenge?

    3sixty
    Participant

    I think what you’re saying is that, for example, in Forum posts: if you’re a logged in member of a private/hidden group, you should see private/hidden posts in the overall Forum Index, and obviously, nonmembers would see the same Index minus the private posts. I agree that this seems like it should be the logical default in BP. On my site, keeping private/hidden posts it creates a “parallel universe” effect where users of private/hidden forums have to visit a special place to see that protected content. As a result, private/hidden forums get less usage than they should.

    I have no idea if this is planned for BuddyPress, but I would put in a strong vote for it. In the meantime, it could be handled by a plugin or rewrite of code.

    #74965
    Boone Gorges
    Keymaster

    It really depends what you mean by “customization”. If you mean that each group should be able to load its own background/header/color scheme, then it’s definitely possible. I don’t know of a plugin that does it, but it wouldn’t be all that hard to write something that allowed group admins to switch between a number of admin-selected color schemes, or to upload images in addition to the avatar.

    Is there some other meaning of “custom network” that I’m missing out on here? Something that “private/hidden” doesn’t already cover?

    #74893
    Boone Gorges
    Keymaster

    I mean it’s not possible to have totally separate BP networks running on separate subdomains but using the same installation of BuddyPress.

    If you take my suggestion, you can make groups either Private or Hidden. If a group is private, the only people who are able to read or contribute to the group are those who have either had a membership request accepted, or those who have been invited. Hidden groups are the same, but they don’t show up in group directories, and thus it’s impossible to request membership to them – you can only join by being invited.

    In this way, the activity that happens in a hidden group is only viewable by members of that group. Users of the site, however, could be members of multiple groups, and could interact with each other outside of those groups, through the profile pages and private messaging (assuming that you enable these features). From my point of view, this is the best of both worlds.

    #74798
    kylecasey
    Participant

    Were not really a blogging website, it’s more for group communication.

    Would it be possible that each new private social network that comes to the website does the following:

    1. Registers which sets up a new group

    2. Creates a subdomain (1234.domain.com)

    3. Subdomain is pulled in is associated with it’s own database, 1234database

    Can then it be worked out so that when a user logs in, it will see what subdomain he/she is on, then uses the information from the database that is associated with that subdomain? This way each subdomain will be its own private social network but only one installation of WP is needed.

    Is this possible? I’ve never used WP before…

    #74541
    jstebbing
    Member

    Bump. Anyone have an idea if possible? I’m not opposed to paying for the work, just need to know if it is even an option. I can try to explain in greater detail if needed.

    #74390
    Jeff Sayre
    Participant

    Progress is good. There are two more bugs to figure out and then a little new CSS to add and then I’ll set it free for testing. I don’t want to say when that will be as I’ve missed a few of my self-imposed deadlines, but I do look to get it out very soon so that it can be tested with BP 1.2.4 in anticipation of the big impending WP 3.0 / BP 1.3 release.

    I appreciate the offer of assistance. Several people have graciously done so. Once this version is out, I would love to see a group of people begin to help support and update it. It is too important of a component to let a single person control. At that point, I’ll convert my private repository over to an Open Source repository for those involved.

    ajaxmac
    Participant

    I just swapped my site back to the default buddypress theme and am still experiencing the same problem. So switched back to the bp-widget theme that I had tweaked for the look and feel that I wanted.

    Might be something weird going on with a database query or something cached?

    ajaxmac
    Participant

    Hi – I’ve got a child theme – it’s based on modemlooper’s bp-widget theme. bp-widget is a child theme of the default. I hadn’t thought of switching themes to try and sort it out.

    I’ll give that a go and post back if I have any success.

    I did try deleting the user who all messages were going to and that did not solve the problem.

    I just made an account on our.windowfarms.org and see the same problem. a user adamrd is the recipient of all messages. What them are you using neufuture?

    BTW: I love the windowfarming idea. Looks great.

    cheers

    r-a-y
    Keymaster

    You could probably use this snippet in your theme’s functions.php file:

    https://buddypress.org/forums/topic/how-to-make-a-private-community/page/2#post-44729

    If you attempt to access the site and you’re not logged in, you will be redirected to the register page.

    #74227
    Aaron Edwards
    Participant

    @Mike, thought my post was deleted. Just edited. Sorry Andy!

    FYI – I really respect all the work you put into BP Andy and others. I submit patches whenever I find something. I can’t speak for WPMU DEV but our members are very happy to have the instant support we provide and always updated plugins/themes.

    People who are trying to put together a professional site see the worth in paying a relatively small fee (compared to hiring a private dev) to get support and plugins they can depend on not to break with each WP/BP update. Professional work costs money, and people who want it know that. Nothing wrong with giving people that options.

    It furthers BP and it’s popularity even more!

    #74225

    In reply to: Group-Rights Plugin

    3sixty
    Participant

    Here’s what I’m thinking in terms of user stories, assuming 2 groups (A and B):

    “I’m a user of Group A, so on the main blog, I see all Posts tagged A. I don’t see Posts tagged B.”

    “I’m a user of Group B, so on the main blog, I see all Posts tagged B. I don’t see Posts tagged A.”

    “I’m a user of Groups A and B, so on the main blog, I see all Posts tagged A and B.”

    It will use blog tags, not blog categories.

    It will support normal, private, and hidden forum types.

    Assuming a post is tagged with A and B, the permissions are as expected:

    “I’m a member of group A. I can see the post tagged A and B.”

    “I’m a member of group B. I can see the post tagged A and B.”

    #74039
    Anonymous User 96400
    Inactive

    I never said you shouldn’t optimize your site for SEO purposes. I just meant, that on most social sites it’s less important. Obviously there are exceptions. Now, when you add privacy control into the mix, basically making portions of your site private or semi-private, SEO will be even less important. That’s why I said you should mainly concentrate on the public pages (which will be the blog pages for most setups).

    Brandon Allen
    Participant

    I’m not able to reproduce this. Did either of you create a child theme, or did you just customize the default theme?

    neufuture
    Member

    Having same problem with http://our.windowfarms.org

    Seems like a serious bug

    #73787
    rich! @ etiviti
    Participant

    the index won’t paginate and it will only display public and/or if that certain user is a member of other private/hidden groups – at least that is what the logic is suppose to do ;-)

    #73599
    foxly
    Participant

    @Mike Pratt

    I think another amusing point about the whole “online social community” thing is that people mistakenly think Facebook invented all these concepts and that we’re somehow “ripping off” Facebook by emulating these features.

    Facebook did not invent ANY of the key features people associate with social networking.

    That credit goes to the dial-up bulletin board community of the late 1980’s. Specifically, a piece of software called “The Major BBS”, which you can learn about here: http://en.wikipedia.org/wiki/Major_BBS

    Twenty years ago, when I was coding “plug-ins” in C for Major BBS, we had ALL of the following features:

    Poking = “Paging” You would type “/p username” and it would pop-up on the other user’s screen if they were online. Or if they were offline the system would queue-up pages and notify you when you logged back in.

    User Profiles = “User Registry”

    Facebook Apps = “Add Ons”

    Chat = “Teleconference”

    Private Messaging = “Site Mail”

    Friends = (Implemented using a lot of different features, but to the same net effect.)

    Activity Stream = “Site News(?)”

    Groups = “Forums” (Entirely text based)

    Photos = “File Archives”. (Text based, queued downloads. At the time it would have taken 20 minutes to download a 300×600 pixel image, and JPG had not been invented yet. So you would queue the images you wanted to see and let them download overnight)

    Marketplace = (Done with “classified ads” add-on)

    FaceBook Ads = (Ads were manually added to pages by the SysOp, but could be paid for online with a credit card using another add-on)

    And many of the major BBS features in turn emulate old UNIX functionality.

    So to all those who are worried about [insert company name] patenting [whatever feature] or who feel bad about “copying” what somebody else is doing, practically any patent claim can be easily invalidated by showing prior art.

    Anyways, back to coding… :)

    ^F^

Viewing 25 results - 3,151 through 3,175 (of 3,769 total)
Skip to toolbar