Replies
- Brajesh Singh on February 18, 2022 at 12:07 pm in reply to: Can’t get WordPress Username Availability Checker to work with my form #43340This reply has been marked as private.
- Brajesh Singh on February 18, 2022 at 8:39 am in reply to: [Resolved] Counters in Activity Nav’s #43335
Hi Carsten,
You are welcome.
Yes, there are counters(span) in ac activity but BuddyPress hides them using css. Your theme should have it hidden too.Regards
Brajesh Hi James,
Thank you.The problem is BuddyPress/BuddyBoss only lists fields which has some content for that user.
If we achieved that by saving field data when profile fields are updated for user, It will still not work. The field does not have any control over the layout of the row.
As far as I see, To achieve this kind of experience, a co-ordination between theme and field will be required. It is not feasible to have it as a generic field available for now.
Regards
Brajesh- Brajesh Singh on February 18, 2022 at 8:20 am in reply to: [Resolved] Counters in Activity Nav’s #43332
Hi Carsten,
There is a conflict with your theme.It seems some kind of media query is affecting that. Does your theme support BuddyPress? If yes, Please reach out to them for support.
Regards
Brajesh - Brajesh Singh on February 18, 2022 at 8:17 am in reply to: [Resolved] List of user friends as options in dropdown box #43331
Hi Nitin,
You are using correct function for fetching friends. The “friends_get_friend_user_ids” will give an array.We lack experience with Formidable Form. I will suggest posting on their forum to get assistance.
Regards
Brajesh Hi Nitin,
For the questioncan allow friendship requests only between Institutes and practitioners.
Yes, you can with this plugin.
Regards
Brajesh- Brajesh Singh on February 18, 2022 at 8:08 am in reply to: Activity Plus Reloaded for BuddyPress not save images to the Media Library #43329
Hi Ben,
Welcome to BuddyDev.That is expected behaviour of the Activity Plus Reloaded plugin. It is a fork or Activity Plus plugin which allowed uploading from activity screen and the files are not saved as WordPress attachment.
Regards
Brajesh - Brajesh Singh on February 17, 2022 at 10:34 pm in reply to: [Resolved] BuddyPress Xprofile Custom Field Types – Age were shown as Date in Profile #43321
Hi Sven,
Thank you.
I was using their free plugin. I did not see it there.I am glad that they are looking at it. Hope they will be able to resolve it.
Regards
Brajesh - Brajesh Singh on February 17, 2022 at 10:32 pm in reply to: Can not edit posts, MediaPress plugin gallery function not showing, and more… #43320
Hi Rob,
Thank you.1. Please add the following css
.bbp-topic-tags + .bbp-template-notice.info{ display:none; }2. You can put the following code in your child theme’s functions.php or in wp-content/plugins/bp-custom.php
add_action( 'bbp_template_before_single_topic', function() { if ( function_exists( 'the_views' ) ) { the_views(); } }, 100);That will show the view count at top for the single topic.
Regards
Brajesh Hi James,
hope you are doing well.
just following on this. we will have an update early next week which will resolve it.Regards
Brajesh