Replies
Hi George,
We had something like this in our 2.0 branch
please checkout this one and see if it works for you(It has better upload experience), we did not release it as it would require some MediaPress template modifications. That would have been a problem for existing sites which might have customized the templates.
We do plan to explore releasing it in future.https://github.com/buddydev/mediapress/tree/2.0-dev
Regards
BrajeshHi Earl,
MediaPress does not have any integration with bbPress. I did an experiment couple of years ago which allowed uploading from topic/replies in bbPress.
https://github.com/buddydev/bbp-attach-mediaIt was an experiment and you may want to try more stable solution.
Regards
BrajeshHi Duane,
Thank you for the message.I am not sure how is your developer applying custom registration.
Are you using this plugin with BuddyPress? Double registration is not feasible for WordPress as a user name can not be re-used unless deleted.
Are you using the latest version of this plugin(we had similar issue of double registration in BP due to change in BP registration and we had a fix for that).
Can you try a fresh copy of the plugin and with a different child theme to check if the submission issue is caused by your developers code or and issue with the plugin? We keep a tab on the new releases of WordPress. I haven’t see any flag in wp 6.8 which might cause conflict. I will test with latest BP and WordPress 6.8.1 and write back tomorrow.
Regards
Brajesh- Brajesh Singh on June 2, 2025 at 6:45 am in reply to: Buddypress Profile Completion not working #55449
Hi Earl,
Thank you for the details.The plugin checks if a field has data using custom query to avoid performance loss. It does not check what data is stored inside it and if that is valid or not.
If one of the custom field type is storing data in the field but that field is not valid, It will still consider that field as complete.
Please try disabling custom field type in the required section of BP Profile completion to check which field type caused it and let me know. I might have better idea then.
Regards
Brajesh Hi daniel,
Thank you for the reply._has_avatar
is used by profile completion plugin. Thehas_avatar
might b from the older plugin(user with profile avatar). You can use OR for both . The value is 1.Regards
Brajesh- Brajesh Singh on June 2, 2025 at 6:35 am in reply to: Issue with Group Tab Breaking Layout and Scripts in BuddyBoss #55447
Hi Sarah,
Welcome to BuddyDev support forums.Thank you for using the plugin. I am sorry for the inconvenience. It seems like the issue might be related to what is going inside the tab as content.
can you please share me the content(tab edit screen) of the tab using pastebin.com or share the screenshots of tab edit screen(with the content). That will help me identify the issue and assist you quickly.
Regards
Brajesh - Brajesh Singh on June 2, 2025 at 6:31 am in reply to: Adding the media description in the WP Media Editor isssue #55446
Hi George,
MediaPress supports limited set of html tags. If the description was saved from WP media editor, It might have been escaped.
Try removing that and adding new description(with b, i etc) from MediaPress edit page and it should work. Not all tags are supported though.Regards
Brajesh - Brajesh Singh on May 27, 2025 at 6:24 pm in reply to: Mediapress public galleries not showing to the public #55433This reply has been marked as private.
Hi Tosin,
Thank you for the report. I am not sure why the second one did not work for you but the first one did(First one is only feasible when the second must be true).Do you use xdebug? If yes, I will suggest stepping through the code while submitting form to check the workflow.
Regarads
BrajeshHi Daniel,
Thank you for the reply.The problem is lack of awareness of the context while cleaning database tables. Whether you do it manually or use a plugin like Bulk Delete, if you are not aware of the entity relationship in database, It will have consequences.
In your case, the users may have data in profile fields, activities, groups and you need to clean that.
The best way would be to find all the user ids who lack avatar and then delete the users in batch(small batches). This is inline with your proposed initial solution. If you delete/force delete the user, BuddyPress will clear data for them. In this case, you do not need to know about various entity relationships in the database.
Regards
Brajesh