Search Results for 'private'
-
AuthorSearch Results
-
March 24, 2013 at 4:02 am #157588
In reply to: New Private Community Plugin For BP
bp-help
Participant@halfdan87 I think your issue would be better suited by starting a new thread. I am fairly new at this myself and being that your issue seems to be more of a custom theme issue than to do with the plugin then it isn’t appropriate for this thread. In general I just think you would get more help by opening your own thread to see if more experienced folk can help sort your issue.
March 22, 2013 at 8:17 pm #157508In reply to: Group Join Password
@mercime
Participant@brashell61 as posted in WP Forums, You’d have to make the group private. Then you would need a custom plugin created for joining a group via password.
March 22, 2013 at 8:08 am #157471In reply to: New Private Community Plugin For BP
Halfdan87
ParticipantGood morning @bphelp,
thanks four your reply :). I checked if there is some white-space (you mean in the design.php am I right?). Here is the code of the design.php – I think the problem is, that the design.php starts with the following code:
<!doctype html>
<?php global $theLayout, $theHeader, $themePath, $theFooter, $body_color, $header_color, $footer_color;?>
<!–[if lt IE 7 ]> <html lang=”en” class=”no-js ie6″> <![endif]–>
<!–[if IE 7 ]> <html lang=”en” class=”no-js ie7″> <![endif]–>
<!–[if IE 8 ]> <html lang=”en” class=”no-js ie8″> <![endif]–>
<!–[if IE 9 ]> <html lang=”en” class=”no-js ie9″> <![endif]–>
<!–[if (gt IE 9)|!(IE)]><!–> <html class=”no-js” <?php language_attributes(); ?>> <!–<![endif]–>
<head>
<?php get_header(‘default’);?>
</head>Do you think that’s the problem? If yes, do I have an chance to get a workaround with this?
Thank you
March 21, 2013 at 11:20 pm #157444In reply to: New Private Community Plugin For BP
bp-help
Participant@halfdan87 Sounds like you may have introduced some white-space when you copied the code. Make sure there is no white-space lines before or after the opening and closing PHP tags.
March 21, 2013 at 11:07 pm #157442In reply to: New Private Community Plugin For BP
Halfdan87
ParticipantHi @bphelp,
first I want to thank you for your plugin :).
I have one problem with it and I think it belongs to my theme and my not existing php-skills :). Perhaps you can help me? I was searching for a solution the last two days, but without success. So I will try my luck here.
I tried to activate the plugin over wordpress and in a second step I copied the needed code to my child themes functions.php, but I always get the following error:
Warning: Cannot modify header information – headers already sent by (output started at …/wp-content/themes/theme/design.php:2) in …/wp-includes/pluggable.php on line 876
I found some solutions for such errors, but nothing works for me.
Many thanks in advance
Greetings
March 20, 2013 at 4:55 am #156841In reply to: accessing private groups
John James Jacoby
KeymasterSince your site was compromised, and you are the resident expert with your configuration, we rely on you to fill in any gaps that you can.
If you get to the point where you’ve identified a clear and repeatable security issue with WordPress, BuddyPress, bbPress, or any other plugin, let is know by checking out the following page:
https://codex.wordpress.org/FAQ_Security
Thanks, and good luck.
March 19, 2013 at 11:38 pm #156826In reply to: accessing private groups
douglance
ParticipantI believe the person was using a program to access the content, as I have access to a cropped screen grab of the content from them and it doesn’t look like my site.
March 19, 2013 at 11:35 pm #156825In reply to: accessing private groups
douglance
ParticipantCan we figure this out? There must be a method for third parties to gain access to private groups, as it has occurred on my site.
I running the latest versions of WP and BP.
I use a modified version of ElegantTheme eStore.
I use WP eMember to protect content.
I don’t believe any other plugins could conceivably conflict with this issue.
March 19, 2013 at 8:21 pm #156813In reply to: accessing private groups
Paul Wong-Gibbs
KeymasterAs Boone told you already, there are no known security issues with BuddyPress.
March 19, 2013 at 12:26 am #156740In reply to: Create private membership site with BuddyPress
bp-help
Participant@skibler Line 24 in private-community-for-bp.php shows all that gets blocked. I can’t replicate your issue in explorer, firefox, chrome, and safari. Do you have other plugins installed? What theme are you using?
March 19, 2013 at 12:22 am #156739In reply to: Create private membership site with BuddyPress
bp-help
Participant@skibler Line 24 in private-community-for-bp.php shows all that gets blocked. I can’t replicate your issue in explorer, firefox, chrome, and safari. Do you have other plugins installed? What theme are you using?
March 18, 2013 at 11:26 pm #156736In reply to: Create private membership site with BuddyPress
skibler
ParticipantThanks, I have your plugin installed and activated. It is only blocking the “Members” page and not the “Activity” and “Groups” pages when logged out. Is there something else I need to modify in the PHP file to block those?
Thanks!
March 18, 2013 at 9:07 pm #156729In reply to: Create private membership site with BuddyPress
bp-help
Participant@ skibler I can’t replicate the issue. Try deleting the code used above and downloading the plugin zip here:
https://github.com/bphelp/private_community_for_bp
install like a plugin. Then change the line 27 in private-community-for-bp.php to where you wanna redirect too.March 18, 2013 at 5:53 pm #156710In reply to: Create private membership site with BuddyPress
skibler
ParticipantThanks bphelp, I used the code and have success except for in IE 8 the “Groups” and “Members” tabs are not working correctly – they are defaulting to the page I have set up for the redirect.
This is only happening in IE. I have tested in Chrome, Firefox and Safari with success.
Please help!
March 17, 2013 at 7:41 am #156593In reply to: LIMIT PRIVATE MESSAGING to Paid Subscribers
mvpimedia
ParticipantI found one solution here: http://buddydev.com/support/forums/topic/limit-buddypress-features-to-paid-subscribers/
but how can the receiver of the message be able to respond back to the sender without having to pay…. this 2nd function is still unsolved….
March 17, 2013 at 6:29 am #156591In reply to: Restricting private messaging to some users.
mvpimedia
ParticipantI am also looking for a solution for this kind of feature….
same as this post…
https://buddypress.org/support/topic/buddypress-messaging-level-restrictions/
still no luck of findind it… basically I want to make the private messaging a paid service. and if a paid member messages a free user, then latter will be able to respond back…..
please update this post if you found answer to our needs. thanks!
March 15, 2013 at 3:57 pm #156465In reply to: [Resolved] How to add images to a custom toolbar?
bp-help
Participant@hnla Hi, I am having a hard time getting the image to show up. Also what is the node id for friend request, and private messages? I can’t seem to find it to use in my custom toolbar to add these as top level items! Thanks!
March 13, 2013 at 12:47 am #156161In reply to: New Private Community Plugin For BP
March 12, 2013 at 7:07 pm #156132In reply to: How to make a private community?
bp-help
Participant@vegaskev
I packaged a similar version that does the same thing for the people who prefer a plugin solution. Feel free to try it. Just download the zip file and install it like any other plugin.
https://github.com/bphelp/private_community_for_bpMarch 12, 2013 at 6:50 pm #156131In reply to: How to make a private community?
VegasKev88
ParticipantNearly 3 years later, several wp & bp updates and @travel-junkie’s solution still works. Thanks for your contribution @travel-junkie. I appreciate it.
March 12, 2013 at 12:53 pm #156112In reply to: BuddyDroid – BuddyPress for Android
Yuttadhammo
ParticipantBuddyDroid 0.9 is now uploaded; it should allow you to access the feed from within Private Buddypress. Also, please update the WP plugin to the latest version on github:
March 10, 2013 at 3:45 pm #155957In reply to: My BuddyPress Hosting Recommendation
bp-help
Participant@cannedbear shared servers suck. Just from my experience I had a small private community with less than 10 members and I did a lot of heavy development on it and after one year the host scrapped and locked me out of my account saying it was a resource hog and that I would need to upgrade my account without any prior notice. Anyway, that is my experience.
March 9, 2013 at 1:47 pm #155905In reply to: New Private Community Plugin For BP
bp-help
ParticipantSorry I forgot to mention I have tested it to work from WP 3.2.1 BP 1.5.1 through WP 3.5.1 BP 1.7 beta1 As long as your within this range it should work for you! Thanks!
March 9, 2013 at 1:11 pm #155902In reply to: New Private Community Plugin For BP
bp-help
Participant@mercime @hnla @modemlooper Sorry I meant to post this in Creating and Extending. Could one of you move it there please? Thank you!
March 9, 2013 at 11:48 am #155898In reply to: Login to continue?
bp-help
Participant@mareksgregs The plugin in the I listed above https://github.com/bphelp/private_community_for_bp/archive/master.zip needs to be downloaded as a zip file then you upload it and activate it on your site. It restricts access to BP pages for those who are not logged in and reirects them to the register page. Maybe you need to be more clear as to what your looking to accomplish.
-
AuthorSearch Results