Replies
Please contact the plugin author. If the list is not appearing for other users, they should be able to assist you.
Regards
BrajeshYou are welcome.
If there is no change, It means the collections are not available to the other users.
I am not sure, how the image plugin works, please check if you need to create collections for each user or if there is any setting governing it.
Regards
Brajesh- Brajesh Singh on March 3, 2020 at 9:24 pm in reply to: [Resolved] How to overload buddypress template files properly? #28001
Hi Plutus,
Thank you for the question.In order to override, you need to know a few things.
1. Are you using a child theme? If yes, you will need to look for the relevant file in the parent theme first
2. Which template pack are you using? If the parent theme does not contain the template and you want to override it, you will need to look into wp-content/plugins.buddypress/bp-templates/{template pac, bp-nouveau or bp-legacy which ever is active} /buddypress/file-path and copy to yourtheme/buddypress/file-path.
That will work.
Regards
Brajesh - Brajesh Singh on March 3, 2020 at 9:15 pm in reply to: [Resolved] Activity Plus Reloaded for BuddyPress #27999
Hi Linda,
Welcome to BuddyDev forums.Thank you for the question.
Please provide me a guest account to check it and get back to you.
Regards
Brajesh - Brajesh Singh on March 3, 2020 at 9:14 pm in reply to: [Resolved] BuddyPress Avatar Croping Not Responsive #27998
Hi Plutus,
Thank you for the question.I believe the avatar cropping experience does not serve the mobile devices properly.
You might want to set the custom avatar height/width which are flexible enough for mobile devices.
Regards
Brajesh Hi Penny,
Welcome to BuddyDev.Thank you for the questions.
Is there any chance that you are logged in as another user? The Login redirect can not modify the list.
It only filters on ‘login_redirect’ filter and I do not see it modifying the dropdown.
Please check if you are logged in as the correct user and also disable this plugin and then check again with the same user.
Regards
Brajesh- Brajesh Singh on March 3, 2020 at 8:24 pm in reply to: [Resolved] POssible conflict with Snax/Bimber #27996
Hi Sigfrido,
I had a look and need some clarification1. Please ask the Bimber support about this. In the code below.
$redirect_url = apply_filters( 'snax_login_redirect_url', $redirect_url, $user )is $user Object or numeric id?
2. To answer their question about public API:- We did not consider people of even name a basic filter like login_redirect to their own preferences. It is plainly incorrect semantics on their part.
There is no harm in offering a public API in future for the same.
Regards
Brajesh - Brajesh Singh on March 3, 2020 at 8:17 pm in reply to: [Resolved] How to display user role in user profile? #27994
You are welcome.
- Brajesh Singh on March 3, 2020 at 8:11 pm in reply to: [Resolved] POssible conflict with Snax/Bimber #27993
Hi Sigfrido,
Thank you for using our member types pro.It seems they created an unnecessary filter instead of using the standard ‘login_redirect’.
I still appreciate them sharing the code snippet for their filter.
Please allow me to add compatibility and provide an update in 1-2 hours.
Thank you
Brajesh - Brajesh Singh on March 2, 2020 at 9:40 pm in reply to: Why does bp members directory reload every time – revisited #27985
Hi Carsten,
Thank you.1. The correct file is bp-templates>bp-legacy>buddypress>members>members-loop.php
2. I assumed BP Nouveau as the legacy template does not load the first screen via ajax(It loads subsequent pages via ajax).
If you are seeing the loading text/icon on the very first screen(loading directory), There might be something else doing it.Regards
Brajesh