Replies
- Brajesh Singh on April 1, 2021 at 10:47 pm in reply to: [Resolved] PROFILE TAB PRO: Incorrect Content Appears in Tab #37428This reply has been marked as private.
- Brajesh Singh on April 1, 2021 at 10:44 pm in reply to: [Resolved] User Profile Tabs – select destination #37427
Hi Samo,
I am glad you have found a solution.
Marking it resolved.
Regards
Brajesh - Brajesh Singh on April 1, 2021 at 8:38 pm in reply to: BuddyCircles :- BuddyPress User Circles #37425This reply has been marked as private.
- Brajesh Singh on March 31, 2021 at 6:22 pm in reply to: Profile User tab in the Buddyboss theme problem #37403
Hi Steffen,
Thank you.I can see the issue. The problem is BuddyBoss theme has too much hard coded conditions and very that limits us without template override.
The header issue is due to member-header.php and cover-image-header.php. These have the following code
<?php if ( ! bp_is_user_messages() && ! bp_is_user_settings() && ! bp_is_user_notifications() && ! bp_is_user_profile_edit() && ! bp_is_user_change_avatar() && ! bp_is_user_change_cover_image() ) : ?>That is a for showing header/hiding. I can suggest a change here in these two files but it will be better if BuddyBoss team can provide a simple filter to turn these on/off.
Can you please contact them for the same.
Regards
Brajesh - Brajesh Singh on March 31, 2021 at 12:35 pm in reply to: [Resolved] PROFILE TAB PRO: Incorrect Content Appears in Tab #37398This reply has been marked as private.
- Brajesh Singh on March 31, 2021 at 12:20 pm in reply to: Profile User tab in the Buddyboss theme problem #37397
Hi Steffen,
Please copy the code from the following page
https://pastebin.com/raw/fBqZzDfQand put it into buddyboss-theme-child/buddypress/members/single/profile.php
It contains our changes and it will override the parent theme’s template.
Regards
Brajesh - Brajesh Singh on March 31, 2021 at 11:27 am in reply to: Profile User tab in the Buddyboss theme problem #37395
Hi Steffen,
Thank you for the reply.we can change that to the following
<?php if ( ( ! bp_is_user_profile() || ! bp_is_current_action( 'public' ) ) ) { bp_get_template_part( 'members/single/parts/item-subnav' ); } ?>This makes sure that the 2 column layout is used on all profile sub pages except the view.
Regards
Brajesh - Brajesh Singh on March 30, 2021 at 9:55 pm in reply to: User Profile Tabs Creator Pro – Profile Field Sets #37390
Thank you Nik.
I look forward to your feedback.Regards
Brajesh - Brajesh Singh on March 30, 2021 at 9:52 pm in reply to: attatch images, docs etc. to allow_posting shortcode #37389
Hi Ab,
Welcome to BuddyDev support forums.The shortcode supports basci publishing of activity. it seems you are using BuddyBoss platform and theme.
I am sorry, we are unable to do much to assist you with it. We simply include the post form from the current theme and let the theme/platform(or BuddyPress) plugin handle the rest. If you report this to BuddyBoss, They can add support for uploads on any page and it will work fine.
Regards
Brajesh - Brajesh Singh on March 30, 2021 at 9:39 pm in reply to: [Resolved] rtMedia Activity URL Preview plugin blocked by Community Builder theme? #37388This reply has been marked as private.