Replies
- Brajesh Singh on April 20, 2018 at 12:38 pm in reply to: Location of buddypress main nav – sub nav #14659
bp-templates/bp-legacy/buddypress/members/single/home.php.
Look for the line that sys something like
bp_get_displayed_user_nav()Regards
Brajesh - Brajesh Singh on April 20, 2018 at 12:35 pm in reply to: [Resolved] BuddyPress Simple Front End Post | 'Add Media' button not appearing. #14656
Thank you for confirming.
- Brajesh Singh on April 20, 2018 at 12:34 pm in reply to: [Resolved] Mediapress file upload size limit #14655
Hi Tosin,
At the moment MediaPress does not set any limit. The limit is set by WordPress on the size of the file(based on site admin preference or server settings).The best way to change it dynamically will be to filter on
upload_size_limitRegards
Brajesh - Brajesh Singh on April 20, 2018 at 12:18 pm in reply to: [Resolved] BP Profile Tab Pro – Default Tab Error #14653
Hi Sujee,
I will post back the shortcode in an hour or two when back to my dev system.I missed it earlier because I was not sure if you needed the code or not.
- Brajesh Singh on April 20, 2018 at 12:16 pm in reply to: [Resolved] “Write something to {displayed_user_name}” disabled #14652
No problem.
- Brajesh Singh on April 20, 2018 at 12:14 pm in reply to: BuddyPress Moderation – Report Users/Groups #14651
Hi Julia,
That should not be an issue of concern as it works with Ids and not the usernames. Changing username will not make any difference.Regards
Brajesh - Brajesh Singh on April 20, 2018 at 12:13 pm in reply to: "Please upload your profile photo to start using this site." – Issue #14650
Hi Axl,
Are you using a custom theme? If yes, Please try disabling it and using twentyseventeen and see if the issue is resolved.Also, the issue comes from BuddyPress dependent codebase, so try renaming bp-custom.php(if preset in wp-content/plugins directory) and disbaling all BuddyPress related plugins one by one to check it.
Regards
Brajesh - Brajesh Singh on April 20, 2018 at 12:09 pm in reply to: [Resolved] BuddyPress Simple Front End Post change icon and add a custom text #14649
HI Dime,
1. For Icon, Please contact your theme authors. Icons are provided/set by the theme authors and they will assist you.
2. Please copy plugins/buddyblog/template/buddyblog/edit.php to yourtheme/buddyblog/edit.php and add this line
<?php if( ! current_user_can( buddyblog_get_option( 'post_cap' ) ) :?> message... here.. <?php endif;?>Regards
Brajesh - Brajesh Singh on April 20, 2018 at 12:06 pm in reply to: Location of buddypress main nav – sub nav #14648
Hi Julia,
I am not sure which main nav you are referring to? Is it about the User profile main nav? Do you need to know the php file? - Brajesh Singh on April 20, 2018 at 12:04 pm in reply to: [Resolved] Required profile feild not working #14645
Marking it as resolved due to lack of replies for last 1.5 years.