Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'private'

Viewing 25 results - 1,126 through 1,150 (of 3,460 total)
  • Author
    Search Results
  • #180566
    IngeT
    Participant

    Confirming this bug, which lead to some drama on our forum. You think private topics are private, but turned out that if you click on the last reply links from a private forum, you sometimes can get in even when you don’t belong to the group. Not funny.
    Also, subforums don’t inherit the settings from their parent forum.

    #180526
    BuddyBoss
    Participant

    1GB RAM is a minimum, 2GB RAM is ideal. As you scale up you may need more. On a good server setup you can actually see live (via SSH) how much of your RAM is being used up and how much is free. If you’re bottlenecking, you can contact the hosting company to add more RAM or bump you up to the next server. That is not the same as migrating to a new host… if it’s within the same company they should handle it for you seamlessly in the background.

    Another option is to use Amazon (AWS) instead of a private server and it just scales up automatically as needed – they mostly charge by data rather than by server. They will be more expensive for most sites and will be slightly harder to set up, but they are also incredibly scalable.

    A CDN isn’t really a “cache” in the way you imagine W3 working. It’s only caching resources (stylesheets, images, javascript files, etc) but not caching “content”. Your resources usually don’t go stale because they are not updated often. And if you do it properly, the cache can be broken any time you update a resource (by adding a version number to the enqueue in your theme). The version number gets appended to the URL of the resource, so if it changes the CDN thinks it’s a different file and immediately serves up a new file.

    Content does go stale. By content I mean the data that is outputting for everyone to see right on the website. Like a profile, activity page, member directory, etc. This is the stuff that plugins like W3 are primarily used to cache (among other things as well).

    You can integrate a CDN very easily using WP Super Cache. You can just turn off the content caching stuff and use it only for pushing your resources into a CDN. It’s a set it and forget it kind of setup for the most part.

    If you happen to be in the Miami area on May 9, I’ll be speaking about scaling BuddyPress at the BuddyCamp (1st day of WordCamp Miami). http://2014.miami.wordcamp.org/
    Should be a fun event.

    #180420
    Renato Alves
    Moderator

    @batmanfan You can make a forum private, public or hidden.
    Check out the doc: https://codex.bbpress.org/getting-started-with-bbpress/

    You have no idea what you can learn by reading it. =)

    #180415
    batmanfan
    Participant

    Thanks Trifon. But on Sitewide Forums, I can set it to ‘private’ or ‘hidden’ too right? so, just wondering what are the differences and advantages of one or the other?

    #180414
    Anonymous User 5853594
    Inactive

    Basically yes.
    The Sitewide Forums are available to everyone, while the Group Forums are a private forums for a specific group. Other than that, they just share all the normal forum functions.

    cukeving
    Participant

    The site is still in dev and locked with userid and password or IP address.

    Is there a way to contact you privately?

    #179835
    colabsadmin
    Participant

    Have you looked in the db to verify they weren’t deletes? Do you have any plugins installed that might effect that? I remember testing a private activity once that sent notifications even though someone didnt have access to them.

    You can prove your theory about the majority being messages by looking in the notification table. In there there are fields that will tell you what component the notification is for (messages, mentions, friend requests, and so on). Hover you mouse over the read/delete actions for the notifications with missing titles. You’ll see the notification ID. Look for those specific IDs to see if there is a common component where this is happening. Either way, you can get the item_id (what you were actually notified on) and verify that item actually exists. If the component is ‘activity’ look for item_id in the activity table. If its from the messages component, then you can look for the item_id in the messages_messages table. (though even if the sender deletes the message, it will still be in the db, so this might not get you anywhere actually)

    I’m curious to know what you find. Good luck.

    #179827
    Patryk
    Participant

    I have the same thing to me and not display private message button, etc

    mcpeanut
    Participant

    First question would be to ask if your on shared hosting vps or private server?
    maybee this link will help you if you take a look. i dont know what hosting your with but have a read anyhows.
    https://wordpress.org/support/topic/godaddy-iis-and-removing-indexphp-in-url

    p.s i dont know if there is a solution within that post but it may help you find out a little more.

    also just found this post too for you.

    https://wordpress.org/support/topic/getting-rid-of-indexphp-from-url

    #179712
    bp-help
    Participant

    @xxxtristamxxx
    Try: https://wordpress.org/plugins/private-bp-pages/
    Full disclosure, I am the plugin author.
    Good luck!

    #179609
    mcpeanut
    Participant

    1. Event integration would be great, including inviting people to an event and being able to mark as attending not attending etc for users.

    2.More privacy options on public groups such as being able to stop them from showing in the activity stream altogether but still allowing people to join without requesting.

    3.Option to turn on some form of automatic activity refresh (for those people who have dedicated servers with good resources)

    4.Privacy in general, being able to set your profile to public private or friends only etc.

    5.Notifications to show avatars.

    #179519
    BuddyBoss
    Participant
    #179496
    Craig
    Participant
    #179434

    In reply to: Stop BuddyPress SPAM

    contrasupport
    Participant

    Most of wordpress plugins mentions above work like

    Attacker > HTTP server > PHP > WordPress > PLUGINS

    We all need to have something before WordPress that’s why I recommend

    NinjaFirewall (I do not have any relation with the plugin creator)

    https://wordpress.org/plugins/ninjafirewall/

    Block the attacker before the WordPress

    Attacker > HTTP server > PHP > NinjaFirewall > WordPress > PLUGINS

    As always in installing any plugins that possibly can block your admin access you have to read the Installation note and have access to the FTP.

    NinjaFirewall will work as another layer to protect your site.

    In addition if you have not done it:

    1. Change your “Admin” username to something dificult and at least 10 characters (+) but easily to remember (+ for you – for security) or you have to read a note (-) safely secured in your safe locker (+)
    2. Make your password at least 25 COMBINATION of characters (+) but easily to remember (+ for you – for security) or you have to read a note (-) safely secured in your safe locker (+)

    NinjaFirewall:

    • Web Application Firewall
    • Full standalone web application firewall
    • Multi-site support
    • Compatible with shared hosting accounts
    • Protects against RFI, LFI, XSS, code execution, SQL injections, brute
    • force scanners, shell scripts, backdoors and many other threats
    • Scans and/or sanitises GET / POST requests, HTTP / HTTPS traffic, cookies, server variables (HTTP_USER_AGENT, HTTP_REFERER, PHP_SELF, PATH_TRANSLATED, PATH_INFO)
    • Sanitises variables names and values
    • Advanced filtering options (ASCII control characters, NULL byte, PHP built
    • in wrappers, base64 decoder)
    • Blocks username enumeration scanning attempts through the author archives and the login page
    • Blocks/allows uploads, sanitises uploaded file names
    • Blocks suspicious bots and scanners
    • Hides PHP error and notice messages
    • Blocks direct access to PHP scripts located inside specific directories
    • Whitelist option for WordPress administrator(s), localhost and private IP address spaces
    • Configurable HTTP return code and message
    • Rules editor to enable/disable built-in security rules
    • Activity log and statistics
    • Debugging mode
    #179378
    Doremdou
    Participant

    Hi 🙂
    Did you enable the messaging system in the first place?
    If not you can activate it in : Settings/Buddypress/ and on the first page, check the messaging box

    If you enabled this option already you should have a tab in your profil to send private message

    [Edit] Wait what do you mean by “forums”? there are no forums on buddypress, are you talking about bbpress?

    Doremdou
    Participant

    I tried to create a shortcode to show the join/leave button using the buddypress-functions but can’t make it to work… 🙁
    What am I doing wrong?

    I would like a shortcode like this :

    [groupbutton name=”party1″]

    I tried with this code for a join button only at first:

    add_shortcode( 'groupbutton', 'groupbutton_check_shortcode' );
    
    function groupbutton_check_shortcode( $attr ) {
    
    	extract( shortcode_atts( array( 'name' => 'read' ), $attr ) );
    
    	$current_group_id = BP_Groups_Group::get_id_from_slug($name);
    	$group = groups_get_group( array( 'group_id' => $current_group_id ) );     
    		if(bp_loggedin_user_id()) {
    			if( 'public' == $group->status ) {
    				echo '<a id="group-' . esc_attr( $current_group_id ) . '" class="join-group" rel="join" title="' . __( 'Join Group', 'buddypress' ) . '" href="' . wp_nonce_url( bp_get_group_permalink( $group ) . 'join', 'groups_join_group' ) . '">' . __( 'Join Group', 'buddypress' ) . '</a>';
    			}
    		}
    }

    I am not a developer at all so I dont understand everything but I am trying… :/
    Cant figure what I am doing wrong… and why it does not display anything at all.

    Thank you for your help and sorry for my bad english 🙂

    PS: I would like to use all cases of buttons like here on the buddypress-functions.php:

    function bp_legacy_theme_ajax_joinleave_group() {
    	// Bail if not a POST action
    	if ( 'POST' !== strtoupper( $_SERVER['REQUEST_METHOD'] ) )
    		return;
    
    	// Cast gid as integer
    	$group_id = (int) $_POST['gid'];
    
    	if ( groups_is_user_banned( bp_loggedin_user_id(), $group_id ) )
    		return;
    
    	if ( ! $group = groups_get_group( array( 'group_id' => $group_id ) ) )
    		return;
    
    	if ( ! groups_is_user_member( bp_loggedin_user_id(), $group->id ) ) {
    		if ( 'public' == $group->status ) {
    			check_ajax_referer( 'groups_join_group' );
    
    			if ( ! groups_join_group( $group->id ) ) {
    				_e( 'Error joining group', 'buddypress' );
    			} else {
    				echo '<a id="group-' . esc_attr( $group->id ) . '" class="leave-group" rel="leave" title="' . __( 'Leave Group', 'buddypress' ) . '" href="' . wp_nonce_url( bp_get_group_permalink( $group ) . 'leave-group', 'groups_leave_group' ) . '">' . __( 'Leave Group', 'buddypress' ) . '</a>';
    			}
    
    		} elseif ( 'private' == $group->status ) {
    
    			// If the user has already been invited, then this is
    			// an Accept Invitation button
    			if ( groups_check_user_has_invite( bp_loggedin_user_id(), $group->id ) ) {
    				check_ajax_referer( 'groups_accept_invite' );
    
    				if ( ! groups_accept_invite( bp_loggedin_user_id(), $group->id ) ) {
    					_e( 'Error requesting membership', 'buddypress' );
    				} else {
    					echo '<a id="group-' . esc_attr( $group->id ) . '" class="leave-group" rel="leave" title="' . __( 'Leave Group', 'buddypress' ) . '" href="' . wp_nonce_url( bp_get_group_permalink( $group ) . 'leave-group', 'groups_leave_group' ) . '">' . __( 'Leave Group', 'buddypress' ) . '</a>';
    				}
    
    			// Otherwise, it's a Request Membership button
    			} else {
    				check_ajax_referer( 'groups_request_membership' );
    
    				if ( ! groups_send_membership_request( bp_loggedin_user_id(), $group->id ) ) {
    					_e( 'Error requesting membership', 'buddypress' );
    				} else {
    					echo '<a id="group-' . esc_attr( $group->id ) . '" class="membership-requested" rel="membership-requested" title="' . __( 'Membership Requested', 'buddypress' ) . '" href="' . bp_get_group_permalink( $group ) . '">' . __( 'Membership Requested', 'buddypress' ) . '</a>';
    				}
    			}
    		}
    
    	} else {
    		check_ajax_referer( 'groups_leave_group' );
    
    		if ( ! groups_leave_group( $group->id ) ) {
    			_e( 'Error leaving group', 'buddypress' );
    		} elseif ( 'public' == $group->status ) {
    			echo '<a id="group-' . esc_attr( $group->id ) . '" class="join-group" rel="join" title="' . __( 'Join Group', 'buddypress' ) . '" href="' . wp_nonce_url( bp_get_group_permalink( $group ) . 'join', 'groups_join_group' ) . '">' . __( 'Join Group', 'buddypress' ) . '</a>';
    		} elseif ( 'private' == $group->status ) {
    			echo '<a id="group-' . esc_attr( $group->id ) . '" class="request-membership" rel="join" title="' . __( 'Request Membership', 'buddypress' ) . '" href="' . wp_nonce_url( bp_get_group_permalink( $group ) . 'request-membership', 'groups_send_membership_request' ) . '">' . __( 'Request Membership', 'buddypress' ) . '</a>';
    		}
    	}
    
    	exit;
    }
    
    /**
     * Close and keep closed site wide notices from an admin in the sidebar, via a POST request.
     *
     * @return mixed String on error, void on success
     * @since BuddyPress (1.2)
     */
    function bp_legacy_theme_ajax_close_notice() {
    	// Bail if not a POST action
    	if ( 'POST' !== strtoupper( $_SERVER['REQUEST_METHOD'] ) )
    		return;
    
    	if ( ! isset( $_POST['notice_id'] ) ) {
    		echo "-1<div id='message' class='error'><p>" . __( 'There was a problem closing the notice.', 'buddypress' ) . '</p></div>';
    
    	} else {
    		$user_id      = get_current_user_id();
    		$notice_ids   = bp_get_user_meta( $user_id, 'closed_notices', true );
    		$notice_ids[] = (int) $_POST['notice_id'];
    
    		bp_update_user_meta( $user_id, 'closed_notices', $notice_ids );
    	}
    
    	exit;
    }
    #179166

    In reply to: Make Content Private

    Squirrel
    Participant

    Actually that Private BP Pages plugin looks pretty much ideal for what you want @mrbirl.

    #179129

    In reply to: Make Content Private

    mrbirl
    Participant
    #179128

    In reply to: Make Content Private

    aces
    Participant

    It would help if you listed the plugins, and details about anything else you have tried such as code snippets.

    Did you try https://wordpress.org/plugins/private-bp-pages/ – if so what was the problem?

    #179104

    In reply to: Privacy and Buddypress

    Clara
    Participant

    Not sure if you are still out there, but I am trying very hard (not a coder, btw) to create a site that will allow the members control over who can see their postings, friendships etc.

    I cannot figure out how to do it with buddypress. Every solution that has been offered has not actually done the trick, be it a plug in or adding code.

    My site is a paid membership site – and restricted to members of a local “in person” social group.

    The way buddypress is working, even with the “activity privacy” plug in installed is this:

    there is a page called activity stream. It has 4 tabs in it:

    all members
    friends
    @mentions
    rss

    Everytime someone joins the site, it shows up in the all members tab
    everytime someone accepts a friend request, it shows up in the all members tab
    everytime anyone posts any status updates, photos, or anything, it shows up in the all members tab

    anyone who has a membership can view the all members tab, therefore, nothing a member does is private.

    I have not tested emails, so perhaps emails are private, but so far, nothing else is.

    I have tried in vain to find a way to be free of the all members tab and cannot get a solution. I am considering abandoning buddypress and trying symposium and seeing if that offers privacy.

    Once the all members tab is resolved, you would also need to resolve similar issue with rss feeds, as that pumps all info out there as well, as best I can tell.

    Buddypress seems to be designed as a very very public space and I fear that trying to accomplish any privacy is a losing battle.

    If you find something that does work, I would appreciate knowing what it is as I am at my wits end with it.

    Best of luck to you.

    #179075
    Renato Alves
    Moderator

    I see. One idea could be separating the users from different url:

    paied.yourwebsite.com
    free.yourwebsite.com

    When a person is paying, just change it to another website and they will be able to post privately. Apart from that, I can’t think of any other way. 🙁

    #178945
    Henry Wright
    Moderator

    …can I just create those pages to satisfy BuddyPress and then just make them private?

    You can. In fact, if you’re sure you’ll never need them you can perform a 301 permanent redirect to ensure they never show. For example:

    function redirect_pages() {
    	if ( bp_is_register_page() || bp_is_activation_page() || bp_is_members_component() ) {
    		wp_redirect( home_url(), 301 );
    		exit();
    	}
    }
    add_action( 'template_redirect', 'redirect_pages' );

    If for some reason you find you do in fact need the activation page, then remove || bp_is_activation_page() from the above code.

    #178884
    Zane
    Participant

    My request is a duplicate of another from a few months ago and can be ignored. Please reply to this request (an associated ticket has been opened and linked to in this other thread).

    https://buddypress.org/support/topic/posts-to-private-groups-dont-show-up-in-activity-stream/

    Thanks!

    #178881
    Zane
    Participant

    I just created my first public group and I see that the groups activity does flow to the overall activity stream.

    My request is now, is there any way to make Private groups show up on the activity stream of users who are members of the private group? Without this functionality people will not see what is going on in the Private group and will likely not participate as much. I appreciate any direction 🙂

    #178806
    Henry Wright
    Moderator

    I can’t really tell for sure but reading your post it seems you have ‘private tags’ that you’re wrapping around stuff you’d like to keep private?

    Maybe try wrapping these tags around the members loop bp_has_members()?

Viewing 25 results - 1,126 through 1,150 (of 3,460 total)
Skip to toolbar