Search Results for 'private'
-
AuthorSearch Results
-
June 17, 2010 at 6:39 pm #81772
In reply to: Private Message Notification Ghost…
rich! @ etiviti
ParticipantI think a trac bug is already filed for this – when you reply to a private message for some reason the notification is updated again.
June 17, 2010 at 8:12 am #81728r-a-y
Keymaster@aishing – Check out the following code:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-make-a-private-community/?topic_page=2&num=15#post-44616Add it to your theme’s functions.php file.
June 16, 2010 at 5:36 pm #81674In reply to: Members cannot send private message to site admin
r-a-y
KeymasterTry adding the following in wp-config.php:
define( 'BP_ENABLE_USERNAME_COMPATIBILITY_MODE', true );This should fix your problem.
June 16, 2010 at 3:46 pm #81665In reply to: Forum Posts Not Showing Up
kopper65
ParticipantA little further explanation: I am setting this site up for my family. I did not want to create a public forum, mainly because I don’t want our family discussions publicly viewable. So I had set my original group up as private. Since I did not have a public group, I was unable to post anything from the “Forums” tab (Group Forums Directory) since private groups are not shown in the drop-down menu there. This is where the confusion arose and why I started this topic. It was not until we set up a public group that we figured out that it was set up this way on purpose. So since our site will not have any public groups, I have disabled bbPress Forums from the BuddyPress Component Setup in the WordPress Dashboard.
June 16, 2010 at 3:37 pm #81663In reply to: Forum Posts Not Showing Up
kopper65
ParticipantWe actually have three groups… one public and two private (two of them set up for testing purposes). The “test group” there now is public. The private groups are not showing up in the drop-down menu when you go to post a new topic in the Group Forums Directory at the “Forums” tab. We found this previously submitted ticket (Ticket #2072) about this issue:
https://trac.buddypress.org/ticket/2072
I’m not doing anything wrong, it turns out. This is just the way BP is designed. You’d think if you were signed in, and you belonged to a private group, that they would let you have access to that group when posting from the Group Forums Directory! This should not be considered an “enhancement” at all. It’s just poorly designed and illogical… Go figure.
June 15, 2010 at 6:45 pm #81575In reply to: Forum Posts Not Showing Up
rich! @ etiviti
Participantit seems you only have one group setup (which is private) so is the forum enabled for that group?
June 15, 2010 at 6:12 pm #81566In reply to: Using custom is_user function to hide pages
r-a-y
KeymasterYou could probably hook into the get_header action, do your conditional check and if the person is a mentor, then show the page, otherwise show the registration page or whatever.
Modify the function listed in this thread:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-make-a-private-community/?topic_page=2&num=15#post-44616Hopefully it gives you a few pointers.
June 15, 2010 at 3:16 pm #81553In reply to: How to make a private community?
jlappas
MemberTravel Junkie – The first code was great on WP 3.0. Thank you!
June 15, 2010 at 5:27 am #81537In reply to: How to make a private community?
NipponMonkey
Member@wordpresschina, it’s still working fine for me. I’m using a single WP not WPMU, dunno if that makes a deference or not.
You should check your server Error Log to see what is going wrong for you. If I get time a might make a plugin that handles everything… but I’m a bit busy at the moment – and there is a World Cup on ^ ^
June 11, 2010 at 12:22 pm #81269lapincompris
MemberOk, we have found the problem and fixed it. We were using the wp-cache plugin. First we disabled it, but nothing changed. Then we found it had left an objet-cache.php file at the root folder. We deleted it and TADA! In a second all our problems vanished…
June 10, 2010 at 11:10 pm #81223firetag
Participant@pcwriter hmm yeah I guess I could make a new status type… I know in a future release of buddypress though there is one more status type which is in between public and private like we need here… I’ll check it out on the trac…. that only problem is I’d like a quick solution with no core hacks so I can just get the plugin released and then if people want I could show them how to hack the core to do something like this…
June 10, 2010 at 8:59 pm #81216pcwriter
ParticipantSo, you’re looking for a “crossover” between private and public groups. Private so the activity doesn’t show in the stream (but it does show in the group) yet public so folks don’t need to be invited to join.
This might help: on lines 71 to 101 is the function/action for groups_setup_globals. On line 97 is the valid_status array (public, private, hidden) where I’m thinking you could add a new status like “category”. As that new status would not be “public”, activity shouldn’t show up in the main stream, and as it wouldn’t be “private” either, neither invitations nor membership requests would be needed.
What do you think…doable?
EDIT: I guess you would need a way to keep that option out of the preselects available to users at the group creation stage though. Hmmm…
June 9, 2010 at 2:51 am #81026In reply to: How to make a private community?
WPChina
Participant@nipponmonkey: I tried your solution above, but now all my pages are blank and nothing is visible… I added it directly to my functions.php and changed/added absolutely nothing. Did I make an error?
June 8, 2010 at 12:17 am #80952In reply to: Run all Buddypress pages within Backend
@mercime
Participant@themeanwhile – you can enable or disable the various components so if you want Activities only, enable that and disable other components. After you activate BuddyPress, go to the new BuddyPress menu item on the left column of dashboard, and go to
a) General Settings – these are your choices
Base profile group name:
Full Name field name:
Disable BuddyPress to WordPress profile syncing?: Yes No
Hide admin bar for logged out users?: Yes No
Disable avatar uploads? (Gravatars will still work): Yes No
Disable user account deletion?: Yes No
Disable global forum directory?: Yes No
Disable activity stream commenting on blog and forum posts?: Yes No
Default User Avatar – For users without a custom avatar of their own, you can either display a generic logo or a generated one based on their email addressb) Component Setup
Activity Streams – Allow users to post activity updates and track all activity across the entire site.
Enabled Disabled
Blog Tracking – Tracks blogs, blog posts and blogs comments for a user across a WPMU installation.
Enabled Disabled
bbPress Forums – Activates bbPress forum support within BuddyPress groups or any other custom component.
Enabled Disabled
Friends – Allows the creation of friend connections between users.
Enabled Disabled
Groups – Let users create, join and participate in groups.
Enabled Disabled
Private Messaging – Let users send private messages to one another. Site admins can also send site-wide notices.
Enabled Disabled
Extended Profiles – Activates customizable profiles and avatars for site users.
Enabled DisabledI would suggest you set up a test install so you can check the features for yourself.
“Of course, activity filters, profile page, friends page, settings page, etc, would also need to be migrated to display in the backend.”
Why? If you want to make the BP Activity section private, you can add conditional tags for is_user_logged_in …June 4, 2010 at 6:55 pm #80699In reply to: message timestamps are wrong
Pisanojm
ParticipantOk got this back to the right section…
Original patch worked time wise the first time, then didn’t allow me to receive messages…
Tried altering the 7 files in the the 002 .diff file here: https://trac.buddypress.org/ticket/2203
It ended stating that the messages sent were 10 years 6 months ago… Double checked to make sure I applied code correct.
Removed Code and now it’s back to saying private messeages, just sent, were sent 5 hours ago.June 4, 2010 at 3:42 am #80600In reply to: incorrect status time? sometime ago?
Pisanojm
ParticipantYes private messages… using the included ticket “patch”
June 4, 2010 at 3:40 am #80599In reply to: incorrect status time? sometime ago?
intimez
ParticipantWhat kind of messages are you referring to? Private messages?
Please add your issue in here so someone can look into it
https://trac.buddypress.org/ticket/2405You can login using the same username/password.
June 2, 2010 at 2:55 pm #80398lapincompris
MemberHaving the same problem on one of my websites. I made of copy of my database, installed it on another site and the problem was gone. And I don’t know what is the difference between the two.
I’m trying this again. I’ll let you know if it works.June 2, 2010 at 1:38 pm #80392In reply to: autocomplete not functioning when composing message
David Lewis
Participanthttps://trac.buddypress.org/ticket/2419
With the “Friends” component disabled, autocomplete on the “Send To” field in “Messages > Compose” should work for all members. Otherwise there’s no way to choose a recipient. You can write a message but you can’t send it. The only way to send a message is to visit the recipient’s profile and click “Send Private Message”. If you can message anyone by visiting their profile, why not be able to message anyone by visiting “Messages > Compose”? With “Friends” turned on, autocomplete could go back to using just friends. But with “Friends” turned off, autocomplete should work for all members.
Essentially, turning off “Friends” should be like saying that everyone is a friend… rather than like saying that no one is a friend. You can see all members in the member directory anyway.
June 2, 2010 at 1:24 pm #80391In reply to: autocomplete not functioning when composing message
David Lewis
ParticipantMy only fall back right now (I refuse to enable friending) is to simply hide the autocomplete box completely. So you’ll only be able to message one person at a time by going to their profile and clicking “send private message”
June 1, 2010 at 12:13 am #80244In reply to: Accept new member to a private group BIG problem !!!
gibbyesl
MemberHi
Has anyone else experienced this or know of a fix I can’t find any fix for this
ThanksMay 31, 2010 at 7:02 am #80172In reply to: Secure Invites for Mu
eor
MemberI just tried that as well. Still getting the same “Sorry, you must be invited to join” message. Driving me nuts. I think it has something to do with another plugin i have installed. The registered only plugin. When I disable that things seem to run smoothly.. gotta test it out again tho. Gonna have to find another way to keep the site private.
thanks,
eorMay 30, 2010 at 7:29 am #80110In reply to: WordPress 3.0 new content types
John James Jacoby
KeymasterBP would benefit from some table reduction.
Andy and I talked at WordCamp San Fran about how some components would benefit greatly from using the posts table, like Private Messages and Groups. Other components like XProfile would be more tricky and may not see any performance improvements, but would still be doable similar to the WP3.0 Menus.
So, it’s a likely direction, but don’t quote me yet.
May 29, 2010 at 7:09 pm #80074In reply to: Use Forums without Groups?
AJ
ParticipantI too would like the ability to have forums separate from groups. I think those of us who need this are generally building very niche communities, and are not trying to create the next Facebook. Mine for example is based all around a specific era of the Ford Mustang. Nearly every topic that will be discussed on my site is relevant to every user. I don’t like the idea of any of my users, not being able to read a topic because another user created it within a private group.
On a side note: I would like the ability to retain group functions, with the ability to have forums within groups. But I would also like the ability for users to move topics between forums. This way, if some one creates a group called California Mustang Owners, and a topic is started with a question regarding Mustang Suspension, a user will be able to move that topic to the Tech section of the forums which will yield a much better return for the original poster when everyone is able to help answer his question.
May 26, 2010 at 8:15 am #79743In reply to: Accept new member to a private group BIG problem !!!
gibbyesl
MemberMORE INFO
I know this worked fine before updating from 1.2.3 -
AuthorSearch Results