Search Results for 'private'
-
AuthorSearch Results
-
October 30, 2010 at 5:47 am #96970
In reply to: Private group RSS?
Stacy (non coder)
ParticipantThere is Private rss plugin that uses authentication https://wordpress.org/extend/plugins/private-rss/ (Not sure how it would work for groups)
October 29, 2010 at 7:35 pm #96940In reply to: Buddypress and wp-wishlist help
Michel Fortin
ParticipantSusan, I know this is old news, but I use Private BuddyPress:
https://wordpress.org/extend/plugins/private-buddypress/
It protects BP pages that are not protected by WishList.
October 29, 2010 at 1:19 pm #96908In reply to: Changing Group tab display defaults
Andrew Tegenkamp
Participant@r-a-y, thanks for this as it works great! To @Robcwright and others interested, I know it’s an old thread but have found this change will make it only do this for public groups or groups where you are a member and private groups will no longer redirect but keep the default setup. I put both in bp-custom.php and that seems to work great with a variety of child themes. If you want any other modifications for other cases I haven’t tried, just mention me in the reply and I’ll take a look when I can.
`
function redirect_to_forum() {
global $bp;
$path = clean_url( $_SERVER );
$path = apply_filters( ‘bp_uri’, $path );
if ( bp_is_group_home() && strpos( $path, $bp->bp_options_nav ) === false ) {
if ($bp->groups->current_group->is_user_member || $bp->groups->current_group->status == ‘public’) {
bp_core_redirect( $path . $bp->bp_options_nav . ‘/’ );
}
}
}
add_action( ‘wp’, ‘redirect_to_forum’ );function my_bp_groups_forum_first_tab() {
global $bp;
if ($bp->groups->current_group->is_user_member || $bp->groups->current_group->status == ‘public’) {
$bp->bp_options_nav = ’50’;
$bp->bp_options_nav = ‘Activity’;
}
}
add_action(‘wp’, ‘my_bp_groups_forum_first_tab’);
`October 27, 2010 at 9:42 pm #96751In reply to: Upgrade issue
Nirok
Participantactually just worked it out… i disabled bbforum, friends, groups, private messenging and it works…. i don’t need any of these for the website
October 27, 2010 at 3:27 pm #96709ericreynolds007
ParticipantThanks Rich. No wonder. I am using a Rockettheme child theme.
October 27, 2010 at 12:21 pm #96693rich! @ etiviti
Participantthat change is to a theme file – did your theme update as well? (or is it a child theme?)
October 26, 2010 at 10:37 pm #96611In reply to: Private / secure file uploads for groups
Andrew Mackie
ParticipantI’ve reposted to another group – https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/private-secure-file-uploads-for-groups-1
October 23, 2010 at 1:53 pm #96207In reply to: Setting redirect page for non-logged in users
Miko
ParticipantI don’t want a landing page for visitors, I want normal visitors to see all of the usual pages & posts on the public part of the site. This is happening fine. What I want is for them to arrive on a nice page if they search for something that is on a hidden private part of the site. I am using Private Buddypress to hide members area (private profiles, forums etc) from the main marketing pages of the site ( WP pages and posts). The Private Buddypress plugin annoyingly redirects to the standard WP login screen (as you can see in the code from that plugin posted in my original Q). I do not like this, because it gives no explanantion to the user why they searched for something and arrived at a login screen. This is why I want to redirect to my custom 404 page, which I have modified to say that the item they are looking for is not found, or it is only visible to logged in members. What I want to know is how EXACTLY to modify the above code to get the redirect to point to the 404 page.
The login screen is not helpful, and in fact it’s offputting/confusing because you have to be a member of our photo club to be allowed into the community – so we don’t accept public registrations. Showing a login screen makes it seem like people should be able to register somehow, when they can’t.
October 22, 2010 at 7:21 pm #96119In reply to: Member profile buttons unavailable
r-a-y
Keymaster@intimez – Just checked Private Messages for Friends Only and the plugin still works fine on BP 1.2.6.
BP 1.2.6 made some changes to the way buttons are rendered.
If you modified the member header in your child theme, you’ll need to look at the changes made to /members/single/member-header.php and apply them.
October 22, 2010 at 4:39 pm #96084In reply to: Time Offset still present in BP 1.2.6
paulhastings0
ParticipantI’m afraid so.

But if my memory doesn’t betray me, I think it’s a different part of the private messaging system that’s showing the wrong time now.
October 19, 2010 at 6:14 am #95547In reply to: is that possible with buddypress?
techguy
ParticipantIn order…
-Depends what you mean, but this is a built in featured to BP
-This is pretty much a requirement for BP. Although, you can choose how big or small you want the profiles to be
-Groups in BP should satisfy this. You can make them public, hidden or private.
-This is a widget in the default BP theme
-Just turn it on in the BP settings
-There are a couple picture plugins. One that’s paid that’s pretty good from BuddyDev.com Another one that’s getting really close called BP Media. They have a version available now, but it’s basic. In a month? or so it will have even more features.
-These can just be added to your theme anywhere that you think would be good.So, pretty much everything but the pictures is available by default with BP. The pictures need the plugin.
October 18, 2010 at 6:14 pm #95502In reply to: Bug in a member’s personal activity stream?
Roger Coathup
Participant“activity private” – was just a general thought if you’d added a plugin or other custom code.
As I said before, without detailed info about your configuration, and your theme – it’s going to be difficult for anyone to help you on this one.
Does it only affect one user, or more than one?
Can you simulate it on one machine / browser – i.e. try activity for 2 users – do they both work?
October 18, 2010 at 3:23 pm #95480In reply to: Bug in a member’s personal activity stream?
apwinthrop
ParticipantThe theme hasn’t changed in months, but the person’s activity does not seem to appear on the sitewide stream. No privacy plugins – or blockage of engines. Dumb question- how do you make your activity private?
Cheers
October 18, 2010 at 2:02 pm #95475In reply to: Bug in a member’s personal activity stream?
Roger Coathup
ParticipantIt’s highly unlikely that it’s a bug in the activity stream – hundreds / thousands of sites run the BuddyPress activity stream without problem.
It’s almost certainly something wrong in your bespoke theme / bp-custom.php file.
Have you changed the theme since the second person carried out their activity? Does it show in the main site activity stream? Have you installed some privacy plugins, or has the member specified that their activity is private? Is the site hidden from search engines?
It’s impossible to provide much more help without a lot more information about your site configuration and the details of your theme code.
October 17, 2010 at 3:44 pm #95396In reply to: Is There a Way to Paginate a Private Message Thread?
October 14, 2010 at 3:53 am #95127Kirk
ParticipantRight, its private.
I have to login as admin, and then go to My Account, My Groups, then I see the link to the Students group, click that I then I can finally click the Forum link. I also can use the WP main menu Groups link, and find the Students group. Our members are lazy, they want to hit the main page, one click and they are in the forum (assuming they are logged in).
I tried the link you provided above and it keeps redirecting me to what I belive is the WP general blog/comment diaglogue. The buddypress install went OK as I can tell. In the WP admin backend I still have the msg:“BuddyPress is ready. You’ll need to activate a BuddyPress compatible theme to take advantage of all of the features. We’ve bundled a default theme, but you can always install some other compatible themes or upgrade your existing WordPress theme.”
Even though I activated the default BP template several times. Possibly something to do with the issue here?
October 13, 2010 at 7:26 pm #95087October 11, 2010 at 8:25 pm #94867In reply to: Buddyvents – New Events Plugin
Anonymous User 96400
InactiveI have moved the invitations onto their own page, so it’s not part of the event creation process anymore. After an event has been created the event admin is forwarded to the invitations page. If the event is public anybody can invite their friends. If it’s private only the admin. Same if the event is attached to a group and the status of that group is either hidden or private.
Our shop is finished now and I haven’t actually noticed any related problems when I moved from 1.2.5.2 to 1.2.6. It should be fine running it on either version, so the plugin will be available by tomorrow evening.
October 11, 2010 at 6:51 pm #94857In reply to: Buddyvents – New Events Plugin
Anonymous User 96400
InactiveI’ll have a look. It works on my local system. Anyways, I have added a page where users can invite their friends if the event is public and it’s not attached to a hidden or private group. It’s not been tested very well, so it’d be great if you want to give it a go
October 11, 2010 at 7:11 am #94811modemlooper
ModeratorWe cant get to your group forum because it’s private.
You groups forum link should be
http://gwspacesociety.org/wordpress/groups/students/forum/
If you can’t get to that link then you have a problem.
October 10, 2010 at 1:11 pm #94751In reply to: Is it possible to do this?
Boone Gorges
KeymasterMarc R – What you want to do with groups would be pretty hard to do, given the way that public/private groups currently work in BP. There *might* be a way to do it using only hooks and filters (which would essentially switch the status back and forth from public to private depending on what is needed in the particular situation), but probably you would have to essentially reproduce the entire groups component and change the way that the core component code works, ie so that it’s like a private group except with publically-viewable content.
It’s a good idea for a future enhancement to BP, though. The current public/private/hidden distinction for groups probably shouldn’t be so reliant on hardcoding in BP core.
October 10, 2010 at 12:03 am #94720In reply to: Buddyvents – New Events Plugin
Anonymous User 96400
InactiveI’ve just added support to the plugin to restrict the number of attendees per event. I’ve uploaded the latest dev version to the testsite (http://buddyvents.jobboardr.com). Please note that there will probably still be some bugs in the restrict-attendee and group (support for hidden/private/public) functionality. I will fix anything I find tomorrow (sunday) and the plugin release will go ahead this monday!
October 9, 2010 at 8:56 pm #94706rich! @ etiviti
Participantlooks like the group is private – so buddypress will redirect back to the main page (if someone is not a member)
October 8, 2010 at 11:18 pm #94637In reply to: Buddyvents – New Events Plugin
Anonymous User 96400
Inactive@svenl77
The events calendar is now fully compatible with private/hidden groups. To see a public event for a private/hidden group the loggedin user needs to be a member of that group. If the event is private the user needs to be a group member and be invited to the event for the event to show up.That was the easy bit. Now I’ll have to do the same thing for the loop

I’ll have a look at restricting registration to a certain number of people over the weekend as well.
October 8, 2010 at 6:49 pm #94625In reply to: Custom register page
-
AuthorSearch Results

