Search Results for 'private'
-
AuthorSearch Results
-
August 25, 2014 at 11:44 pm #188486
In reply to: [Resolved] Group Edit Dashboard broken
SeeingBlueS2
Participantbp_groups
id creator_id name slug description status enable_forum date_created 15 1 Twitch Network twitch-network Reserved for members of the Great Architect Twitch... private 1 2014-08-25 18:25:30bp_groups_groupmeta
id group_id meta_key meta_value 50 15 total_member_count 1 51 15 last_activity 2014-08-25 18:25:30 52 15 invite_status admins 53 15 forum_id a:1:{i:0;i:2683;} 54 15 _bbp_forum_enabled_2683 1bp_groups_members
id group_id user_id inviter_id is_admin is_mod user_title date_modified comments is_confirmed is_banned invite_sent 29 15 1 0 1 0 Group Admin 2014-08-25 18:25:18 1 0 0Everything looks ok in the database.
I also tried using the twentyfourteen theme and it didn’t help. Still not displaying the proper information in the dashboard under groups.
August 25, 2014 at 9:22 pm #188472danbp
ParticipantHi @doremdou
BP group activities notifier perhaps ?There is also Buddypress Notification Manager which make this for groups
- A member invites you to join a group
- Group information is updated
- You are promoted to a group administrator or moderator
- A member requests to join a private group for which you are an admin
it does not send notifications when SOMEONE JOINS the group and I need it
You need it ? Well, but that isn’t enough !
Who should receive the notif ?Both are old, and the 2nd is still working with 2.0.2.
August 24, 2014 at 12:42 pm #188358Jencina
ParticipantSorry, not all is well.
I edit in my custom “register.php” , but I can’t see anything. This is the code of my register custom page:
<?php global $bp; if(empty($bp->signup->step)) $bp->signup->step=’request-details’; ?> <form action="” name=”signup_form” id=”signup_form” class=”standard-form” method=”post” enctype=”multipart/form-data”> <?php if ( 'registration-disabled' == bp_get_current_signup_step() ) : ?> <?php do_action( 'template_notices' ); ?> <?php do_action( 'bp_before_registration_disabled' ); ?> <p><?php _e( 'User registration is currently not allowed.', 'buddypress' ); ?></p> <?php do_action( 'bp_after_registration_disabled' ); ?> <?php endif; // registration-disabled signup setp ?> <?php if ( 'request-details' == bp_get_current_signup_step() ) : ?> <?php do_action( 'template_notices' ); ?> <p><?php _e( 'Registering for this site is easy. Just fill in the fields below, and we\'ll get a new account set up for you in no time.', 'buddypress' ); ?></p> <?php do_action( 'bp_before_account_details_fields' ); ?> <div class="register-section" id="basic-details-section"> <?php /***** Basic Account Details ******/ ?> <h4><?php _e( 'PRUEBA', 'buddypress' ); ?></h4> <label for="signup_username"><?php _e( 'Username', 'buddypress' ); ?> <?php _e( '(required)', 'buddypress' ); ?></label> <?php do_action( 'bp_signup_username_errors' ); ?> <input type="text" name="signup_username" id="signup_username" value="<?php bp_signup_username_value(); ?>" /> <label for="signup_email"><?php _e( 'Email Address', 'buddypress' ); ?> <?php _e( '(required)', 'buddypress' ); ?></label> <?php do_action( 'bp_signup_email_errors' ); ?> <input type="text" name="signup_email" id="signup_email" value="<?php bp_signup_email_value(); ?>" /> <label for="signup_password"><?php _e( 'Choose a Password', 'buddypress' ); ?> <?php _e( '(required)', 'buddypress' ); ?></label> <?php do_action( 'bp_signup_password_errors' ); ?> <input type="password" name="signup_password" id="signup_password" value="" /> <label for="signup_password_confirm"><?php _e( 'Confirm Password', 'buddypress' ); ?> <?php _e( '(required)', 'buddypress' ); ?></label> <?php do_action( 'bp_signup_password_confirm_errors' ); ?> <input type="password" name="signup_password_confirm" id="signup_password_confirm" value="" /> <?php do_action( 'bp_account_details_fields' ); ?> </div><!-- #basic-details-section --> <?php do_action( 'bp_after_account_details_fields' ); ?> <?php /***** Extra Profile Details ******/ ?> <?php if ( bp_is_active( 'xprofile' ) ) : ?> <?php do_action( 'bp_before_signup_profile_fields' ); ?> <div class="register-section" id="profile-details-section"> <h4><?php _e( 'Profile Details', 'buddypress' ); ?></h4> <?php /* Use the profile field loop to render input fields for the 'base' profile field group */ ?> <?php if ( bp_is_active( 'xprofile' ) ) : if ( bp_has_profile( array( 'profile_group_id' => 1, 'fetch_field_data' => false ) ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?> <?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?> <div class="editfield"> <?php $field_type = bp_xprofile_create_field_type( bp_get_the_profile_field_type() ); $field_type->edit_field_html(); do_action( 'bp_custom_profile_edit_fields_pre_visibility' ); if ( bp_current_user_can( 'bp_xprofile_change_field_visibility' ) ) : ?> <p class="field-visibility-settings-toggle" id="field-visibility-settings-toggle-<?php bp_the_profile_field_id() ?>"> <?php printf( __( 'This field can be seen by: <span class="current-visibility-level">%s</span>', 'buddypress' ), bp_get_the_profile_field_visibility_level_label() ) ?> <a href="#" class="visibility-toggle-link"><?php _ex( 'Change', 'Change profile field visibility level', 'buddypress' ); ?></a> </p> <div class="field-visibility-settings" id="field-visibility-settings-<?php bp_the_profile_field_id() ?>"> <fieldset> <legend><?php _e( 'Who can see this field?', 'buddypress' ) ?></legend> <?php bp_profile_visibility_radio_buttons() ?> </fieldset> <a class="field-visibility-settings-close" href="#"><?php _e( 'Close', 'buddypress' ) ?></a> </div> <?php else : ?> <p class="field-visibility-settings-notoggle" id="field-visibility-settings-toggle-<?php bp_the_profile_field_id() ?>"> <?php printf( __( 'This field can be seen by: <span class="current-visibility-level">%s</span>', 'buddypress' ), bp_get_the_profile_field_visibility_level_label() ) ?> </p> <?php endif ?> <?php do_action( 'bp_custom_profile_edit_fields' ); ?> <p class="description"><?php bp_the_profile_field_description(); ?></p> </div> <?php endwhile; ?> <input type="hidden" name="signup_profile_field_ids" id="signup_profile_field_ids" value="<?php bp_the_profile_group_field_ids(); ?>" /> <?php endwhile; endif; endif; ?> <?php do_action( 'bp_signup_profile_fields' ); ?> </div><!-- #profile-details-section --> <?php do_action( 'bp_after_signup_profile_fields' ); ?> <?php endif; ?> <?php if ( bp_get_blog_signup_allowed() ) : ?> <?php do_action( 'bp_before_blog_details_fields' ); ?> <?php /***** Blog Creation Details ******/ ?> <div class="register-section" id="blog-details-section"> <h4><?php _e( 'Blog Details', 'buddypress' ); ?></h4> <p><input type="checkbox" name="signup_with_blog" id="signup_with_blog" value="1"<?php if ( (int) bp_get_signup_with_blog_value() ) : ?> checked="checked"<?php endif; ?> /> <?php _e( 'Yes, I\'d like to create a new site', 'buddypress' ); ?></p> <div id="blog-details"<?php if ( (int) bp_get_signup_with_blog_value() ) : ?>class="show"<?php endif; ?>> <label for="signup_blog_url"><?php _e( 'Blog URL', 'buddypress' ); ?> <?php _e( '(required)', 'buddypress' ); ?></label> <?php do_action( 'bp_signup_blog_url_errors' ); ?> <?php if ( is_subdomain_install() ) : ?> http:// <input type="text" name="signup_blog_url" id="signup_blog_url" value="<?php bp_signup_blog_url_value(); ?>" /> .<?php bp_blogs_subdomain_base(); ?> <?php else : ?> <?php echo home_url( '/' ); ?> <input type="text" name="signup_blog_url" id="signup_blog_url" value="<?php bp_signup_blog_url_value(); ?>" /> <?php endif; ?> <label for="signup_blog_title"><?php _e( 'Site Title', 'buddypress' ); ?> <?php _e( '(required)', 'buddypress' ); ?></label> <?php do_action( 'bp_signup_blog_title_errors' ); ?> <input type="text" name="signup_blog_title" id="signup_blog_title" value="<?php bp_signup_blog_title_value(); ?>" /> <span class="label"><?php _e( 'I would like my site to appear in search engines, and in public listings around this network.', 'buddypress' ); ?>:</span> <?php do_action( 'bp_signup_blog_privacy_errors' ); ?> <label><input type="radio" name="signup_blog_privacy" id="signup_blog_privacy_public" value="public"<?php if ( 'public' == bp_get_signup_blog_privacy_value() || !bp_get_signup_blog_privacy_value() ) : ?> checked="checked"<?php endif; ?> /> <?php _e( 'Yes', 'buddypress' ); ?></label> <label><input type="radio" name="signup_blog_privacy" id="signup_blog_privacy_private" value="private"<?php if ( 'private' == bp_get_signup_blog_privacy_value() ) : ?> checked="checked"<?php endif; ?> /> <?php _e( 'No', 'buddypress' ); ?></label> <?php do_action( 'bp_blog_details_fields' ); ?> </div> </div><!-- #blog-details-section --> <?php do_action( 'bp_after_blog_details_fields' ); ?> <?php endif; ?> <?php do_action( 'bp_before_registration_submit_buttons' ); ?> <div class="submit"> <input type="submit" name="signup_submit" id="signup_submit" value="<?php esc_attr_e( 'Complete Sign Up', 'buddypress' ); ?>" /> </div> <?php do_action( 'bp_after_registration_submit_buttons' ); ?> <?php wp_nonce_field( 'bp_new_signup' ); ?> <?php endif; // request-details signup step ?> <?php if ( 'completed-confirmation' == bp_get_current_signup_step() ) : ?> <?php do_action( 'template_notices' ); ?> <?php do_action( 'bp_before_registration_confirmed' ); ?> <?php if ( bp_registration_needs_activation() ) : ?> <p><?php _e( 'You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.', 'buddypress' ); ?></p> <?php else : ?> <p><?php _e( 'You have successfully created your account! Please log in using the username and password you have just created.', 'buddypress' ); ?></p> <?php endif; ?> <?php do_action( 'bp_after_registration_confirmed' ); ?> <?php endif; // completed-confirmation signup step ?> <?php do_action( 'bp_custom_signup_steps' ); ?> </form> </div> <?php do_action( 'bp_after_register_page' ); ?> </div><!-- #buddypress -->August 22, 2014 at 12:16 pm #188243danbp
ParticipantHello @multimartin,
2 nd question:
in the private blog settings, general > reading > search engine visibility, check disallow box. This will hide any of the private blog activities to appear on site activity and user feeds, except for those who are members of this blog.If it is not enough, considerer this plugin
1 st question:
read hereAugust 22, 2014 at 11:53 am #188240danbp
ParticipantHello @saurabhsjain91,
first let’s see what is normally going on with group settings:
This is a public group
Any site member can join this group.
This group will be listed in the groups directory and in search results.
Group content and activity will be visible to any site member.
This is a private group
Only users who request membership and are accepted can join the group.
This group will be listed in the groups directory and in search results.
Group content and activity will only be visible to members of the group.As you see, the only difference is the group content and activity visibility.
The easiest way would be to create only private groups, so the members had to request membership to access them. But it is not what you want to do and unfortunately, modifying group privacy for better flexibility is not very doable.
So, we have to focus on what it is possible to do with public groups accessibility, the one with the fewest restrictions.
Lukily, core developper @imath stumbled also upon this problem a few mounth back. And finally produced a plugin.
The features are:
- allow users to submit a request to join the group.
- selectively hiding group tabs.
- add a custom group homepage when non-members are viewing the group.
More about this experimental plugin on @pollyplummer ‘s WPTavern.
The original post (fr) on @imath ‘s blog
The plugin can be downladed on github.May this help ! 😉
August 21, 2014 at 4:29 pm #187714danbp
ParticipantOops !
i’m customize the buddypress template files in bp-legacy folder in buddypress plugin directory.
Don’t that, as at next BP update your work will be overridden.
Message URL’s are built dynamically. So you can’t fetch them diretly from within the template. You need a custom function to do that and use it from your theme’s functions.php.
Read in file bp-messages/bp-messages-classes.php
Read this topic for some inspiration.
August 20, 2014 at 3:04 pm #187254In reply to: [Resolved] Editing User "Homepage"
danbp
ParticipantI need a pages for members that will let them send each other messages
if you enable BP’s Private message component, the built-in message system will let each user send message to other members.
https://codex.buddypress.org/buddypress-components-and-features/messages/Except if i misunderstood you, i don’t see the utility to add an extra page for this.
Depending of which plugin you use to manage events, a subscribe to event page is most probably included in the plugin.
If messaging and event are your only need, you’re going overcomplicated for the moment. The only thing you have to do, i think, is to install correctly a theme and to check that BP is showing properly on it.
Once done, you can eventually customize the theme. But only if it doesn’t fit exactly with a event plugin. For the messages, if BP is ok, messages will be also ok.
Foundation first. The house after and the wallpaper at the end of the end !
August 18, 2014 at 5:01 pm #187142In reply to: [Resolved] Message Loop Issues on Custom BP Theme
danbp
ParticipantAugust 17, 2014 at 9:20 pm #187091In reply to: Changing Group from "Private" to "Public"
Stephen Edgar
ModeratorbbPress side of things https://bbpress.trac.wordpress.org/ticket/2599
The workaround (for now until fixed) would be to verify the bbPress forum visibility and then to also run the bbPress repair tool “Recalculate private and hidden forums” to ensure meta data integrity.
August 17, 2014 at 9:05 pm #187090In reply to: Changing Group from "Private" to "Public"
wp_maybe
ParticipantThanks @danbp for your reply.
I am fine with your explanation about the private and public nature of activities. My original question was about new forum activities created afterchanging a group’s status to public not showing up in group (&sitewide) activity anymore.
The real issue is this: Buddypress automatically creates forums during group creation if the check box is marked in. Private forums for private groups; public forums for public groups.
However, Buddypress does not change the visibility of the forums themselves when a group’s visibility is later changed. So while you think that your group has become Public now, it is still running a private forum inside itself.
Hence the queer case of the missing forum activity. So yeah, the workaround would be to manually change the forum’s visibility whenever one changes the group’s 😉
August 17, 2014 at 6:28 pm #187084In reply to: Forwarding Messages
danbp
Participantoh I see: you are very picky ! 😉
The only way to be notified is this setting page (under the condition you activate BP’s private message component). And as you can see, there is no possibility to forward message.
On front or on back end.As an admin on our site, I am left with tons of unnecessary work when I need to forward messages to my mods from a user.
I’m a little stuned why you receive user messages if they want to contact a mod in fact. If you do unnecessary work, i would suggest you find a better handling method first. But i maybe wrong and this point is more subtle as i understand it here.
Anyway, this is your really specific BP usage. And so far i know, it is not a very common usage. BP cannot respond to absoulte any user usage. No software can do so.
As site admin, i never encountered any problem to contact the site members. And i never needed to create a friendship first to contact any of them. This action is only used when you want to invite members to join a private group.
So if you think you’re right, you’re free to ask for an enhancement on the Trac. If the devs will consider your demand as justified, you can begin to hope to receive satisfaction one day.
If not, or if you don’t want to wait, you’re free to develop your own solution.Of course i disagree with this opinion:
It was most certainly not designed with efficiency on mind.IMHO it’s better as nothing. Imagine one second that BP had no messaging system… The actual maybe rustical, incomplete or not responding exactly to your need, but would you be efficient enough to find another free and so powerfull software as BP is ? 😉
August 17, 2014 at 5:47 pm #187082In reply to: Changing Group from "Private" to "Public"
danbp
ParticipantMy Questions:
1. Has anyone experienced a similar issue?
> probably, with 2,208,785 downloads !2. Does it appear to be a bug or am I mis-interpreting a functionality?
> probably 2 nd option3. Any workarounds?
> next tree 3 steps back, enter the forest and run 500 yards and check under the oak.When a group is setup, you choose to make it public, private or hidden. Depending on this status, the activity will be shown or not. Details of this are explained on the group creation page.
- For a public group, all activities are public. Group is listed on group directory.
- For a private group, all activities are private and only be visible to members of the group. Group is listed on group directory.
- For a hidden group, any thing is masked except for the group members. Group is not listed on group directory.
If you create a private group the 3 of may 2014, his activities are registered to the bp-activities tab from this date with a status of “private”.
The 17 august 2014 you decide to modify the group status from private to public.
From now on, the group is considered as public and any activity generated in the group after this date will be considered as public.In a few words, private activities are/and stay always private and public activities are always public, independantly of the group status.
And the activity feeds don’t look back in the past.Hope to be clear. 😉
August 17, 2014 at 5:25 pm #187080In reply to: Forwarding Messages
danbp
ParticipantHi @akovia,
each logged in user has access to his profile settings. Eg. on the top right user menu (howdy…)
or on the buddybar under the profile header./membres/xxxx/settings/notifications/
Settings > Email
Once on this setting page, each user can decide for what he want to receive an alert.But it is an emailed notice he will receive, not the complete message.
This messaging system is intended to work internally. This means the content of the message stays on the site. BP eventually sends only a reference to the content. Eg. xxx send you a private message (site url), not the full message.
Screenshot:
August 17, 2014 at 5:04 pm #187078In reply to: Forwarding Messages
Henry Wright
ModeratorAugust 17, 2014 at 5:02 pm #187077In reply to: Forwarding Messages
akovia
ParticipantI must be seeing things then. (Certainly a possibility)
Private Messages
Private Messaging works like an internal site email. Members can message people on their friends list as well as forward and reply to received messages. Each member will have their own individual Inbox and Sent messages folders as well as a Compose message screen. Members will be notified of new messages by a new message count in own Messages tab, in notification circle in Admin toolbar, as well as receive email notifications of the private message, if enabled.
August 16, 2014 at 9:36 am #186998In reply to: What happened to these Buddypress Plugins?
1a-spielwiese
Participant@ bp-help:
The links don’t work anymore:
http://shop.taptappress.com/downloads/category/plugin/
https://github.com/bphelp/private_community_for_bp
Actually I’m searching a plugin, that allows to change the sequence of the profile tabs (I would like to start with “Profile”, and not with “Activity”).
August 14, 2014 at 4:11 pm #186869snarkypuppet
ParticipantYeah that does work – my bad – thanks for pushing it back on me. Just checked private groups as well and everything seems good. I had given up, glad to have these merged, woo! 🙂
August 13, 2014 at 12:09 pm #186525In reply to: Change "private message link"
b2marketing
ParticipantThanks Henry. Will download the plugin and see if it works with some other customisations I got. It might not so that is why I am looking at doing this filter thing similar to this code I am trying to get to work.
function override_button() {
return apply_filters( ‘bp_get_send_private_message_link’, wp_nonce_url( bp_loggedin_user_domain() . bp_get_messages_slug() . ‘/compose/test/?r=’ . bp_core_get_username( bp_displayed_user_id() ) ) );}
add_filter(‘bp_get_send_private_message_link’,’override_button’);August 10, 2014 at 7:35 am #186382In reply to: Simple Members Only for Buddypress
wp_maybe
ParticipantYou could take a look at https://wordpress.org/plugins/private-community-for-bp-lite/
It allows you to make all pages/posts private by default. You can (optionally) exclude upto 10 pages/categories to show to the logged out visitors.August 9, 2014 at 8:50 pm #186373In reply to: No option to Select who sees Name in Profile Field
bp-help
Participant@semperfideles
You could try:
https://wordpress.org/plugins/private-bp-pages/
Full disclosure I wrote the plugin but you can check it out and see if it fits your needs.August 9, 2014 at 2:18 pm #186364In reply to: Hide the MEMBERS, GROUPS, ACTIVITY pages
wp_maybe
ParticipantOr you could try a plugin like: https://wordpress.org/plugins/private-bp-pages/
August 8, 2014 at 2:07 pm #186300In reply to: Problem with Registering a new user
Jonty800
Participant@henrywright I’ve deactivated everything except buddypress, and then tried with other themes – the same thing happens.
@aces – Yes, I am logged out when I try to register for a new account.I have also tried registering in private browsing mode – same thing.
August 3, 2014 at 9:02 pm #185888greatwebdesign
ParticipantHi,
I don’t understand your question “Can you link to these widgets?” What do you mean?
How can I contact you privately so that I can provide you with the login details for my site?
Thank you.
July 30, 2014 at 3:17 pm #185760Simon Bame
ParticipantThank you @dandp,
I managed to get that working now, thank you so much for your help and it is really appreciated.I just had one more enquiry.
The search thing I was asking about was when you enter the groups page so you have a list of the groups in my case the Public Events and Private Investigations there is a search box, if I type the name of the company it says there were no groups found, is there a way to get this to search inside the groups for the name of the company instead.
Thank you
Simon BampfyldeJuly 30, 2014 at 2:53 pm #185759danbp
Participantin other words, you want to change the landing tab when visiting one of these groups.
Each group screen as his own search filter. So if you are on the group forum screen, you see the forum activity filter. When you are on the group members screen, you see the group members search filter. And so on…
So no matter about filtering, if you bring the visitors to the right screen as soon as they arrive on the group, they get the correct filter.
FYI function is theme dependant and bp-custom is completely independant from bp updates and will work even if you change your theme.
Here’s the code you can use (in functions.php or bp-custom.php)function bpfr_custom_group_default_tab($default_tab){ /** * class_exists() is recommanded to avoid problems during updates * or when Groups Component is deactivated */ if ( class_exists( 'BP_Group_Extension' ) ) : // $group=groups_get_current_group();//get the current group if(empty($group)) return $default_tab; switch($group->slug){ case 'Public Events': // group name (slug format) $default_tab='members'; break; case 'Private Investigations': $default_tab='members'; break; case 'another group': $default_tab='admin'; break; default: $default_tab='home';// the original default landing tab break; } return $default_tab; endif; // end if ( class_exists( 'BP_Group_Extension' ) ) } add_filter('bp_groups_default_extension','bpfr_custom_group_default_tab');Add or remove the “case” part into the switch to your needs. Don’t forget to modify the groups name to yours.
-
AuthorSearch Results
