Replies
- Brajesh Singh on May 22, 2023 at 9:50 pm in reply to: Changing position or name of existing tab is not working #49584
Hi Leon,
Hope you are doing well.
While trying to test it today we found that the extension you are using for leaderboard is a paid extension and we don’t have access to it.We will need you to provide access to it to test with it and provide you a solution.
Thank you
Brajesh - Brajesh Singh on May 21, 2023 at 10:38 am in reply to: [Resolved] Plugin Compatibility with PHP 8.0 #49578
Hi Dianne,
Thank you for confirming.Regards
Brajesh - Brajesh Singh on May 21, 2023 at 10:38 am in reply to: Changing position or name of existing tab is not working #49577
Hi Leon,
Welcome to BuddyDev support forums.
Thank you for using the plugin.It is possible that we are running code before the GamiPress registering it.
Please allow us to test and get back to you tomorrow.
Thank you
Brajesh - Brajesh Singh on May 19, 2023 at 9:01 pm in reply to: Discussion on dealing with buddypress inactive users or dead profiles #49574
Hi Tosin,
Thank you for the suggestions.
This is interesting and we will add it to our list.1. Using get_users() has bad impact for large number of users. A better solution is to use get_users() but specify fields=ID, that is a lot more performing.
2. If you are handling 100 users per request on a 1 million user site in 24 hours, it will take around 7 requests per minute which does not seem to be feasible with the logic.
I believe a CLI based solution is more suitable for the use case as you don’t need to worry about the request timeout and can process continuously.
Regards
Brajesh - Brajesh Singh on May 19, 2023 at 8:45 pm in reply to: [Resolved] BuddyPress User Profile Tabs Creator Pro – dynamic link #49573
Hi Iain,
I will have an update of the plugin early monday. I will add some tokens that will be replaced with dynamic urls.Regards
Brajesh - Brajesh Singh on May 19, 2023 at 8:45 pm in reply to: [Resolved] MediaPress Gallery cover image #49572
Hi Iain,
Thank you for the questions.1. You can do a template override in your theme/child theme.
Please see this guide for the override
https://buddydev.com/mediapress/mediapress-basics/overriding-mediapress-activity-upload-icons/The cover images are named audio-thumbnail.png, video-thumbnail.png,photo-thumbnail.png
2. No, At the moment, MediaPress needs a user to be logged in to allow upload.
Regards
Brajesh - Brajesh Singh on May 19, 2023 at 8:38 pm in reply to: Activity plus “remote image option” creates unlimited URL input fields. #49571
Hi webfriend,
My apology,
We pushed it on https://wordpress.org/plugins/bp-activity-plus-reloaded/
I will add it to our site too.Regards
Brajesh Hi Joe,
Thank you for the question.Our gallery field uses WordPress gallery shortcode.
Any existing lightbox/slider plugin that works with default WordPress post gallery will work out of the box with our gallery field.Please give it a try.
Regards
BrajeshHi,
I am sorry for the inconvenience.
The issue is you have same slug for tab as well as sub tab.Please Visit Dashboard->BuddyBlog->Settings and under “Post Lists”, please update the slug. Please use “list” or keep it empty and try.
let me know if that works for you or not?
Regards
BrajeshThank you Daniel!