Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'private'

Viewing 25 results - 3,826 through 3,850 (of 3,875 total)
  • Author
    Search Results
  • #37611
    Marcelo Vetter
    Participant

    Me too…

    #37610

    In reply to: Members only

    Marcelo Vetter
    Participant

    Hi, sorry for my bad english.

    I looking for a plugin that makes buddypress a private network. I found this plugin: Secure invitations – http://wpmudev.org/project/secure-invitations. But its not work with BP.

    Can anyone intagrate this plugin with BP?

    #37081
    Michael Berra
    Participant

    Yes, it’s not the blog-privacy issue (although if a blog was private and afterwards set to public I have experienced, that it didn’t really change the way it should…).


    @sdq80
    : Yes, same for me. Sometimes it seamed, that something was deleted (i didn’t look it up in the database). I thought maybe it is a function that kicks activity out after a while…

    #37074
    Andy Peatling
    Keymaster

    If the blog is set to ‘Private’ activity will not be recorded for that blog.

    #37022
    Joss Winn
    Participant

    Thanks, Burt and Trent, for posting this. Really, really helpful when you have to create a private social network, as I do, at a university.

    #36949
    Trent Adams
    Participant

    Yeah, that is what I mean. If adding things like “embed” or “object” code scares you to death, you can always include something like Anarchy Media Player where you can include the javascript in the buddypress theme header and then it will parse the page for the plugin quickcode and display the media that way. That is a way some are already doing it with things like bbPress where the media plugin doesn’t exist yet.

    Andy put a filter on the tags used in wire. It allows common HTML now, but with a plugin can also be used to change the allowed tags to anything you want. I am going to do this on an extremely private install, but thinking about Anarchy as well. Just haven’t had time.

    Trent

    #36844

    In reply to: privacy issues

    Trent Adams
    Participant

    I am sure dsader can fix it without much effort. I opted generally to go with the plugin I have referenced before called “Members Only” on my smallest install which is just for family. Reason I went with this plugin over dsaders was both the RSS feeds as well as the ability to have the blogs you want still being “public” in their settings, but still members only.

    What that means is the main WPMU blog can be private and only accessible to logged in members. If blog 1 is public, it shows in the main sitewide feeds. If blog 2 is private to members only, I can still set it as “public access” in the privacy options, but the “members only” plugin will not allow viewing without logging in, but the blog posts will still show in the main WPMU blog widgets.

    Not the best solution for larger sites, but I am assuming that when Andy has a chance to implement the privacy options into buddypress, this will be a moot issue at some point.

    Just some additional thoughts.

    Trent

    #36835

    In reply to: privacy issues

    Joss Winn
    Participant

    I’ve just posted this to the WPMU forums, but it’s just as relevant here: Regarding dsader’s more privacy options plugin…

    “I’m testing this plugin on a WPMU 2.7 and BuddyPress (both from SVN) installation. It can turn BuddyPress into a private social network quite simply by making the main/first blog private. However, there’s one issue I can see:

    the ../activity/feed RSS feed is private when the ‘main’ blog is private.

    But, member’s activity feeds i.e. ../members/josswinn/activity/feed remains public.

    Any way to fix this? I appreciate that the plugin wasn’t written to support BuddyPress, but it’s so close to working well on BuddyPress that it would be good to look at this and provide a way to create truely close BuddyPress networks.

    Thanks!”

    I’ve since found that this is happening to me on a site installed in a sub-dir but not on an install using wildcard DNS/sub-domain. Can anyone verify this?

    #36454
    Trent Adams
    Participant

    Great to hear bluocean!

    #36444
    Wardee
    Participant

    Good for you!

    #36358

    In reply to: privacy issues

    Joss Winn
    Participant

    That’s very reassuring that you’re using dsaders privacy plugin, too. Nice to see such a simple solution already exists to provide private BuddyPress communities while not affecting the privacy of individual’s blogs. In education, I can see this being very attractive. Hopefully Andy is aware of this for future core feature development.

    #36331

    In reply to: privacy issues

    Joss Winn
    Participant

    I’ve not tested it extensively yet, but this plugin:

    http://wpmudev.org/project/More-Privacy-Options

    seems to allow the blocking of all users, except the registered community, from viewing anything related to buddypress.

    If I set “I would like my blog to be visible only to registered users from blog community” for the main/first blog where all the buddypress features sit, then you have to login before being able to see anything except for blogs, which have their own privacy options.

    Is it really this simple to create a private social networking community but allow the blog privacy to remain under the control of the blog owner? I hope so. Perhaps someone can test and verify this?

    Thanks.

    #36299
    nicolagreco
    Participant

    Good idea for new plugins..

    #36297
    Andy Peatling
    Keymaster

    Use a hidden group. Site admins can invite but not add without acceptance. You could write a plugin to do that though.

    #36224

    In reply to: Personal Profile Forum

    fishbowl81
    Participant

    Lets get the general public forum working, before we get greedy. I do like the idea, but for the general good I think you could just form your own cult group, make it private and be good.

    Please post any progress you make on the privatization of group forums, I would like to do something so I don’t have to maintain 2 installs of bbpress.

    Thanks,

    Brad

    http://gorgeousgamers.com/beta/

    Burt Adsit
    Participant

    I thought about doing the same thing. I setup 2 instances of bbpress. One for groups and one for ‘the community’. The groups forums were hidden. I didn’t like it too much. I wanted the public groups to be public forums but read only until users joined a group. I also wanted the private and hidden groups to have hidden forums.

    See this thread: https://buddypress.org/forums/topic.php?id=696

    #36106
    fishbowl81
    Participant

    Hopefully this will make sense

    I have 4 directories, which I download the svn update to, and then copy them over to the live site:

    /bbpresssvn

    /buddypresssvn

    /wordpresssvn

    /privatedevsvn

    By logging into the command line, I can do this

    svn up

    inside each of those 4 folders and it will update them to the newest trunk release. Then I run this command (or similar for buddypress)

    cp -R * ../beta

    and copy the files to the dev server. So far this has worked really well.

    The private dev svn is where I upload my own plugins and themes I’m doing development on. This method is extremely fast as I never have to ftp any files between the internet, my laptop and back up to the web server. It does require command line access and knowledge of svn.

    Hope this helps,

    Brad

    http://gorgerousgamers.com/beta

    #35886
    Burt Adsit
    Participant

    wardeh, sorry it took so long to get back to you. Been busy. From what I gather all wpmu and bp functions are available. However none of the actions and filters on the mu side are in effect. I’m still not sure what that means. Just something I’ve read.

    I don’t know if this deep integration is even what I want. I know it’s problematic at the moment. I think it’s going to take some time for sambauers and the gurus at bbpress to work out the kinks. I generate enough problems on my own. I’d like to keep the problems to *me*. I have a chance of fixing those. ;)

    I do know that xmlrpc works *now*. That’s what bp is using for the bp-forums component. Loading all of mu just to get at a few functions is kinda overkill. I think what I’m gonna do is create a couple of more xmlrpc methods on the wpmu side that will be called from bbpress. Such as:

    ‘get_all_group_forums’ – gets all bp groups that have forums and the forum id so that read-only-forums and hidden-forums can be automagicly configured. My plan is to configure all public group forums read-only and private and hidden groups hidden-forums.

    ‘get_all_group_members’ – Foreach group with forums get the members of that group and automagicly configure an override for each group member in that forum.

    So from the bbpress side to configure read-only and hidden-forums, we get all the groups that have forums and then all the members of those groups and make the two bbpress plugins work with that info. Should be enough.

    Using xmlrpc is better than loading all of wpmu just to do those two things. Especially since this deep integration is still flaky.

    xmlrpc has added benefits. It’s way cooler. ;) My forums don’t have to reside on the same server as my bp/wpmu install. I keep hearing rumblings, rumorings and hintings about xmlrpc. It’s kinda like sleeping and lurking. Getting ready for something. Comments by wpmu gurus about xmlrpc privately, Andy relying on it for forums. Something’s brewing.

    #35872

    In reply to: Blog-Bug?

    RDG
    Member

    I have exactly the same issue here. Don’t know why, but at my test setup (http://www.dutch-dig.com) the blog entries at http://robert.dutch-dig.com are not shown in robert’s user profile. At first the blog was set to private. I’ve changed that to public and still roberts blog is not shown.

    #35820
    Trent Adams
    Participant

    I plan on hacking up something that doesn’t cache private blogs as well since right now wp-super-cache will cache private blogs and then show them from cache to the public. I just have an array in my wp-config.php right now for private blogs, but that isn’t a long-term solution. It would be nice to cache members and groups though.

    fishbowl81
    Participant

    Well, as the developer for http://gorgeousgamers.com/beta/ I figured I should answer this question.

    I have 2 instances running of bbpress, 1 is .com/beta/forum/ and the other is in a different location. Currently it is not safe to combine them, as private groups would be visible to all members, which is still an issue but would be harder to find these hidden forums.

    The menu bar, which lists the general forum is actually as simple as uncommenting the code in the header.php file in home theme.

    I’m still not sure if I should theme bbpress to match the site, or modify a copy of the groups forum tools to allow general discussion. This wouldn’t be a quick development, but would be easier down the road as the theme develops.

    Thanks,

    Brad

    http://gorgeousgamers.com/beta/

    #35623
    yu
    Participant

    “i want a list of all members in all groups for ALL users (registered/non registered).” – i mean everybody should get a list of group members in group home. whenever group is public or private. as you can see that’s allready done. i’ve just update two numbers in function get_random_members() in bp-groups/bp-groups-clases. that’s all i had done.

    #35580
    Huda Toriq
    Member

    @burtadsit

    Another alternative instead of separating WPMU & bbpress capabilities: you can assign specific user meta for each users. Say, the meta value is an array containing all forum ID that specific user belongs to. Of course you need to write some hack to the bbPress side as well. That way you can share both public & private forums in a single bbpress install.

    Just an idea. I haven’t look into the code too :-)

    #35459
    David Bisset
    Participant

    Thanks, this is actually in private testing as we speak. Hoping to release this any day now. I got it working in the top search box as well.

    #35291
    Trent Adams
    Participant

    Do you have phpMyAdmin running? Can you go to it or whatever Database admin program that your host gives you and then run the following command on your database?

    CREATE TABLE wp_user_3_activity (
    id int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY,
    item_id int(11) NOT NULL,
    secondary_item_id int(11),
    user_id int(11) NOT NULL,
    component_name varchar(75) NOT NULL,
    component_action varchar(75) NOT NULL,
    date_recorded datetime NOT NULL,
    is_private tinyint(1) NOT NULL,
    KEY item_id (item_id),
    KEY user_id (user_id),
    KEY is_private (is_private),
    KEY component_name (component_name)
    )

    See if it will actually create the tables manually?

Viewing 25 results - 3,826 through 3,850 (of 3,875 total)
Skip to toolbar