Replies
- 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 - Brajesh Singh on June 2, 2022 at 10:51 pm in reply to: [Resolved] Xprofile Field – Country Select #45169
Hi Quint,
Thank you for the questions.1. We do not provide compatibility with Youzify. We lack the ability to assist you with that one.
2. We will provide support for BP profile Search plugin. At the moment, the Country field is not registered as searchable by us. We will update the xprofile to register it as searchable. Please allow me to get back to you by Monday/Tuesday.
Thank you
Brajesh- This reply was modified 3 years, 5 months ago by
Brajesh Singh.
- This reply was modified 3 years, 5 months ago by
- Brajesh Singh on June 2, 2022 at 10:42 pm in reply to: [Resolved] Strange behaviour in empty post form #45168
Hi,
We have it resolved in our development branch on github. The problem is we have the complete change of uploader experience/addition of uploading to activity and that’s the reason we haven’t been able to push it on wp.orgI am still not sure if I should be pushing the new MediaPress on wp.org(which might break some of the theme compatibility not known to us) or shoild I maintain a dirfferent branch for the current version until the final release of new.
Can you please download the plugin from our repo and give it a try
https://github.com/buddydev/mediapressRegards
Brajesh - Brajesh Singh on June 2, 2022 at 10:38 pm in reply to: [Resolved] Generic Activity URL Needed #45167
You are welcome.
- Brajesh Singh on June 2, 2022 at 10:32 pm in reply to: [Resolved] Buddyblog change author if post is published in a specific category #45166
Hi Tosin,
Sorry, I could not help you earlier.1. Do you want to limit the scope of this update to certain form? If yes, Please share the form id.
2. By category, are you referring to post category or is it a custom taxonomy? If it is a custom taxonomy, Please let me know about the name and label.Regards
Brajesh