-
Prashant Singh replied to the topic Wrong count shows in the forum Miscellaneous 7 years, 6 months ago
Welcome ๐ Happy to to know that it helped ๐
-
Prashant Singh replied to the topic Create/add forum from frontend in the forum Miscellaneous 7 years, 6 months ago
Glad to know that it helped you ๐
-
Prashant Singh replied to the topic exclude users from member listing in the forum Miscellaneous 7 years, 6 months 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 7 years, 6 months 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 7 years, 6 months 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 7 years, 6 months 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
-
GradeMiners's profile was updated 7 years, 6 months ago
-
Jeffrey Numerologist's profile was updated 7 years, 6 months ago
-
Diane Bryan's profile was updated 7 years, 6 months ago
-
Angelica Griffi's profile was updated 7 years, 6 months ago
-
Dewey Lucas's profile was updated 7 years, 6 months ago
-
Cedric Lamb2's profile was updated 7 years, 6 months ago
-
Josh Houghton's Flat Belly Detox Review's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic Which is "BuddyPress" that is compatible with "BuddyPress Follow"? in the forum How-to & Troubleshooting 7 years, 6 months 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 7 years, 6 months 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
-
herostem's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic hide profile subnav when displayed user does NOT have role in the forum Miscellaneous 7 years, 6 months 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
-
Fastselect's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic Buddy Press Private Message Delete Permission to Only Admin in the forum How-to & Troubleshooting 7 years, 6 months 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 7 years, 6 months ago
Welcome ๐
Glad to know that it helped you ๐
- Load More