Replies
- Brajesh Singh on March 27, 2021 at 1:21 am in reply to: [Resolved] Links are not working in Visitors Tab #37319
Hi Khalid,
Thank you for the patience.Please upgrade to 1.6.6 and let me know if it works for you or not?
Regards
Brajesh - Brajesh Singh on March 27, 2021 at 12:37 am in reply to: [Resolved] How to limit the size of the Search Field box in Header? #37318
You are welcome.
- Brajesh Singh on March 27, 2021 at 12:36 am in reply to: [Resolved] PROFILE TAB PRO: Incorrect Content Appears in Tab #37317
Hi Dianne,
Thank you for the patience.
I have tested it now. I do see the issue.The problem is BuddyBoss platform does not load plugins.php template on activity page at all. For all other components, it does check current action and loads the plugins.php template if the action is not one of the core action. For activity page, It does not.
I am sorry but I will suggest avoiding adding sub tab to activity page or if you want, I can suggest some code change to achieve the same.
Regards
Brajesh - Brajesh Singh on March 27, 2021 at 12:26 am in reply to: Groups Tab Pro conflict when restricting pages #37316
Hi,
Thank you for reporting the issue.Please allow us to test and get back to you on Monday.
Regards
Brajesh - Brajesh Singh on March 27, 2021 at 12:25 am in reply to: Profile User tab in the Buddyboss theme problem #37315
Hi Steffen,
Thank you for the patience.The BuddyBoss theme has following code which limits the left sidebar to edit profile/avatar change/cover change page only.
<?php if( bp_is_user_profile_edit() || bp_is_user_change_avatar() || bp_is_user_change_cover_image() ) { bp_get_template_part( 'members/single/parts/item-subnav' ); } ?>If you are comfortable modifying the template files, we can change it to include our sub tabs too.
Please let me know and I will assist.
Regards
Brajesh - Brajesh Singh on March 26, 2021 at 11:59 pm in reply to: User Profile Tabs Creator Pro – Profile Field Sets #37314
Hi Nik,
My apology for the delayed reply.1. Please copy the file buddyboss-theme/buddypress/members/single/profile.php to your-childtheme/buddypress/members/single/profile.php
Now, please add this line at the op of this file.
<?php bp_get_template_part( 'members/single/parts/item-subnav' ); ?>That will show the sub navs.
Regards
Brajesh - Brajesh Singh on March 26, 2021 at 11:36 pm in reply to: BP Activity Shortcode – Private Groups #37313
Hi,
The plugin should display the activities for forums/topics out of the box(if you have the activity recording enabled).Regards
Brajesh - Brajesh Singh on March 26, 2021 at 11:32 pm in reply to: BuddyPress Live Notification – Change Position #37312
Hi Ethan,
That code is working fine for me. Please have a look.
https://i.imgur.com/6zdUrNZ.pngI will suggest clearing browser cache just to be sure.
Regards
Brajesh - Brajesh Singh on March 26, 2021 at 11:24 pm in reply to: Is there a way to display Custom Xprofile fields using shortcode? #37311
Hi Again,
Please remove the code from above and download and use the following plugin.https://github.com/buddydev/bp-shortcodes
It allows you to have a lot more flexibility with the shortcode.
For all available options, Please see
https://github.com/buddydev/bp-shortcodes/blob/master/src/shortcodes/profile/class-profile-data-shortcodes.php#L65Also, I will suggest using
[bpsc-profile-data]for the shortcode as we plan to keep extending this plugin with new shortcodes.
Regards
Brajesh - Brajesh Singh on March 26, 2021 at 11:22 pm in reply to: Is there a way to display Custom Xprofile fields using shortcode? #37310This reply has been marked as private.