Replies
Hi Earl,
I am sorry, I had a busy week and could not spend much time. I believe it is related to the template hierarchy/block template loading. It should be easy to fix. Please expect a new release this Monday.Regards
BrajeshHi Earl,
The slug is a remant of the past and we haven’t changed it due to the fear of breaking existing sites.You can put a line of code in bp-custom.php or wp-config.php
define('MPP_GALLERY_SLUG', 'gallery');
and it will use
gallery
instead of mediapress.Regards
Brajesh- Brajesh Singh on May 17, 2025 at 7:28 am in reply to: [Resolved] Mediapress Submit user gallery photo to group gallery #55387
Hi Earl,
The current db structure for MediaPress does not allow sharing same media to multiple gallery.Regards
Brajesh Hi Michael,
Thank you for using MediaPress.I have checked the site and as you mentioned, the cover is visible in edit details.
Can you link me to a page where it should be visible but it is not. That will help me understand it better and assist you.
Regards
Brajesh- Brajesh Singh on May 15, 2025 at 1:59 am in reply to: How to fix a issue with buddypress – current members – widget? #55379
Hi Josh,
Thank you for the reply.The user registration time is stored in UTC timezone and the date calculations are done in UTC timezone, so I don’t see an issue with that.
It has not been deprecated till 6.8 and there is no reason to worry if you are using it. “Not Recommended” is personal opinion of a user(in the comments there) and not the official version.
I will suggest debugging to see what value it returns(It is returning negative), probably the timestamp returned by current_time is not aligned with the created timestamp value.
Only way to find the solution is it debug the time values and calculations.
Regards
Brajesh - Brajesh Singh on May 15, 2025 at 1:44 am in reply to: Help with BuddyPress User Profile Tabs Creator Pro #55378This reply has been marked as private.
- Brajesh Singh on May 14, 2025 at 2:59 am in reply to: How to fix a issue with buddypress – current members – widget? #55375
That seems to be the problem. The issue is definately related to tmezone.
When BuddyPress sees time diff as negative, It says ‘sometime ago’, otherwise, It shows the diff.Regards
Brajesh - Brajesh Singh on May 13, 2025 at 5:36 pm in reply to: Help with BuddyPress User Profile Tabs Creator Pro #55370
Hi Claire,
You are welcome.Please use the private reply option to share the staging. It will allow me have better understanding to assist you.
I will be away from work now and will be back in 6-8 hours and will assist then.
Regards
Brajesh - Brajesh Singh on May 13, 2025 at 5:34 pm in reply to: How to fix a issue with buddypress – current members – widget? #55369
Hi Josh,
Thank you for the question.
For some reason, BuddyPress is not able to calculate the time diff and that’s why you are seeing sometime ago.
You can trace it frombp_get_member_registered
tobp_core_get_last_activity
tobp_core_time_since
where the actual time is calculated.
Since it is happening for only one users, I will suggest checking the registration timestamps for the user.Regards
Brajesh - Brajesh Singh on May 13, 2025 at 3:38 pm in reply to: Help with BuddyPress User Profile Tabs Creator Pro #55366
Hi Claire,
Welcome to BuddyDev support forums.I am sorry, this does not seem related to BuddyPress User Profile Tabs creator pro plugin.
Are you trying to customize user’s BuddyPress profile tabs or their bbPress forum profile tabs?
Please help me understand and I will assist.
Regards
Brajesh