-
Prashant Singh replied to the topic WordPress add in the forum Installing BuddyPress 6 years, 1 month ago
Hi,
Please write your full question.
Thanks
-
Prashant Singh replied to the topic Hide some users from members directory in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi
Please try this code:
function ps_exclude_current_user( $qs = false, $object = false ) {
if( !is_user_logged_in() )
return $qs;$excluded_user= get_current_user_id();
if( $object !='members' )
return $qs;$args=wp_parse_args($qs);
if( !empty( $args[ 'user_id' ] ) )
return $qs;if( !empty( $args['exclude'] )…[Read more]
-
Prashant Singh replied to the topic How to call【profile-loop.php】in【edit.php】 in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi,
Please try this
bp_get_template_part( 'members/single/profile/profile-loop' )
Thanks
-
Prashant Singh replied to the topic Buddypress not loading in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi,
Please check in the browser console if there is any javascript bug with your theme that was previously activated.
Thanks
-
Prashant Singh replied to the topic Registration activation page takes too long to load in the forum How-to & Troubleshooting 6 years, 1 month ago
Ok got it.
remove_filter( 'bp_after_activate_content', 'bp_registration_options_bp_after_activate_content',9999 );
Please try this code.
Thanks
-
Prashant Singh replied to the topic Registration activation page takes too long to load in the forum How-to & Troubleshooting 6 years, 1 month ago
Please do same thing just remove the message and hit a space there in the box and save the settings.
-
Prashant Singh replied to the topic No "Create Group" button is visible in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi,
If you will try group creation with the default theme it works perfectly. So, this might be an issue with the theme or any third party plugin.
Thanks
-
Prashant Singh replied to the topic Registration activation page takes too long to load in the forum How-to & Troubleshooting 6 years, 1 month ago
There will be a message on the profile already that your profile is held for moderation, isn’t it?
-
Prashant Singh replied to the topic How to display the FollowingUser's activity in the forum Installing BuddyPress 6 years, 1 month ago
Ok 🙂
-
Prashant Singh replied to the topic Wrong count shows in the forum Miscellaneous 6 years, 1 month ago
Welcome 🙂 Happy to to know that it helped 🙂
-
Prashant Singh replied to the topic Create/add forum from frontend in the forum Miscellaneous 6 years, 1 month ago
Glad to know that it helped you 🙂
-
Prashant Singh replied to the topic exclude users from member listing in the forum Miscellaneous 6 years, 1 month ago
Hi,
BuddyPress never lists pending and denied members. Are you using any other system to verify them?
Thanks
-
Prashant Singh replied to the topic Buddy Press Private Message Delete Permission to Only Admin in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi,
I have tried the same code
<?php if(current_user_can('manage_options')){?>
<a class="delete" href="<?php bp_message_thread_delete_link( bp_displayed_user_id() ); ?>"><span class="dashicons dashicons-trash"></span></a><?php
}and
<?php if(current_user_can('manage_options')){?>
<a class="button confirm"…[Read more]
-
Prashant Singh replied to the topic Registration activation page takes too long to load in the forum How-to & Troubleshooting 6 years, 1 month ago
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.
You can remove this message easily. Just install the plugin loco translate and find this message there and in translation just hit a space.
Thanks
-
Prashant Singh replied to the topic Registration problem in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi,
There will be a table called bp_xprofile_data in the database. Please check there once. IT is the table where all the profile field values get stored.
Thanks
-
Prashant Singh replied to the topic Which is "BuddyPress" that is compatible with "BuddyPress Follow"? in the forum How-to & Troubleshooting 6 years, 1 month ago
I always focus on the updated plugin so try to Use the latest “BuddyPress(3.2.0)” with “legacy”. And also please recommend to devs to make it compatible with nouveau.
Thanks
-
Prashant Singh replied to the topic Registration activation page takes too long to load in the forum How-to & Troubleshooting 6 years, 1 month ago
Please put this code https://pastebin.com/h6hCidML in child theme’s functions.php or use code snippets plugin to add new snippet and then there add this code.
Thanks
-
Prashant Singh replied to the topic hide profile subnav when displayed user does NOT have role in the forum Miscellaneous 6 years, 1 month ago
Hi,
You can check this https://buddypress.org/support/topic/hiding-profile-tabs-i-e-messages-based-on-user-role/ and use bp_core_remove_subnav_item.
Thanks
-
Prashant Singh replied to the topic Buddy Press Private Message Delete Permission to Only Admin in the forum How-to & Troubleshooting 6 years, 1 month ago
Please try this code:
add_action('wp_footer','ps_remove_delete_button');
[Read more]
function ps_remove_delete_button(){
if(!current_user_can('manage_options')){
?>
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('.notifications .delete').hide();
jQuery('.notifications .confirm').each(function() {
if… -
Prashant Singh replied to the topic who clicked on my link in the forum Miscellaneous 6 years, 1 month ago
Welcome 🙂
Glad to know that it helped you 🙂
- Load More
@prashantvatsh
Active 3 months, 3 weeks ago