Mathieu Viet
Forum Replies Created
-
Hi!
Please try to regenerate BP Attachments custom rewrite rules: WP Dashboard > Settings > Permalinks, then click on the “Save Changes” button.
Forum: Plugins
In reply to: [BP Attachments] How can I increase the maximum upload sizeThere’s another topic about this I replied on how to increase this File Upload Max size, please see:
Forum: Plugins
In reply to: [BP Attachments] Restrict accessYes it is! It was made possible in version 1.2.0 of the BP Attachments plugin. I just tested and it works as expected with latest BuddyPress plugin.
This is the BP Attachments directory, the same happens when viewing a single media page or a member’s one.
The BuddyPress visibility feature is only available if you are not disabling the BP Rewrites API (that is to say you’re not using the BP Classic plugin).
Forum: Plugins
In reply to: [BP Attachments] Work with jetpack videopressI agree, I’d be happy to review a pull request about it as well as merging it with the plugin. Feel free to contribute or motivate someone to do so ??
Forum: Plugins
In reply to: [BP Attachments] Installed plugins are not compatible with latest WordPress.Hi, thanks for your feedback.
BP Attachments is behaving as expected with latest WordPress (6.6). Please make sure to also install the dependency it relies on: BuddyPress.
Forum: Plugins
In reply to: [BP Attachments] Disable media downloadsHi thanks for your feedback. Yes you can. You need to add an action to redirect the user to the specific page of your choice. The action hook to is
bp_attachments_download_media
it contains 1 argument the downloadedBP_Medium
object you can eventually use to decide whether you should allow the download or not.Forum: Plugins
In reply to: [BP Attachments] That media is too big. Please upload one smaller than 5 MBHi,
The max upload file size in BP Attachments uses a BuddyPress function
bp_attachments_get_max_upload_file_size()
. If you need to increase it, you use thebp_attachments_get_max_upload_file_size
filter.Forum: Plugins
In reply to: [BP Attachments] Activity Media Post ErrorHi @ramyasam
Sorry for this late reply, we’ll work on a fix asap. You can follow our progress from there: https://github.com/buddypress/bp-attachments/issues/112
Forum: Plugins
In reply to: [BP Attachments] Make object cache friendlyhi @shawfactor here it is:
Hi @nawazteli
Thanks for your report. I’ll check it asap and work on it from this GH issue:
Forum: Plugins
In reply to: [BP Classic] BuddyPress and BP ClassicYou can activate BP Classic before of after BuddyPress 12.0 or up. No problem.
Forum: Reviews
In reply to: [BuddyPress] Documentation to the plugion is a mess onlyHi @locker17
Thanks for your review. I agree, we’re hardly working on updating the documentation. We’re looking for help about this very important task for the project, everyone is welcome to contribute. Unfortunately very few people are giving us a hand, that’s why it’s taking us more time than we’d like.
The WIP documentation is hosted into our development repositories on SVN or best on GitHub.
Since 12.0.0, we don’t use regular WordPress pages anymore but a specific custom post type, that’s why you don’t find it. You can customize BP Directory pages (titles or permalink/slugs) from the URLs tab of the Settings > BuddyPress WP Admin screen. See this WIP documentation page about it:
https://github.com/buddypress/buddypress/blob/master/docs/user/administration/settings/urls.md
What’s new in 12.0 & up is that you can customize every part of all BuddyPress URLs from this screen. If you need to add a BuddyPress directory to your Navigation menu, I advise you to read this other documentation page:
https://github.com/buddypress/buddypress/blob/master/docs/user/administration/navigations/README.md
I hope to more hands will help us to improve our documentation.
??
Forum: Plugins
In reply to: [BP Classic] Who’s OnlineAbsolutely!
BP Classic restores BuddyPress Legacy Widgets. The name of this widget is (BuddyPress) Who’s Online
Forum: Reviews
In reply to: [BuddyPress] Update 12.0 may brick your site. Test on staging first!I wish we had the staff, means & time to apply your first recommandation. We’re an open source, free & community driven software where unpaid contribution is what help us maintain the plugin. Unfortunately, when you don’t pay for a software, if you want to ensure some quality maintenance for your site you need to share some of your energy into contribution. If BuddyPress is a vital part of your site, then you need to take care of it. The least you can do is beta test for your own safety. I and the other members of the team are doing our best freely. If You and other unsatisfied users carry on rewarding our work with bad reviews, I’m afraid one of these days passion won’t be enough to carry on giving you our time.
To me, “It’s not reasonable to devote time to beta test every new update that is delivered” for BuddyPress, it’s vital.
Forum: Plugins
In reply to: [BP Attachments] Make object cache friendly@shawfactor Looking more into it, to me it’s more an issue with BuddyPress. But it’s really weird to get such an issue, it means the Members component base post type does not exist.
I wasn’t able to reproduce for now. But I’ll work on it from the BuddyPress plugin.