Search Results for 'private'
-
AuthorSearch Results
-
March 16, 2010 at 10:36 pm #68680
In reply to: How to make a private community?
r-a-y
KeymasterI haven’t tried my mod site-wide on WPMU because it was only needed on the BP community-side for a site I was working on. If you’re not using WPMU, you should be okay.
Don’t activate the plugin site-wide if you want your user blogs made public. In this case, only activate the plugin on the blog where BP is activated.
Re: invites. What are you using for that? The modified plugin doesn’t block the register or activation pages, so if your invites plugin hooks into the register page, you should be fine.
March 16, 2010 at 10:33 pm #68678In reply to: How to make a private community?
hachimaki
MemberI have some questions, in the other thread you say that you don’t recommend to ude ur plugin for wid-site.
I also say that the blogs of the user must be accesible.
-I have one question, plugin for inviting people to the community with all this privacy stuff on?
Sorry for my bbas english, im spaniard, ^^
greetings from spain
March 16, 2010 at 10:28 pm #68677In reply to: How to make a private community?
r-a-y
KeymasterInstead of modifying all the BP templates, you could try the Registered Users Only 2 plugin:
https://wordpress.org/extend/plugins/registered-users-only-2/
I’ve made a few mods to that plugin to better support BP here:
https://buddypress.org/forums/topic/bp12-plugin-wishlists#post-42114
Use what I suggested above.
Then turn off registration and manually create users. Assign these users a role of contributor or higher.
March 16, 2010 at 10:10 pm #68669In reply to: How to make a private community?
modemlooper
ModeratorAnother easy solution is to use a maintenance mode plugin permanently on. Create your own landing page and in the admin allow access to your registration page.
March 16, 2010 at 9:00 pm #68657In reply to: How to make a private community?
hachimaki
MemberOk, here I am.
For making buddypress a private commmunity, do the following:
-Create a new page in the admin interface.
-Make the page not to show in navigation with one of these: (http://www.kimwoodbridge.com/how-to-exclude-pages-from-the-wordpress-navigation-bar/ ) (https://wordpress.org/extend/plugins/exclude-pages/)
-Fill the page with HTML (as you wish). If you want Widgets, you can follow this: http://wpmu.org/how-to-widgetize-a-page-post-header-or-any-other-template-in-wordpress/
-Now, use this in the top of ALL PAGES NOT TO SHOW TO GUESTS: (https://buddypress.org/forums/topic/securing-components-from-non-logged-in-users/page/2)
if (!is_user_logged_in() ){
bp_core_redirect( $bp->root_domain.’/register’ );
}
AND REDIRECT THEM TO THE PAGE YOU CREATED BEFORE.
AND THAT’S IT!
March 16, 2010 at 3:09 pm #68600In reply to: Cannot send private messages in BP 1.2.1
Rich Spott
ParticipantYes, I tried taking out all plugins and mu-plugins except for buddypress obviously), but still the same error when I, or any of my users, try to post a private message.
March 15, 2010 at 4:41 pm #68446In reply to: Cannot send private messages in BP 1.2.1
3sixty
ParticipantRich, did you try disabling all plugins and seeing if that helps?
March 15, 2010 at 4:32 pm #68445In reply to: Cannot send private messages in BP 1.2.1
Rich Spott
Participantbump
March 15, 2010 at 1:43 pm #68411In reply to: BP1.2+ Plugin Wishlists
Casey Trowbridge
ParticipantHere’s my most desired plugin idea at the moment. It is basically a copy of something already done to a degree on facebook.
Something like a relationships indicator. Say for example I have a friend on my Buddypress install but this friend also just so happens to be my girlfriend. It would be nice if I could set that relationship up.
What I’m thinking is that the plugin could come with some default relationships E.G.: mother, father, son, daughter, cousin, aunt, uncle, wife, husband, co-worker and so on…but also the ability to add a custom relationship. E.G. if I could list a friend as a audio co-host. Friend would be the default level so that a user wouldn’t have to go through and define the relationship between themselves and every single one of their friends.
The ability to notify a user that a definition had been assigned to our relationship so that they could confirm would also be nice. E.G. I identify userX as my girlfriend and she gets an email notice of that and has to confirm the relationship at which point is reflected in both of our profiles or friends areas.
Displaying this information could be done in a number of different ways and regulating who can see these relationships E.G. everyone, friends only, specific individual, private. It could be a separate section under either friends or profile. It would be nice though if say all of my siblings were listed along side each other, all my cousins were grouped together and so on.
March 14, 2010 at 11:55 pm #68319In reply to: BP Album vs BP Gallery
@mercime
ParticipantI say kudos to the developers of both plugins. And, to each according to online community’s requirements and site developer’s preferences as well.
I prefer BP Gallery plugin even in its RC1 version and I am using it in private membership site. As for people “shunning” a free outstanding plugin, I really doubt it. Right now, users can upload to group and individual albums and I’m waiting for the BP Gallery shortcode for user’s and group blogs, plus ability to upload albums in blog posts to appear in BP activity stream and sitewide gallery directory.
@foxly –
Get off your high horse. I find it weird that you would be dissing the BP Gallery plugin which has not been released as stable yet and which the developer has mentioned will be released as free after it’s been tested by paid members and cleaned up further by Brajesh. You are insulting both Brajesh and those who chose to support Brajesh in the development of BP Gallery just for your own self-serving promotion.
What’s weirder is that you’re getting all huffed up about the delay of BP Gallery releases when I among others who shelled out at least $30 to aid in development do understand the causes for the delays and are not vitriolic like you have been in this forum.
If you’re raising hell about BP Gallery to generate attention because you’re getting involved in BP Album and want to promote it, then you’re going about it the long way. As it is, shooting from the mouth in this forum just gives an impression of a totally unprofessional developer. Free speech and all that, your comments above leave something to be desired as you don’t even have the facts correct as Bowe mentioned above.
As for Brajesh releasing it free to the community after stable version is out – I’m all for it.
Do not presume to ascribe to all members what your negative preferences would have been.
@Brajesh – way to go man.
@Modemlooper – you’re on WP 2.9.2 and not WPMU 2.9.2 right? You have GD library enabled?
March 14, 2010 at 6:01 pm #68256In reply to: How to make a private community?
hachimaki
MemberThank you pcwriter, it’ss really helpful
I think you probably have solved my entire problem. I have to read carefully that tutorial, and if i figure out how to do all i think i can be back and solve the problem of @nipponmonkey.
It Should take me up 3-4 hours, but i promise i’ll be back. I let here some spoilers:
-If you can Widgetize a page, you can put a login form in a page.
-If you can put a loging form in a page, without adding it to navigation, you can redirect all not-logged-user to that page, soy they MUST fill the login form before seeing anything.
Regards form Spain
March 14, 2010 at 6:00 pm #68255In reply to: How to make a private community?
hachimaki
MemberThank you pcwriter, it’ss really helpful
I think you probably have solved my entire problem. I have to read carefully that tutorial, and if i figure out how to do all i think i can be back and solve the problem of @nipponmonkey.
It Should take me up 3-4 hours, but i promise i’ll be back. I let here some spoilers:
-If you can Widgetize a page, you can put a login form in a page.
-If you can put a loging form in a page, without adding it to navigation, you can redirect all not-logged-user to that page, soy they MUST fill the login form before seeing anything.
Regards form Spain
March 14, 2010 at 5:49 pm #68254In reply to: How to make a private community?
pcwriter
ParticipantThis post from Sarah Gooding should help get you started with widgets:
http://wpmu.org/how-to-widgetize-a-page-post-header-or-any-other-template-in-wordpress/
March 14, 2010 at 5:37 pm #68251In reply to: How to make a private community?
hachimaki
MemberThis is realy important, it doesn’t make any sense how it’s buddypress configured if all is public.
I have been searching also how to make that as we see in the Spanish Social Network “Tuenti” (Tuenti.com)
I also have been searching how to configure a homepage with different widgets once you’re logged (i use Unplugged Theme by Diesel Laws)
More help will be much more appreciated.
March 14, 2010 at 3:45 pm #68231In reply to: How to make a private community?
modemlooper
ModeratorDoa search on here there have been many suggestions.
March 14, 2010 at 11:02 am #68208In reply to: BP Album vs BP Gallery
m@rk
ParticipantI totally agree with foxly. As I pronounced in another thread –
https://buddypress.org/forums/topic/bp-12-bppicture-album-plugin#post-36038
I understand developers want/ need their infrastructure and efforts paid. But it’s also in opposition to the open source idea founded with BP. A “small” webmaster like me, caring exclusively for private websites not about earning any monetary benefits, has to think twice about if he can afford a “premium membership”. Furthermore, which provider should be chosen? buddydev.com? premium.wpmudev.org? etc.
March 14, 2010 at 10:33 am #68207In reply to: BP Album vs BP Gallery
foxly
ParticipantPaid or “membership based” plugins are fine, but NOT for a core component of BuddyPress.
Core components are: Activity Streams, Blogs, Forums, Friends, Groups, Private Messaging, Profiles, and… Photos.
These components are the key elements of *any* social networking site and have to be *tightly* integrated with the core to deliver a quality user experience. That means that the component doesn’t just “plug in” to Buddypress… it’s part of BuddyPress and changes are made to the BuddyPress core if necessary to make it work better with the plugin.
You *cannot* have a core component based on a commercial plugin. In has to be free as in freedom *and* free as in beer, *and* open source. And you definitely can’t have development run by a “one man band” …because time and time again the developer goes away, an update breaks the plugin, and we’re all screwed.
This is not from me. This is from Automattic.
What I’m trying to get going between myself, @francescolaffi, and hopefully a few other contributors (once we’ve got a solid framework implemented) is a canonical photo plugin that will eventually be merged into BuddyPress. It will have to be dependable, extendable, and secure, and give BuddyPress users the functionality they want. In a nutshell: Facebook Photos.
If others want to *extend* the canonical plugin, it will have a wide range of hooks and be exceptionally well documented -making their job much easier. So if somebody wants to make a commercial add-on that gives it image editing capabilities, automatic face recognition, streaming video, or something beyond what the average user needs, then they can do that, find customers, and be paid for their efforts.
I’m not trying to build a plugin that does everything. I want to build a high quality gallery plugin that satisfies 95% of the users out there and becomes the standard.
^F^
March 13, 2010 at 6:57 pm #68148In reply to: Group Documents 0.3.0 Released
Peter Anselmo
ParticipantYou are correct, public groups are available to everyone, and private groups are only available to people who have registered AND joined the group. There really is no “site registered only” option.
March 13, 2010 at 6:52 pm #68147In reply to: Tweetstream (twitter plugin) Beta testers needed!
3sixty
ParticipantBug alert!
Tweetstream conflicts with Forum (bbpress). Specifically, users cannot edit their forum posts/comments (or at least comments) when tweetstream is active.
Peter, I set up a vanilla WPMU/BP setup that duplicates the error; contact me for private link.
March 13, 2010 at 6:43 pm #68145In reply to: Group Documents 0.3.0 Released
kriskl
Participantthank you! @peteranselmo
I am looking forward to it

re group access levels – generally it could do too,
is there a way to block access to groups/forums – until users log in?
as I understand. this setting is not about public/private group though
maybe i am wrong. i do not know, i am quite new to BP
March 13, 2010 at 6:06 pm #68135In reply to: Group Documents 0.3.0 Released
Peter Anselmo
ParticipantThanks for the feedback, I’ve had someone else suggest that as well. My thinking is that documents are currently consistent with the group access levels. For example, if you can seen forum topics and members of public groups, you should be able to see documents. If there’s group content you only want group members to see, then it should be a private group.
I see your point for encouraging outside users to sign up, I’ll consider adding an option for that behavior.
@pjnu, Yes, it won’t be an issue anymore. Thanks for your patience.
March 12, 2010 at 10:44 pm #68044In reply to: WP + BuddyPress Private Profile Fields
Pedro Miguel
Participanttheres already a plugin who does that, ,you can use the plugin or check the source and adapt to your needs.
March 12, 2010 at 6:33 pm #68003In reply to: WP + BuddyPress Private Profile Fields
e_mcpartlin
ParticipantWas this ever solved? I am trying to accomplish the same thing – make some profile fields private. Thanks!
March 11, 2010 at 7:00 pm #67815In reply to: BuddyPress-Links 0.3 FINAL is here at last
MrMaz
ParticipantAnton sent me a private message that the issue above was a problem with his child theme that was breaking Links.
March 11, 2010 at 1:23 am #67684In reply to: Private Message Spam and Abuse
DjZoNe
ParticipantI don’t know if you’ve found a treatment, for this, but I’d suggest a plugin named HashCash from Donncha:
-
AuthorSearch Results