Replies
Hi Greg,
Thank you.I am sorry, we are off on weekend and I could not reply earlier.
1. Please share me link to screenshots showing the tab configurations.
You may put the image on any of the following services(or any other of your choice) and link me
https://imgbb.com/
https://prnt.sc/2. You seem to be not included in notification earlier. I checked and you have enabled reply notification for this topic. Please let me know if you still face the issue.
Regards
Brajesh- Brajesh Singh on June 6, 2022 at 11:53 am in reply to: badges – compatiblity with buddyboss 2.0 – first message in discussion #45190
Hi,
Thank you for the replies.1. The link takes to the link you set while creating/editing badge in the User->Badges screen.
2. I checked, It is not linking to discussion. It is not linking to anything. Since the link is not pointing to here, It is leading to current document/page opened.Do you want the link on the badges to take somewhere or do you want to disable the link completely? Please let me know and I will assist.
Regards
Brajesh - Brajesh Singh on June 6, 2022 at 11:41 am in reply to: [Resolved] Buddyblog change author if post is published in a specific category #45189
Thank you Tosin,
I will be sharing code soon.Regards
Brajesh - Brajesh Singh on June 6, 2022 at 8:11 am in reply to: [Resolved] buddycircles default circle with private access #45187
Hi Hussein,
Thank you for the reply.Hope you are doing well too.
We have it fixed and will be making a release today. We will be replying after pushing the release.
Regards
Brajesh - Brajesh Singh on June 3, 2022 at 12:38 am in reply to: [Resolved] Xprofile Field – Country Select #45178
Thank you Quint.
- Brajesh Singh on June 3, 2022 at 12:38 am in reply to: [Resolved] Profile Field – Number format – Number within min/max values #45177
You are welcome.
- Brajesh Singh on June 3, 2022 at 12:35 am in reply to: badges – compatiblity with buddyboss 2.0 – first message in discussion #45176
Hi,
Thank you for the patience.Please add the following code too
add_filter( 'bbp_get_topic_author_link', function ( $link , $args) { if( isset( $args['type']) && 'name' != $args['type']) { return $link; } if ( bbp_is_single_topic() && function_exists( 'bp_user_badges_get_user_badges_html' ) ) { $link = $link . bp_user_badges_get_user_badges_html( bbp_get_topic_author_id() ); } return $link; }, 10, 2 );That should show the badge in the main topic.
Regards
Brajesh - Brajesh Singh on June 2, 2022 at 11:24 pm in reply to: [Resolved] Profile Field – Number format – Number within min/max values #45173
Hi Quint,
Thank you for the feedback.We are using the default HTML field for number/range and their UI is managed by browsers.
1. There is no restriction from our side. We can’t use the field for both the integer and float, It may be used for only one at a time.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number#allowing_decimal_valuesAfter your feedback, we do plan to add the step option to let users choose.
2. This is an issue with how the broser works.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range3. It can be achieved by adding external scripts(an example is jQuey UI slider)
https://jqueryui.com/slider/#custom-handleRegards
Brajesh - Brajesh Singh on June 2, 2022 at 11:05 pm in reply to: [Resolved] “BuddyPress User Badges” Update for BuddyBoss 2 #45172
Hi Hussein,
Thank you.
I am sorry, I haven’t been able to help you much with this.The layouts in bb 2.0 has absolutely positioned bottom buttons on card and the extra data keeps causing inconsistency.
I am glad you have found the css solution.
Regards
Brajesh - Brajesh Singh on June 2, 2022 at 11:00 pm in reply to: [Resolved] buddycircles default circle with private access #45171
Hi Hussein,
Thank you for using the plugin.The default circles are only created when a new user creates/activates their account after activation of this plugin.
Can you Please check your profile and see if the circles were created for you?
Regards
Brajesh