-
Harry Carroll's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic Profile field groups tabs while editing profile in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
Please comment out the code. I will check back what’s the issue there.
-
Steffin's profile was updated 7 years, 6 months ago
-
erikawalton14's profile was updated 7 years, 6 months ago
-
Arman Bridges's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic Is it possible in Buddy Press to give only permission to delete private message in the forum How-to & Troubleshooting 7 years, 6 months ago
<?php
/**
* BP Nouveau Messages main template.
*
* This template is used to inject the BuddyPress Backbone views
* dealing with user's private messages.
*
* @since 3.0.0
* @version 3.1.0
*/
?>
<div class="subnav-filters filters user-subnav bp-messages-filters" id="subsubnav"></div><div class="bp-messages-feedback"></div>
<div…[Read more] -
Prashant Singh replied to the topic Registration notice, manual activation in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
Please create a file bp-custom.php in wp-content/plugins folder and then put it there. If you want an easy solution then install this https://wordpress.org/plugins/code-snippets/ plugin and then add a snippet and paste this code there and save it.
For loco if you have already installed it then go to the menu loco in dashboard and then…[Read more]
-
Angelica Griffi's profile was updated 7 years, 6 months ago
-
Angelica Griffi's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic What is the best way to change "Friends" to "Contacts" sitewide..? in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
Please check this plugin https://wordpress.org/plugins/loco-translate/
Using this plugin just go to it’s plugins menu and open BuddyPress there and then in your prefered language file find the word and replace it with your text.
Hopefully, it will help you.
Thanks
-
Prashant Singh replied to the topic Profile field groups tabs while editing profile in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
No need to edit any template. I have created a snippet for you. Please paste the following snippet in your child theme’s functions.php file:
function ps_redirect_next_group() {if ( ! bp_is_user_profile_edit() || ! bp_is_my_profile() ) {
return;
}$group_id = bp_get_current_profile_group_id()+1;
if (…[Read more] -
Prashant Singh replied to the topic Is integration with MailPoet possible? in the forum Third Party Plugins 7 years, 6 months ago
Hi,
This is the plugin https://wordpress.org/plugins/wysija-newsletters/ that you can use but will need customization to restrict as per check box value.
https://www.mailpoet.com/buddypress-case-study/ Also try to consult with mailpoet once.
Thanks
-
Prashant Singh replied to the topic Can Buddypress build a community like this one? in the forum Creating & Extending 7 years, 6 months ago
In particular,Iād like to distinguish between organizations and individuals.
The organizations apply to build communities, and organizations can post blogs in established communities to answer questions, free and paid features.
The data discussed by members can be saved and can be provided to scientific institutions for analysis.
Hi,…[Read more]
-
Prashant Singh replied to the topic Activation Email in the forum Miscellaneous 7 years, 6 months ago
Welcome š Glad to know that it helped š
-
Prashant Singh replied to the topic Private Blogs in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
Please put this snippet in child theme’s functions.php file:
function ps_private_posts( $query ) {
if(is_user_logged_in()){
if ( $query->is_archive() && $query->is_main_query() ) {
$query->set( 'author', get_current_user_id());
}
}
}
add_action( 'pre_get_posts', 'ps_private_posts' );Hopefully, it will help…[Read more]
-
Prashant Singh replied to the topic Default Landing group while editing Member profile in the forum How-to & Troubleshooting 7 years, 6 months ago
Welcome š
-
Prashant Singh replied to the topic Is it possible in Buddy Press to give only permission to delete private message in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
<?php if(current_user_can('manage_options')){ ?>[Read more]
<button type="button" class="message-action-delete bp-tooltip bp-icons" data-bp-action="delete" data-bp-tooltip="<?php esc_attr_e( 'Delete conversation.', 'buddypress' ); ?>">
<span class="bp-screen-reader-text"><?php esc_html_e( 'Delete conversation.', ',buddypress' );… -
Prashant Singh replied to the topic Links in members-loop for Profile Field in the forum Installing BuddyPress 7 years, 6 months ago
Glad to know that it helped š
-
stewartaustin5's profile was updated 7 years, 6 months ago
-
marvinwest2's profile was updated 7 years, 6 months ago
- Load More