Search Results for 'private'
-
AuthorSearch Results
-
July 6, 2009 at 3:11 pm #48664
In reply to: Bug (?): private message to two members
Jeff SayreParticipantAll this talk about cookies is making me hungry.
Initially it sounded similar to the multi-messaging bug that we discovered 4 weeks ago. But that bug did still successfully send the messages to all the email recipients. It was just that the contents of the email were blank depending on whether you were the first person on the recipients’ list or the second.
This is different since the email is simply not sent to the second person.
July 6, 2009 at 3:02 pm #48660In reply to: Bug (?): private message to two members
Burt AdsitParticipantWe don’t even know if cookies are the issue.
July 6, 2009 at 2:59 pm #48659In reply to: Bug (?): private message to two members
Burt AdsitParticipantHis cookie domain info was set to “”. It’s not that it wasn’t set. It was set to null. So if wp gets to a spot where it wants to set it to a sane default value, it detects that it’s already set and doesn’t. Probably. The empty string is a value.
July 6, 2009 at 2:46 pm #48658In reply to: Bug (?): private message to two members
John James JacobyKeymasterThey would get loaded after the WPMU ones, so if there’s no check for them pre-existing, then they obviously overwrite them.
I currently don’t have a cookie_domain setup in wp-config.php either and everything works fine. It should get assigned by WPMU in wp-settings.php if it isn’t in the config.
In the wp-config.php file, verify:
$base = '/';
define('DOMAIN_CURRENT_SITE', 'domain.com' );
define('PATH_CURRENT_SITE', '/' );
define('SITE_ID_CURRENT_SITE', 1);
define('BLOGID_CURRENT_SITE', '1' );…where domain.com is obviously your domain. If you are using any settings unlike what I posted above, paste them here please.
July 6, 2009 at 2:35 pm #48653In reply to: Bug (?): private message to two members
Burt AdsitParticipantI wonder if the messaging system uses cookies?
It doesn’t sound really like the issue the 3 of us found. Does it? I just got finished working with somebody yesterday. His problem was that creating one group after another on the same computer caused the 2nd group to adopt the group id of the 1st group.
The underlying issue and solution was that he didn’t have any cookie domains set in wp-config.php
https://buddypress.org/forums/topic.php?id=3452
These cookie issues are tough to debug. We do the ‘works for me’ thing because our wpmu instances are different. Right now bp relies on the wpmu instance supplying the cookie path and domain. Perhaps to cover such situations bp should specify it’s path and domain. Would that bypass the wpmu credentials? Would it matter?
July 6, 2009 at 2:26 pm #48651In reply to: Bug (?): private message to two members
John James JacobyKeymasterHere we go again. Burt, Jeff, man your battle stations.
We’ll take a look at it.
Right now on testbp.org it looks like it’s working correctly. Was this an upgrade from a previous BuddyPress install, and if so, did you upgrade your member theme files also?
July 5, 2009 at 8:10 pm #48596In reply to: Questions about groups.
3125432InactiveIlya is correct about not having the ability to delegate.admin powers to a moderator. This is a very crucial issue. In a large community, people come and go. Their interests and time change. So say someone creates a group. They by default become an administrator. That means they are the only one to have the following powers in a group:
- Group Settings
Group Avatar
Manage Members (i.e. bump them to moderators)
Delete Group
So if we play out this scenario, and the administrator has fallen off the radar, the group settings from public to private to hidden cannot be changed except by the Buddypress site admin. The Buddypress site admin can elevate members to moderators but they CANNOT add an adminstrator, as far as I can determine. The Buddypress site admin can delete the group but the only way to “delegate” administrator powers would be to follow this scenario:
Appoint a moderator willing to take over. Have them create a new group, and then do a mass invite to join that new group via a news post or a friends invite.Can a administrator be changed at the db level? Not sure.
What about asking the group administrator to exercise their option to ‘leave a group?’ I have no idea what that would do to the db and the Buddypress system. I’m hoping Andy or Jeff might chime in here on this odd possible outcome.
Cheers,
BrianJuly 1, 2009 at 5:34 pm #48362In reply to: Generate username (+ blog url) from fullname
peterverkooijenParticipantOne way off the top of my head would be to inject a JavaScript into the registration page – you’d use the BP name function to get what you want. There is already Wp code for “sanitizing” blog post names, and perhaps other areas too. Then it’s a matter of using the JavaScript to set the HTML field’s value, and CSS to hide it.
Thanks DJPaul! That sounds doable. Would it be possible to put that in a plugin or would it have to be inserted in core files?
Well, if you aren’t looking at how the underlying registration functions are coded, then how can you say with such certainty that this is not a WPMU issue?
What I need wouldn’t touch the underlying registration functions. All I need is another way to insert that username into the database on registration. Hiding a field on a form is basically an html/css issue, stuff that I know enough about.
Again, if the username would be generated from Buddypress’ required fullname field, it by definition is not a WPMU issue.
Also getting a more consistent connection in how Buddypress and WPMU handle first name + last name is not a WPMU issue; it’s about how Buddypress (x-profile) hooks into and synchronizes with WPMU.
WPMU does not allow you to position the username field in a different sequence–not without behind the scenes changes.
I have already done that once. It’s no problem. It’s annoying WPMU mixes presentation and functionality in the registration, but I’ll work with what I get.
Without contracting with a coder or coding yourself, you’re out of luck.
I am trying to code myself where I can and am certainly considering contracting a coder. I need to figure out what I need exactly first. Also with these posts I’m trying to point out some imho weaknesses in Buddypress that should get more attention and judging from the private comments I’ve received I’m not the only one struggling with these issues.
July 1, 2009 at 1:41 am #48325In reply to: Who’s Online not working
dinhluongParticipantYes, integration works fine between the two. It’s a private site, but I can PM you a login to use.
June 29, 2009 at 11:31 am #48240In reply to: No extended profile
3314629InactiveHi everybody
Thank you for the replies. Unfortunately, as i mentioned, there isnt anything relevant in the buddypress submenu in wpmu.All i have is general settings, component setup and forums setup. And even in component setup, i dont have extended profiles, only activity streams, blog tracking, bbpress forums, friends, groups, private messaging. Why am i missing some of the fields you mention?I installed bp and wpmu 3 times already and its always the same.Are there some missing files or something?
Edit: yeah i went through and somehow i have missing files and directories. weird..
thanks
June 25, 2009 at 8:11 pm #48095In reply to: Who’s Online not working
dinhluongParticipantMy site is private and forces you to log on in order to see anything.
June 22, 2009 at 5:58 pm #47908In reply to: Is BuddyPress for me?
Kunal17ParticipantI just recovered from a bad spam incident on my buddypress site. A user (who looked legit) suddenly started private messaging the whole community with obviously spam material resulting in some very angry members
I will go ahead and install Akismet and a captcha during registration H.owever, is it true that each user has to obtain their own key from wordpress.com and plug it into Akismet to get it to work? Is there an alternative that I can just activate for everyone? Or can I just provide all my members with my key to activate their akismet?
Also, what steps have other BP admin used to prevent the kind of spam that I mentioned above? I do not think Akismet & the captcha during registration would have helped in this situation.
Is there a plugin that flags users who message a lot of users in a short time? Something like that might help fight spammers.
Thanks.
June 17, 2009 at 6:55 am #47632In reply to: authentication emails going to spam folder
Kunal17ParticipantThanks Mike,
I have been trying to figure out how to include that in the screen that comes up after a user enters their registration details and clicks next. Would you know what I have to edit?
Actually the problem is not only with activation emails..all emails generated by buddypress (alerts about private messages etc) seem to be going to the spam folders.
June 15, 2009 at 10:09 am #47497In reply to: Private Profile Information
gpo1Participant@P.S. The plugin looks good and how about adding a plugin forcing guest to register to view members & groups profiles ?
June 15, 2009 at 9:16 am #47496In reply to: Private Profile Information
petronicParticipantI created plugin that gives users option to choose which profile data they want to share. It is not exactly what you are looking for, but maybe it can help someone.
For details, please go to:
http://devbox.computec.de/2009/06/buddypress-xprofile-privacy-plugin/
June 12, 2009 at 9:27 pm #47323r-a-yKeymasterBurt, I actually did try the first code you mentioned and of course, it did not work in bp-custom.php. I was actually going to post a reply to it, but you already did! Will test out the new code.
Thanks for your diligence!
—
John, one of the blogs in question would be the home blog, so we wouldn’t want to set that to “Private” and disallow search engines But thanks for that little hint, might be useful in the future.
Cheers guys!
June 12, 2009 at 7:31 pm #47307John James JacobyKeymasterIf a blog is listed as “Private” in the blog settings, that should also exclude it from the list. It will also exclude it from blog search engines and the like. Not sure how private you want this to be, but that’s about as private as it gets.
June 12, 2009 at 4:12 pm #47292In reply to: Password Protected Posts not appearing
Jeff SayreParticipantI am confused by what you are asking. You have password protected a post but then you want it to show up in the site activity and on the regular blog posts listing. This is just not how this WP feature works.
You choose the “Password Protect This Post” option to make a given blog post private. This means that only people with the correct password can see the post, can read it.
What exactly are you trying to accomplish?
June 11, 2009 at 12:14 pm #47220In reply to: Private Profile Fields, In Db but are they in Use?
mrbuddypressParticipantDid you manage to get it hiding certain fields? I need to ask people for sensitive data that I don’t want shown on the public profile. Would this suffice and where in the code do I need to flip it?
June 10, 2009 at 12:32 pm #47133In reply to: Private Profile Information
mrbuddypressParticipantThis is exactly what I need….is there a plugin?
June 4, 2009 at 11:40 am #46713In reply to: Showing members of private groups to non-members
June 4, 2009 at 10:00 am #46711In reply to: Showing members of private groups to non-members
petronicParticipantI am very interested in privacy component. How is it going so far? Do you have some estimation when will it be available to test or use?
What I have found as a must regarding privacy (until now) is:
– allowing user to set what details from profile s/he wants to be public, available just to friends or private
– settings on activity streams which will allow user to select what type of activities s/he wants to be displayed in sitewide activity, be available to friends or be totally private. This settings could be similar to Notification settings (for email notifications).
I intended to write this on my own, but found out that it can’t be done easily without changing activity core files (and that is never a good option) and then I discovered that you are working on privacy component. So, if you see a way how I can help in development process, please let me know.
May 30, 2009 at 9:25 am #4632921greenParticipantHey Erich,
i know a developer who is able to achieve this. They wrote me a private message on the german buddypress forum as a reply to my post:
Maybe we could work somehow together to get something suitable for both of us. If you are interested in the developer write me a PM and i sent you the details (you can write in german if you want).
May 21, 2009 at 6:22 pm #45815In reply to: Showing members of private groups to non-members
eelambuddyParticipantIs there anyway I can hide the “group creation” option from the users? Basically, only admin can create the “groups”.
May 20, 2009 at 8:20 pm #45745TheEasyButtonParticipantRemoving post cuz it was WRONG!! lol – (sorry about that)
- Group Settings
-
AuthorSearch Results