Search Results for 'private'
-
AuthorSearch Results
-
May 19, 2016 at 9:37 am #253539
fullmoonfriday
ParticipantI have come across the same issue recently. Seems still to be the default. Did you find anything else to resolve this? Otherwise I guess it is a custom code job to get hidden and private group forums to be showing on a users profile.
May 18, 2016 at 6:14 pm #253527Garrett Hyder
ParticipantAs I’ve suggested forget about changing functionality of private groups and instead focus on public groups and employing the alternate control public group plugin to lock public groups down to require membership requests so they act similar to Private Groups. And then you won’t need to reinvent the wheel concerning Private Group functionality.
Basically look at your problem from another angle and focus on modifying Public Group functionality over Private Group functionality as you’ll have a much easier time with that approach.
CheersMay 18, 2016 at 6:02 pm #253526sprocketbuddy
ParticipantHow to change functionality of private group. I want Private Group content and activity should visible to members of any site.
May 17, 2016 at 6:17 pm #253462Garrett Hyder
ParticipantHi @sprocketbuddy,
As @imath notes in his video trying to get private groups to function ‘publicly’ is going to be quite difficult as it’s ingrained in the core.
You’ll want to start with his plugin (https://github.com/imath/altctrl-public-group) and customize to your needs. As Public Groups by default have Group content and activity visible to any user by employing his plugin you’ll achieve the options you desire with introducing membership requests to the public group but still display it’s members, content, activity.
Hope that helps get you started in the right direction. Try it out and let me know what roadblocks you hit and we can probably assist.
Cheers
May 17, 2016 at 5:59 pm #253460sprocketbuddy
ParticipantPrivate group options are:
1. Only users who request membership and are accepted can join the group.
2. This group will be listed in the groups directory and in search results.
3. Group content and activity will only be visible to members of the group.Want to change the third option like public group. Private Group content and activity should visible to members of any site.
May 17, 2016 at 5:24 pm #253457Topic: Private Messages Pages
in forum How-to & Troubleshootingmanicexpression
ParticipantAre there any ways to separate the Buddypress Private Messages system into pages? A long conversation can become daunting to scroll through. Also is it possible to set the newest messages to appear at the top?
May 17, 2016 at 3:37 pm #253452Garrett Hyder
ParticipantHi @sprocketbuddy,
Take a look at this plugin by @imath;
https://github.com/imath/altctrl-public-groupI believe it goes along with your needs. He found rather than hacking/rewritting permission things for private groups that it was easier to utilize a public group and just lock it down with more controls.
There’s a demo here;
Cheers
May 17, 2016 at 12:48 pm #253447danbp
ParticipantPrivate group options are
- Only users who request membership and are accepted can join the group.
- This group will be listed in the groups directory and in search results.
- Group content and activity will only be visible to members of the group.
To modify option 3, you can code something.
Read from here.May 17, 2016 at 7:33 am #253441sprocketbuddy
ParticipantI want to change privat group setting. Its third option should work like public group. I want Group content and activity will be visible to any site member of private group. Is there any way to change this setting eithrt from admin or using coding?
May 11, 2016 at 10:20 am #253297fullmoonfriday
ParticipantUpdate.
– The group list private/hidden can now be seen in the edit mode of the topic. Although the group stops access to actually posting the topic onto the group the users doesn’t have access to. So as far as I can tell, although direct url access I haven’t tested, the user cannot read the private forums, topics from a group.things that eed to be resolved
– removing the groups list forums from the edit mode as showing all the private and hidden group on the site isn’t ideal.
– the user can now see and view any private forums that are in non-group forums.
– possible direct url access to the group forums.May 11, 2016 at 10:04 am #253296fullmoonfriday
ParticipantHello,
I was experiencing the same issue, although this is quite an old topic now, I thought I would add my bit.
– So site admin gets to see all the topics, and forums from all groups types without issue
– normal user just see’s the public groups on their profile. – fine for someone that is viewing their profile but not for the user, who would like to see all relevant stuff from the site on one place.
– I have found adding the capability to read private topics, and hiddden topics to the subscriber role sorts out the problem. Using the “members” plugin to scope the roles out.This is after building a clean site and going through all these setups to ensure it was not custom development that has caused any issues.
– So now I need to now if the user can now see all private forums/topics from all hidden groups / private groups at any point. This would obviously be a major problem for users with private content.
I will look into this further, but it is frustrating that these points are not covered in bbpress setup as a few lines of information on this would have cleared up this issue straight away. I do value the fact everyone is doing this in their spare time though.
May 10, 2016 at 3:06 pm #253281In reply to: PHP 7.0 compatibility
Henry Wright
ModeratorDo you have the private messages component activated?
May 10, 2016 at 10:57 am #253276jameshh93
ParticipantOkay I managed to create a add friend button using some code found on this website.. but im still a little stuck on creating a send private message button? any help would be great! thank you!
May 9, 2016 at 6:29 am #253231jawynan1
Participantfunction bp_custom_get_send_private_message_link($to_id,$subject=false,$message=false) { //if user is not logged, do not prepare the link if ( !is_user_logged_in() ) return false; $compose_url=bp_loggedin_user_domain() . bp_get_messages_slug() . '/compose/?'; if($to_id) $compose_url.=('r=' . bp_core_get_username( $to_id )); if($subject) $compose_url.=('&subject='.$subject); /*if($message) $compose_url.=("&content=".$message);*/ return wp_nonce_url( $compose_url ) ; } //for auto populating message content add_filter(‘bp_get_messages_content_value’,’bp_custom_message_content_value’); function bp_custom_message_content_value($content){ if(!empty ($content)) return $content; $content=$_REQUEST[‘content’]; return $content; }May 5, 2016 at 8:41 am #253147In reply to: Removing options for private and hidden groups
vaughancavca
ParticipantYes, just doubled checked, it’s in the correct place and the private and hidden groups are still there.
May 5, 2016 at 2:22 am #253144In reply to: Using Buddypress forums with LearnDash courses
writerscentre
ParticipantThanks @shanebp. Yes, I contacted LearnDash over night and they suggested we look BuddyPress.
They said:
“I would look into BuddyPress. This has private groups and you can associate courses with different groups as well as allow each group have a private forum. You can find our add-on for BuddyPress here:
http://support.learndash.com/buddypress/”I had a question about associating courses with different groups. I could only associate a course with 1 group. Is it possible to associate a course with multiple groups?
We would have the course Creative Writing
And multiple groups that we’d like to associate with it. Is that possible?What does the association actually do? Do we need to associate the group with a course?
Thanks for your help!
May 4, 2016 at 2:36 pm #253130In reply to: Using Buddypress forums with LearnDash courses
shanebp
ModeratorHave you tried making the groups Private?
Have you asked LearnDash?
They have a BP extension, afaik.
And may be able to make suggestions.May 4, 2016 at 8:49 am #253124In reply to: Removing options for private and hidden groups
vaughancavca
ParticipantI’ve tried doing that and removing everything related to the Private and Hidden options, but it hasn’t changed on the group creation page, still exactly the same.
May 4, 2016 at 7:42 am #253123In reply to: How to add voice message to status
haokei
ParticipantHi,
I’m looking for something like this too. So far, the closest thing is attached an audio file to the private message. Speakpipe is good but only directly to the owner of the site. It will be nice if there is a plugin to exchange private voice message.
Anyone?
May 3, 2016 at 2:07 pm #253107In reply to: Non-members can see child forums in groups
Artisantopia
ParticipantFurther testing:
– I’ve changed to TwentyFifteen theme
– deactivated all plugins except for BuddyPress and bbPressI still can’t see topics that the user should be able to see. And they can access a private forum they aren’t a member of.
Where do I even begin to figure out what is going wrong with this site?
May 3, 2016 at 1:55 pm #253106In reply to: Non-members can see child forums in groups
Artisantopia
ParticipantI just ran 2 forum repairs:
– Recalculate private and hidden forums
– Repair BuddyPress Group Forum relationshipsand now I have a different problem. I’ve actually been experiencing this problem on and off now for about 2 weeks and I’m starting to pull my hair out!
So now if I go to the forum list (at the category level) I can see that there are topics in the child forums. But when I click through to the child forum it tells me “Oh bother! No topics were found here!” This is for a group that the user is a member of. There are definitely topics in that forum.
If I change the user from a Participant to a Moderator they can see the topics.
If I change them back to a Participant and then toggle the forum from private to public to private they can see the topics again. I have done this toggling of forum visibility several times over the past week and it only lasts for a day or two, then I’m back at this problem.
May 3, 2016 at 1:35 pm #253105In reply to: Removing options for private and hidden groups
shanebp
ModeratorCreate a template overload of this file:
buddypress\bp-templates\bp-legacy\buddypress\groups\create.phpThen, in your template overload, remove the html for the Private and Hidden options.
May 3, 2016 at 10:22 am #253094vaughancavca
ParticipantHi,
In the privacy options on the group creation page, I’d like to have the private and hidden group options taken out, as I only want users to have their posts public. How would I go about doing this?
http://thenetwork.cavcaventures.org
I’m on WordPress version 4.5.1 and BuddyPress version 2.5.2May 1, 2016 at 7:10 am #253059In reply to: user sending private message to users not his friend
binary10
ParticipantYou can try BuddyPress Private Messages for Friends Only
Note:This plugin hasn’t been updated in over 5 yearsApril 30, 2016 at 4:49 pm #253053In reply to: Private Message Delay in Sending
shanebp
ModeratorI agree that there should be some indication or disabling when the button is clicked.
You can open an enhancement ticket here – use the same user & pw you use for these forums.
There is a plugin that will disable the button when sending public and private messages.
You can get it here:
https://wordpress.org/plugins/bp-profile-message-ux/Or here:
http://www.philopress.com/products/buddymessageux-free/ -
AuthorSearch Results