Replies
- Brajesh Singh on October 28, 2020 at 6:40 pm in reply to: [Resolved] Activity autoloader before it gets to the bottom #34173
Hi Benson,
Welcome to BuddyDev forums.At the moment, you can edit the js file and set it
https://github.com/sbrajesh/bp-activity-autoloader/blob/master/_inc/activity-loader.js#L21You can change 50 to may be 200 and that should work.
Regards
Brajesh Hi Robb,
I had a look.
You are not using BuddyPress Registration. The page you are linking seems to be a bbPress forums registration and this seems to be expected behaviour for bbPress forums.Regards
Brajesh- Brajesh Singh on October 28, 2020 at 4:31 pm in reply to: create a directory of member types who are currently online? #34169
Hi Bick,
Thank you.Sure, you can use this code for changing the time.
/** * Change the number of minutes used as interval for considering user online. */ add_filter( 'bp_user_query_online_interval', function ( $interval_in_minutes ) { return 5;// 5 minutes. } );Please put it in wp-content/plugins/bp-custom.php or your-current-active-theme/functions.php
Regards
Brajesh Hi Tom,
Thank you.It makes a lot more sense now. One of us will get back to you tomorrow with the feasibility.
Regards
Brajesh- Brajesh Singh on October 28, 2020 at 3:39 pm in reply to: [Resolved] redirect the "view" tag in mediapress #34166
Hi Corrado,
Thank you for the reply.I am sorry but I do not see any issue with the above code. It does not seem to have any effect on logged in/out for me.
Can you please recheck(Please make sure you copy the code from the forum and not from the email notification).
Regards
Brajesh - Brajesh Singh on October 28, 2020 at 3:36 pm in reply to: Buddypress User Badges in Activity Feed #34165
Hi Ted,
Thank you for the question.Yes, there are ways to achieve it. would you like to show one or all badges of the user?
Also, which theme and template pack are you using?
Regards
Brajesh - Brajesh Singh on October 28, 2020 at 9:23 am in reply to: [Resolved] User Profile Tabs – Replace Edit Profile with a New Custom My Profile Screen #34161
Thank you for the reply and confirming.
Yes, it was the admin bar id.Regards
Brajehs Hi Corrado,
Thank you for the patience.Our team is looking at it and we are hoping to release an update by Thursday/Friday for the same.
About the shared users location:- Let us see if we can make it friendlier in the next release.
Regards
Brajesh- Brajesh Singh on October 27, 2020 at 7:18 pm in reply to: Admin can't see user galleries if private – Mediapress #34152
Hi Jkk,
I had a look today.The private user galleries are accessible to site admins.
Are you referring to single gallery view or the gallery list view not showing private galleries?
Thank you
Brajesh - Brajesh Singh on October 27, 2020 at 7:05 pm in reply to: [Resolved] User Profile Tabs – Left Admin Bar Shows New & Renamed Tabs #34148
Hi Jesica,
Thank you for the update.I am glad that it is resolved.
Regards
Brajesh