Search Results for 'private'
-
AuthorSearch Results
-
May 16, 2017 at 10:08 am #266018
In reply to: Photo media file compression
alancr
ParticipantHi, i was thinking of using the plugin bb media for the users to upload numerous photos to their profiles. As i think with buddypress and bb press the profile only allows one main photo.
Ultimately I would like the users to have a main photo and then their own private photo gallery which other users can see all their profile and gallery photosMay 14, 2017 at 4:49 am #265974In reply to: Need custom login page
metalhead
ParticipantBP Simple Private
May 12, 2017 at 5:49 pm #265965In reply to: How to hide Buddypress for visitors ?
shanebp
ModeratorHave you tried: BP Simple Private ?
May 10, 2017 at 1:12 am #265916jorge17
ParticipantCan I create private groups in which the contents are public for the whole world?
April 28, 2017 at 1:44 pm #265683In reply to: Member Directory Added To Profile Dropdown
shanebp
ModeratorTo prevent non-members from viewing the members directory you can use this plugin:
BP Simple PrivateApril 26, 2017 at 7:08 pm #265630In reply to: Ephemeral Messages
r-a-y
KeymasterYou could probably run a cronjob to remove various activity items and private message threads if they’re older than a certain interval.
Of course, this would need to be custom-developed.
April 26, 2017 at 12:45 am #265623In reply to: Ephemeral Messages
Henry Wright
ModeratorPrivate messaging in BuddyPress is persistent (saved to the db). There is also “flash” messages but these are stored as a cookie and are removed after the page request.
April 24, 2017 at 2:53 pm #265586In reply to: BuddyPress Groups
shanebp
ModeratorThe widget’s ajax call does not check to see who is viewing it.
So only public groups will appear; hidden & private groups will not appear even though you are a member.
You could write your own widget that uses the logged-in member’s id.
Use the group widget code as a reference:
buddypress\bp-groups\bp-groups-widgets.phpApril 23, 2017 at 4:37 am #265566jeffacubed
ParticipantHi @arbolife any chance you even vaguely remember what you did to get new user activation email being sent out when using WPML + BuddyPress? Like you, everything works 100% correctly on the ‘English’ side when new users register, requests membership for a private BP group, logs-in, etc – BUT if a user registers on the french registration page (fr/register/) they never get any emails (I they are foever listed as “pending” in the user area). I’ve also noticed that no emails (outgoing) get triggered if an existing user switches to the /fr/ side & tries to join a private BuddyPress group. Trying to access the /fr/wp-login.php page (or the password reset) from the /fr/ side will also trigger a 404 page. So, like you mentioned, it’s a setting “somewhere” in WPML to resolve these (many) anomalies, but for whatever reason, I can’t see to find the resolution!
My test setup:
WP: 3.7.4
BP: 2.8.2
WPML: 3.7.0
BuddyPress WPML Plugin: 1.5.5.1-Jeff
April 11, 2017 at 7:31 pm #265373In reply to: Show Recipient’s Avatar during Private Message
ketzita
ParticipantI’m going to do the bump.. But let’s take an easier approach to this topic:
Anyone know how I can at least prevent the member-header from being displayed upon creation of a private message?
Let’s forget about sticking the recipient’s photo in there for now, and take it one step at a time.
I just don’t know which file this involves. compose.php seems to make no reference to bp_displayed_user_avatar(), so I’m wondering why is the avatar appearing?
March 29, 2017 at 9:22 pm #265073donburikun
ParticipantI would like to hide “Send To (Username or Friend’s Name)” from the private message compose page. Can this be achieved by css or does it require editing of other files?
Optionally, I would like to hide change the wording of this.
Can anyone advise on to best achieve one of the above? Thank you.
March 28, 2017 at 1:26 pm #265045In reply to: Add New Tab Private to each user
bigbankclub
ParticipantSo I’m guessing — that for each user I want share a unique item I need to edit code?
** The idea is to share information for the each user; but unique to each user.
So 100 users need to access a private link unique to them — I think this process will need one to create a page each time?
March 22, 2017 at 11:56 pm #264932In reply to: Accept / Reject Friend Request NOT WORKING :(
Henry Wright
ModeratorBeing a premium theme the best thing to do is contact their support team. Unfortunately, because the SocialChef theme’s code is private there’s not much we can do here to help.
March 12, 2017 at 5:19 pm #264679In reply to: How do I??
jayhova4x4
ParticipantYes, That is to say members of a specific group have full access to forums that that group has privileges to. If a forum is a child forum any group that has access to the child has access to the parent and the parent’s parent etc. Forums to which a user does not have access might be either private or hidden.
March 2, 2017 at 6:38 am #264443In reply to: How to hide the RSS button
Dominic Bowkett
Participantyou can hide Rss feed link from public to private.
February 27, 2017 at 10:22 pm #264255In reply to: Application-Post to forum
modemlooper
ModeratorThere is nothing like this. Would make a great plugin. BuddyPress allows people to request group membership for private groups. Change a group to private and the “join” group button becomes “request membership”
auto join plugin based on role https://www.buddyboss.com/purchase/buddypress-auto-group-join/
February 26, 2017 at 2:27 am #264182In reply to: Secluded members content
mrjarbenne
ParticipantThe easiest way to do that would be to set up Private Groups, then manually control the membership list of those groups. The main activity feed becomes the public space, and the groups unlock more content.
A more extensive answer is a plugin like https://s2member.com/ which integrates with BP and adds more of what you are looking for.
February 24, 2017 at 8:53 am #264123In reply to: Is it BuddyPress appropriate for my web?
imauser2
ParticipantThank you @djsteveb.
Private content should be certain pages so I whink is under control.
About ‘automatic sending of emails when profile field changes’ I found Better notification plugin.
I have to check the options you mention but I think Buddy Press + Better Notification will be my option.
February 24, 2017 at 7:56 am #264119In reply to: Is it BuddyPress appropriate for my web?
djsteveb
Participantpretty sure the first three things you mention could be done with bp – depending on how you want the ‘private content only available certain users’ – may be easy (profile field marked as ‘friends only can view’ – however if you mean private content like pics or something… I believe it gets much more complicated, and if you want to restrict by different roles other than friends or public..
you might want to experiment with wp and “s2 member”.. “press permit core” or the wpmudev membership plugin or some of the others.
the ‘automatic sending of emails when profile field changes’ – no idea how that would work with any of those systems – although someone that knows php and wp could probably whip up something custom for that with wp or bp – I am not aware of anything like that happening out of the box with bp… and I have not searched to see if there are any bp plugins that get into that..
of course bp is free to play with so it wouldn’t hurt to put it on a new site and experiment – but I would bet the amount of time you spend trying to make it do what you want it do is not trivial.
others may have different thoughts on all that.. I’ve just a user not a bp dev.
February 23, 2017 at 10:52 am #264082In reply to: Random User when /Members is loaded?
coolhunt
ParticipantI found this handy
It works in BP-custom.php — im trying to get it to load instead of “alphabetical”
// Exit if accessed directly if ( !defined( 'ABSPATH' ) ) exit; class BP_Loop_Filters { /** * Constructor */ public function __construct() { $this->setup_actions(); } /** * Actions * * @uses bp_is_active() * @uses is_multisite() */ private function setup_actions() { /** * Adds the random order to the select boxes of the Members, Groups and Blogs directory pages */ // Members component is core, so it will be available add_action( 'bp_members_directory_order_options', array( $this, 'random_order' ) ); // You need to check Groups component is available if( bp_is_active( 'groups' ) ) add_action( 'bp_groups_directory_order_options', array( $this, 'random_order' ) ); // You need to check WordPress config and that Blogs Component is available if( is_multisite() && bp_is_active( 'blogs' ) ) add_action( 'bp_blogs_directory_order_options', array( $this, 'random_order' ) ); } /** * Displays a new option in the Members/Groups & Blogs directories * * <a class="bp-suggestions-mention" href="https://buddypress.org/members/return/" rel="nofollow">@return</a> string html output */ public function random_order() { ?> <option value="random"><?php _e( 'Random', 'buddypress' ); ?></option> <?php } } // 1, 2, 3 go ! function bp_loop_filters() { return new BP_Loop_Filters(); } add_action( 'bp_include', 'bp_loop_filters' );February 13, 2017 at 6:24 pm #263743In reply to: Let logged out users access the activity page
shanebp
ModeratorHave you tried one of the privacy plugins?
For example: https://wordpress.org/plugins/bp-simple-private/February 6, 2017 at 6:13 am #263534In reply to: How to have some public viewable pages?
djsteveb
Participantwith my default bp installs just about everything IS public.. it’s actually not easy to make the bp pages like activity and groups and such private.
I think most of those things are fine to be public – and people can choose to make groups members only, logged in only, or public viewable.. default is all public I think..
Most profile fields the user can choose similar privacy settings for certain fields if you allow..
Sometimes I make a group non-pulbic viewable as super admin..
I also choose a lot of things to be blocked by the robot search engine spiders – as there is no need for them to go pulling 100 pages of activity feed and such – so even though most of my BP site is publicly viewable, only about half of it is (supposed to be) crawled by the big engines – most follow the robots.txt directive – but not all..
January 27, 2017 at 4:33 pm #263218In reply to: Private Messaging Limit with Membership plans
danbp
Participantit’s not an issue but eventually an enhancement.
As nothing new appeared in the plugin sphere, and if you don’t know further, follow Shane’s recommendation.To monetize your BP, perhaps you can consider MyCred ?
Closing this tread now.
January 25, 2017 at 4:14 pm #263172In reply to: email notifications stopped for @ mentions, replies
finzend
Participant@pixelpushermama @julia_B did you fix this, or is it still a problem?
I just upgraded from BuddyPress 2.3.4 to 2.7.4 (WP 4.7.1) but now we seem to have a problem with the mentions. Users used to get an notification-email when they were mentioned in the comments on one of our sites. That doesnt happen anymore. But the emails from private messages or replies on activity-updates do work…
January 22, 2017 at 10:13 pm #263088In reply to: Profile Field Visibility Settings
mrjarbenne
ParticipantIn case anyone runs into this forum topic looking for a similar fix. I needed to do two more things to get this perfect (thanks @danbp for the great start).
Under each field, the default privacy is displayed, so you need to make sure that for every option you add, the default is either “All Members”, or “Only Me” so that “Everyone” doesn’t appear as a default under each field, despite the fact that you’ve hidden the option to chose it once the user hits the Change button.
Additionally, under the name field, “Everyone” is the default, and it can’t be changed. This isn’t really accurate if you site is private, so I have hidden the line that says that the Name field is visible by Everyone with an additional CSS snippet.
/* Remove Everyone option from Profile Fields to ease confusion on a private site */ li.public {display:none!important;} #buddypress div#item-body div.profile form#profile-edit-form.standard-form.member-information div.editfield.field_1.field_name.required-field.visibility-public.field_type_textbox div#field-visibility-settings-toggle-1.field-visibility-settings-notoggle {display:none!important;} -
AuthorSearch Results