I want to features like a facebook post in BuddyPress. I want options ( friends only, public, only me etc) before a publish post like facebook.
I have used following plugin but it could not provided functionality that i want.
https://wordpress.org/plugins/bp-post-status/
Does buddyPress provided such kind of plugins?
Hi @vapvarun first thanks for your reply.
Plugin you suggest is able to add terms and conditions checkbox to the registration page (SIGNUP), but is not able to add terms and conditions checkbox neither to http://www.mysite.com/wp-login.php? (SIGNIN) nor to BUDDYPRESS LOGIN WIDGET.
Has you know signup is different than signin… I am sure you have read my post fastly and you dont detected this “litlle / big” difference…
Waiting reply of @imath if you have something more to add you are welcome ๐
Thanks for your support.
Another lock-down option is: https://wordpress.org/plugins/bp-simple-private/
However, if you just need some private pages & categories, then you don’t need BuddyPress at all unless there is some interface aspect that requires profiles.
If you aren’t using profiles, then there are probably some WP plugins that do what you want.
Or, the custom WP code to accomplish is quite simple – if you are a WP dev.
@giuseppecuttone for signup page you will have to use
bp_signup_validate
bp_before_registration_submit_buttons
You can try this, seems still working
BuddyPress Simple Terms And Conditions
Hello, Buddypress has video/audio calling options for Members registering in? Also advice me good Buddypress themes for just groups, private messaging, paid membership.
@honoluluman not sure any existing plugin is used that approach to send default WP email using BuddyPress Email options.
It can be customized you will have to display default wp emails for signup and forgot password and register them again, for reference, you can check https://github.com/robertstaddon/buddypress-welcome-email.
Hi @imath is always beautifull know a major release of buddypress ๐
So first, thanks for very big work done by developers ๐
In the last version of buddypress I have detected the follow “error” in BUDDYPRESS LOGIN WIDGET:
If I add in http://www.mysite.com/wp-login.php? some checkboxes about TERMS OF USE, PRIVACY, I AGREE SENT COMERCIAL INFORMATION, and any other checkbox need to acomplish with DATA PROTECTION LEGISLATION, the checkboxes I add will be showed in http://www.mysite.com/wp-login.php? but they will not be showed in the BUDDYPRESS LOGIN WIDGET.
I think buddypress should to add some hook to make it. I am righy? Or I am wrong?
Can you resolve this problem in new release?
Follow I also add a thread I have opened right now. Maybe you can help me to resolve now this stupid error instead to wait next release (considerate that maybe in next release it will not be resolved…).
How to show TERMS AND CONTIDIONS checkboxes in BuddyPress LogIn widget
Please, let me know how can I resolve it. Please provide some solution about that.
Thanks very very very much for your support.
Hi,
if I add in http://www.mysite.com/wp-login.php? some checkboxes about TERMS OF USE, PRIVACY, I AGREE SENT COMERCIAL INFORMATION, and any other checkbox needed to acomplish with DATA PROTECTION LEGISLATION, the checkboxes I add will be showed well in http://www.mysite.com/wp-login.php? but they will not be showed in the BUDDYPRESS LOGIN WIDGET.
Code I am using is the follow:
<?php
// As part of WP authentication process, call our function
add_filter('wp_authenticate_user', 'wp_authenticate_user_acc', 99999, 2);
function wp_authenticate_user_acc($user, $password) {
// See if the checkbox #login_accept was checked
if ( isset( $_REQUEST['login_accept'] ) && $_REQUEST['login_accept'] == 'on' ) {
// Checkbox on, allow login
return $user;
} else {
// Did NOT check the box, do not allow login
$error = new WP_Error();
$error->add('did_not_accept', 'You must accept the terms and conditions' );
return $error;
}
}
// As part of WP login form construction, call our function
add_filter ( 'login_form', 'login_form_acc' );
function login_form_acc(){
// Add an element to the login form, which must be checked
echo '<label><input type="checkbox" name="login_accept" id="login_accept" /> I agree</label>';
}
?>
Can someone make the correspondent modification to this code to have this feature running also into BuddyPress LogIn widget?
Thanks very very very very very very for your support.
Hi there!!
What would be the best way to create a private (no-index), area not for customers but for our team.
We need to create a no-index series of pages or categories in order to have some resources as pictures, videos an pdf files.
Would be BuddyPress enough to give permissions create different WP roles/users in this matter?
I would appreciate any lead in to this requirement
Thanks to all!!
Hello,
I have been searching for a way to migrate the default plain wordpress emails (registration, forgot password,…) into the the default buddypress html templates.
I would prefer not to use plugin for that, but just grab the body text from wp emails and wrap it with the default bp email styling. (I don’t care so much about details like the unsubscribe button).
Is there an away that this could be done?
Found similar topic here
In case you know some plugin doing exactly this please share it with me.
Thank you
@urangmedia
try to keep translated language files inside the following folder
wp-content/languages/
For detailed instructions follow checkout
BuddyPress in Your Language
Same problem here. And I note that the buddyboss “auto join” plugin has also been dropped by devs due to knew buddypress version (although you can still download it…)
Thank you for the amazing and unique BuddyPress v5.1.2.
My WP v5.4 site has several admins. I would like for them to be able to email the members of separate BuddyPress Groups, and for their email to show the correct ‘From’ info.
How can I do this in BuddyPress? Failed solutions I tried are shown below.
Thank you!
—
(Looking for a solution, I found ‘WP Email Users’ plugin, but that only allows sending from one generic admin account, and it’s ‘Groups’ selector is greyed-out when BuddyPress and its Groups are running.
There is the ‘BuddyPress Group Email Subscription’ plugin, but that forwards topics and activity rather than enabling email comm’s within Buddypress.)
Buddypress 5.1.2
Loco Translate 2.3.1
address of .po, .mo and .pot
wp-content / plugins / buddypress / bp-languages /
wp-plugins-buddypress-stable-es_ES.mo
wp-plugins-buddypress-stable-es_ES.po
wp-plugins-buddypress-stable-es_ES.pot
advance congiguration:
template path bp-languages /wp-plugins-buddypress-stable-es_ES.pot
Domain path:
bp-languages
Hello, I’ve been having this issue when I try to translate my Buddypress plugin to Spanish. I already have all needed files for this translation to be successful.
Even when I already filled the advance configuration, I still cannot get it to be translated when shown on https://www.urangmedia.com/
I already translated each of my other plugins and all of them work just fine. Buddypress is the only plugin which is giving me troubles.
Please, I really need help.
Thank you all for taking the time to answer.
Hi
I am using bulk upload by csv to add users to my site. The email sent for activation is from wordpress and not able to locate it nor customize it from buddypress.
Where can I find this user activation email and how do I customise it ?
http://www.constrcutionworld.online
thanks
Thank you for your reply! Iโm apprehensive to use plugins that have been abandoned by their developers (Sitewide Newsletters). Iโm going to try out this plugin WP INBOX plugin https://wordpress.org/plugins/wp-inbox & if it works for us then upgrade to the paid version.
It doesnโt allow us to email our BuddyPress groups, but it will allow us to contact our members & various User Roles which will be helpful.
If you are still look, I do have a plug-in reference that seem to be working.
site all update to 5.4 and latest BuddyPress so appears to work even though old.
just message me if still need. I have successful removed all links in customer profile fields.
I recently installed Buddypress and Youzer. But unable to login after resetting password even many times.
https://pasteboard.com/J3jLzzB.png
I’m not an expert, but the only way I’ve found potentially to do this is via separate plugins, e.g.:
BuddyPress Group Email Subscription
Sitewide Newsletters
Hi, I can see that the page is only reloading when I try to create an account now.
Unfortunately with all the plugins you are running it is likely one that is interfering with the buddypress registration. Can you test with only BuddyPress enabled then work through re-enabling until the problem happens again, once you work out which other plugin is interfering they may be able to help.
I use the these two items together, my issue I I want to display a date of when the gallery was created. And although you can see a image time stamp in days weeks our. I also want to display the meta date file name file size information.
Basically when a member creates and uploads, there need to be a timestamp to show viewer that the gallery was created back in say 2019 and the photos need to show hey this was uploaded in 2020 etc.
Hiya, I’m looking for a way to selectively email different BuddyPress groups from within WordPress. We’d ideally like to email our members based on similar profile fields if possible. What’s the best way to set this up?
Hi!
We are running the latest Buddypress and WordPress installations.
We are an institute with many classes, we want instructors to be able to set up their own group, and self-assign, when registering from a Profile Field (called Class). In that group they will have their own courses.
Our aim is to allow instructor users to create new groups when signing up to the registration form instead of us manually creating them.
Very simple we want to take the Profile Field (Class) from the instructor Registration Form and insert that as a new Group into Buddypress when the user selects submit, how do we do this please?
Logic:
1.When the instructor user clicks on submit on the Registration Form
2. Take the text value of Profile Field (Class)
3.Create a Group in WP Admin using the text value and assign the user into the Class.
4. Do not make user admin.
I’ve enabled BuddyPress now, please try.