Search Results for 'private'
-
AuthorSearch Results
-
May 24, 2013 at 12:30 am #164674
bp-help
Participant@echofoxtrot
This plugin works and is more complete as far as building a private community.
https://github.com/bphelp/private_community_for_bpMay 23, 2013 at 7:59 pm #164649In reply to: Multi-Site, multi-network questions
tsinclair1982
ParticipantPlease help me get this straight in my mind, i need to reduce it to writing before i go find a developer to help.
I need multi-site, multi-network buddypress and wordpress. SINGLE signin point of entery and then multi private networks. Some networks may have top level domain and some maybe “behind” a website hosted on wordpress.
Is this a possible layout?
Thanks
May 19, 2013 at 5:36 pm #164324In reply to: Create private membership site with BuddyPress
angslycke
ParticipantI’ve upgraded to BuddyPress 1.7.2 in my staging area and the update went smooth. Most functions seem to work fine. However, when I tried registering a new user the above filter didn’t work. BuddyPress sent the standard activation e-mail to the new user’s e-mail instead of the admin e-mail (please read the first post in this thread to review the new member process I have).
The function bp_core_signup_send_validation_email_to is in bp-members/bp-members-functions.php on line 1361 and I’ve verified that it’s unchanged since BuddyPress 1.6.4 which is what I’m running now. Does anyone know if there’s been any other change affecting this? Thanks!
May 19, 2013 at 9:55 am #164311GGG_TXL
ParticipantAlso in case of a visible category “Gruppenforen” the behaviour is identical.
May 19, 2013 at 9:50 am #164310GGG_TXL
ParticipantMeanwhile I did find, that user/template-tags.php did have a known issue. But patching that did not change behaviour at a specific way to reproduce the problem:
User X is member of group A, but not group B. Both groups do have hidden forums. Both Forums are in a hidden Category “Gruppenforen” (German for group forums).
When User X goes to the forum of group A and then follows the link in the group to “Gruppenforen” and onlky at that moment the widget for recent topics shows all topics in “Gruppenforen” includigts those of group B, that user X is not supposed to see.May 18, 2013 at 7:47 am #164252In reply to: How can I get the activity like facebooks?
ljmac
Participant@bp-help
Actually, if you can do it as a universal function, I can probably convert it to a page-specific function myself (I’ve actually split the main activity stream into five separate pages with different scopes on my site already). I could send you my set-up, but it might be better to do it privately, as the site contains some nudity. 🙂
May 16, 2013 at 9:20 am #164059Peter Hardy-vanDoorn
ParticipantThanks but, like kraigg there, I am running bbPress 2.3.2 so this issue is very much not fixed!
May 16, 2013 at 1:10 am #164043@mercime
ParticipantMay 13, 2013 at 4:43 am #163859May 12, 2013 at 7:52 pm #163839bp-help
Participant@haies
This blocks BP pages from logged out visitors. See the readme.txt in the plugin for forums.
https://github.com/bphelp/private_community_for_bpMay 10, 2013 at 12:52 am #163698In reply to: What happened to these Buddypress Plugins?
bp-help
Participant@prettyhopeful
@modemlooper removed buddypress extended settings from the repo and made one premium plugin called BuddySuite that has more features than the plugin that was in the repo. I think this also covers adding the profile menu to the main nav as well You can get it here:
http://shop.taptappress.com/downloads/category/plugin/
For the private community you can get that here:
https://github.com/bphelp/private_community_for_bp
Cheers!May 9, 2013 at 1:54 pm #163651In reply to: BuddyPress pages visible to logged-in users only
Rebastion
ParticipantI actually think this should be a core feature ans simple on/off setting in BP.
however there is a plugin to do that, which i havent tested https://github.com/bphelp/private_community_for_bp
May 8, 2013 at 10:51 am #163583In reply to: Can I make Members Directory Private?
bp-help
ParticipantSounds like your theme is throwing an error not the plugin as I have double checked that there is no whitespace. You need to check your theme for any whitespace lines before and after the opening and closing php tags and remove it. As far as modifying the plugin see line 24 in private-community-for-bp.php and change it from this:
if ( bp_is_activity_component() || bp_is_groups_component() || bp_is_group_forum() /*|| bbp_is_single_forum() || bbp_is_single_topic()*/|| bp_is_forums_component() || bp_is_blogs_component() || bp_is_page( BP_MEMBERS_SLUG ) || bp_is_profile_component() ) {To this:
if ( || bp_is_page( BP_MEMBERS_SLUG ) ) {May 8, 2013 at 8:00 am #163581doxaliber
ParticipantI have similar problem. When a user invite someone to his group the other user don’t receive any notification. I think this is a bug. I’ve also tried default theme, but still it doesn’t work. 🙁
May 8, 2013 at 6:14 am #163575In reply to: Can I make Members Directory Private?
mshane8
ParticipantThanks- it is not working. I get a warning message when activated saying cannot modify header information- headers are already sent by …… theme/design.php etc….
Can this issue be resolved and how do I modify the code to only protect a single page? -members?
May 8, 2013 at 2:09 am #163571In reply to: Can I make Members Directory Private?
bp-help
Participant@mshane8
This small plugin makes all buddypress related pages private and redirects logged out visitors to the register page. Read the readme.txt and study the comments in the plugins private-community-for-bp.php if the default functionality does not meet your requirement then you can edit it to do so. Get it here:
https://github.com/bphelp/private_community_for_bpMay 7, 2013 at 6:27 pm #163552In reply to: Terms of use plugin for Buddy Press
bp-help
ParticipantSee my response here:
https://buddypress.org/support/topic/terms-of-agreement-checkbox-for-registration/
You will need to write a page of your Terms Of Service and you can add a link in the profile field description that would link to that page. After you create the page just copy the permalink under the Title and then paste it into the field description. For example:<a href="http://your-site/terms-of-service/">By checking the Terms Of Service Box you have read and agree to all the Policies set forth in this sites Terms Of Service</a>Of course this is just an example. As far as making buddypress only visible after they register you can use the technique above in combination with this plugin:
https://github.com/bphelp/private_community_for_bp
Make you to read the readme.txt in this plugins folder as it has some info regarding forums.
Cheers!May 7, 2013 at 7:25 am #163522In reply to: Private messaging auto complete WITHOUT friends
Anton
Participant+1, looking for the same thing. Ideally, the autocomplete functionality shouldn’t even be loaded if Friends is disabled (as it is now, I mean).
May 6, 2013 at 8:25 am #163486Hugo Callens
ParticipantI use a child theme derived from the default team, only changing the visibility of the menu as explained in //https://buddypress.org/support/topic/resolved-hiding-navigation-links-for-buddypress-pages-for-non-registered-users/
When I use the default theme as such, it still doesn’t work.
I also tried to change the user’s role to author; still no luck…May 6, 2013 at 1:26 am #163481@mercime
Participant@prettiggeleerd what theme are you using? Have you tried changing to BP Default theme to check if it works?
May 3, 2013 at 9:12 pm #163364In reply to: walled garden and bbpress
bp-help
Participant@valuser
Hey thanks for spotting the bug. I just updated the plugin to 1.4 so read the readme.txt and install it to check and see if the added code takes care of the issue. Thanks!
https://github.com/bphelp/private_community_for_bpMay 3, 2013 at 7:26 pm #163361In reply to: walled garden and bbpress
valuser
ParticipantMay 3, 2013 at 9:22 am #163330Hugo Callens
ParticipantSimilar problem here: WP 3.5.1 multisite + BP 1.7.1
When admin accepts membership requests all works well; new members are added to the group list. But the new member doesn’t actually get access and still gets a message that says “this is a private group, request memberhip”.
I also use the DB Cache Reloaded Fix plugin.May 3, 2013 at 2:58 am #163297In reply to: BuddyPress Activity Privacy Plugin
G
ParticipantNice plugin. Is it easy for you to include function in this plugin to do either of the following:
* Automatically block (or make Private) the listing of posts in Activity from specific blogs on the network.
* Automatically block (or make Private) the listing of posts in Activity from specific users of the network.
I have been trying to do this for a long time but no such plugin or feature is available yet.
Thankyou.
May 2, 2013 at 11:37 pm #163290kraigg
ParticipantI spent a few hours creating a development version and testing, but I still can’t get it to hide private discussions from the activity stream.
Here is what I tried so far:
– Deactivated all plugins except BuddyPress and bbPress, to see whether it is a conflicting plugin issue
– Reverted back to default BuddyPress theme
– Set the group to public, then back to private againThe only strange thing I’ve found so far is when I go into the database. Inside the bp_activity table, the discussions from private groups all have “hide_sitewide” = 0. If I set hide_sitewide for these discussions to 1, the topic no longer appears in activity stream. But where does hide_sitewide originally get set?
-
AuthorSearch Results