Replies
Thank you for the suggestion. I appreciate it.
Regards
Brajesh- Brajesh Singh on July 17, 2020 at 12:53 pm in reply to: [Resolved] Change buddypress username minimum length to 3 #31785
Hi Tosin,
Thank you for the question.I have written a blog post today about the same.
https://buddydev.com/disable-buddypress-4-character-user-name-limit/
Hope that helps.
Regards
Brajesh - Brajesh Singh on July 17, 2020 at 11:59 am in reply to: [Resolved] Custom Recent visitor code #31781
Hi Carsten,
Thank you for the update. I am glad it is resolved.Regards
Brajesh - Brajesh Singh on July 17, 2020 at 11:58 am in reply to: [Resolved] Featured members / Own slug #31780
Hi Sandrine,
Thank you for the reply.1. I believe the map plugin is taking over tabs. We are unable to do anything about it(we may be able to change the order by setting higher priority of tabs if that helps).
2. It seems you are using BuddyBoss theme. Please allow me next 3-4 working days, we will make sure it looks great with the theme and platform.
3. Not sure at the moment. Will need to test with the BuddyBoss theme and will let you know fi we can make it work for widget.
Regards
B - Brajesh Singh on July 17, 2020 at 11:55 am in reply to: Play/pause/volume button does not displays correctly. #31779This reply has been marked as private.
- Brajesh Singh on July 17, 2020 at 11:54 am in reply to: [Resolved] MediaPress – Media List shortcode randomisation #31778
Hi Richard,
Please try usingorderby = 'random'That should do it.
Regards
Brajesh - Brajesh Singh on July 17, 2020 at 11:52 am in reply to: [Resolved] Where to change BP Text for activity update #31777
Hi Daniel,
Thank you for the question.If you do not want to use translation, you will need to override template if using legacy template pack.
Please copy parent-theme/buddypress/activity/post-form.php (if not present, you will need to copy it from plugin/buddypress/bp-templates/bp-legacy /buddypress/activity/post-form.php
If you are using BP Nouveau, the above method will not work.
you can use the following code in bp-custom.php or functions.php of your theme
add_filter( 'bp_core_get_js_strings', function ( $params ) { if ( ! isset( $params['activity'] ) || ! isset( $params['activity']['strings'] ) ) { return $params; } $params['activity']['strings']['whatsnewPlaceholder'] = sprintf( __( "Hello, What's new, %s?", 'buddypress' ), bp_get_user_firstname( bp_get_loggedin_user_fullname() ) ); return $params; }, 100 );Regards
Brajesh - Brajesh Singh on July 15, 2020 at 11:13 pm in reply to: Issues With BuddyBlog and also with Moderation Tools #31759This reply has been marked as private.
- Brajesh Singh on July 15, 2020 at 10:43 pm in reply to: [Resolved] Featured members / Own slug #31758
Hi Sandrine,
Thank you for using the plugin.The tab on members directory does not link to any page. The reason is the featured members does not have a specific page associated with it.
If you want to create a page with featured members, please use the shortcode from here
https://buddydev.com/plugins/bp-featured-members/#shortcode
Regards
Brajesh - Brajesh Singh on July 15, 2020 at 10:18 pm in reply to: BuddyPress Profile Completion and BuddyPress Force profile photo #31757
Thank you. I or @ravisharma will update you in next 2 days.
Regards
Brajesh