Replies
- Brajesh Singh on July 29, 2021 at 10:40 pm in reply to: [Resolved] How to add or replace content within a predefined group tab? #39828
Thank you Nick.
- Brajesh Singh on July 29, 2021 at 10:39 pm in reply to: Recent Profile Views Notifications Not WOorking – Multisite #39827
Hi Ryan,
Thank you for using the plugin. I am sorry, we missed your post earlier.1. Are you usign BuddyPress or BuddyBoss platform?
2. Is there an plugin or code that may be blocking notifications?Please let me know and @ravisharma or I will assist you.
Regards
Brajesh Hi Cody,
Thank you for the reply.1. I have released an update today with the option for nav position.
2. I am sorry, there is no shortcode. The reason is the form must be used on a user’s profile.We can add the shortcode if it is important for your use case. I will need couple of days to test with Youzify and supply the css for it.
Regards
Brajesh- Brajesh Singh on July 29, 2021 at 10:27 pm in reply to: [Resolved] BuddyBlog Pro Medium Editor #39824
Hi Nick,
Thank you.It might be an issue. The plugin should have used bold tags when the icon was not provided.
Here is a screenshot showing it on our end with BuddyBoss theme. We do have some other plugins active too, so could be an issue on our part.
I am going to ask @ravisharma to test and report back here.
https://i.imgur.com/GuUT5ap.png
Regards
Brajesh - Brajesh Singh on July 29, 2021 at 10:22 pm in reply to: [Resolved] BuddyBlog Pro Medium Editor #39823
Hi Tosin,
Sure.
I have shared the plugin with you too.Regards
Brajesh - Brajesh Singh on July 29, 2021 at 9:49 pm in reply to: [Resolved] Facebook Like User Activity Stream Feature Suggestion #39821
Hi Tosin,
Thank you for the suggestion. Please allow me to check this plugin over the weekend and see if it is suitable for our purpose. With activity, performance is a major concern, if that is not the issue, we will be glad to have it.I will let you know next week about it.
Regards
Brajes - Brajesh Singh on July 29, 2021 at 9:46 pm in reply to: Auto join user to group based on email domain extension #39820
Thank you.
I am hoping to have it by day end tomorrow or Monday(We have saturday & Sunday off, so will try to have it tomorrow).
One of our team member will post here after the update.
Regards
Brajesh - Brajesh Singh on July 29, 2021 at 9:43 pm in reply to: Auto join user to group based on email domain extension #39818
Hi Pooria,
Welcome to BuddyDev support forums.
Thank you for purchasing our membership.At the moment, we do have the operators “Starts With”, “Ends With” for this kind of match but the email is not available as a field in the selector. Please allow our team to add email as a selector in the fields.
After that, for each domain, you can use the email as the fields and “Ends With” as the operator. You will need to create one list per domain.
Regards
Brajesh Hi,
Sorry, for the delaye.Please add the following css to Dasboard->Appearance->Customize->Additional CSs
.activity-header { display: flex; align-items: center; flex-flow: row wrap; } .activity-header .generic-button a { border: 1px solid #333; margin-left: 1em; }That should make it slightly better.
Regards
Brajesh- Brajesh Singh on July 29, 2021 at 7:16 pm in reply to: [Resolved] Remove Profile Tabs Dropdown Menu #39814
Hi Lisa,
Thank you.You may remove the previous code and use this instead
/** * Disable greedy nav for single item as well as directory tabs in Community Builder */ function cb_bp_disable_greedynav_css_class( $classes ) { $classes[] = 'no-greedy-nav'; return $classes; } add_filter( 'cb_bp_single_item_tabs_classes', 'cb_bp_disable_greedynav_css_class' ); add_filter( 'cb_bp_dir_item_nav_classes', 'cb_bp_disable_greedynav_css_class' );It will remove the greedy nav from directory as well as profile/groups.
Regards
Brajesh