imath
imath
Hi @reykjalin Thanks a lot for testing the plugin and for sharing your feedback. To get video format, BP Attachments is using the [`wp_get_video_extensions()`](https://developer.wordpress.org/reference/functions/wp_get_video_extensions/) WordPress function which only allows some...
Hi @boonebgorges I've added branch 1.7 to this repo to bring support for BP Theme Compat.
Hi MrVibe, The format notifications callback is set into the component's loader. We've been working on a new branch (1.7) and you can browse this code : https://github.com/boonebgorges/buddypress-skeleton-component/blob/1.7/includes/bp-example-loader.php#L276 It means...
@emaralive thanks for your explanations. I'm fine with using a different document to explain constant roles. I believe in this case we can simplify the current document: use a unique...
Amazing @renatonascalves !!! I'll try to review it asap. Do you plan to include it into the 14.0 milestone? I'm asking because it's currently set to `up next` on Trac.
Hi @renatonascalves thanks a lot for your review 😍 . I'll look at it in details asap!
@renatonascalves I believe I've improved most important parts according to your review. About the 2 remaining REST API points: duplicate usage of `rest_ensure_response` and forcing the `edit` context for create/update/delete...
Just updated the PR, it's now safe to test it again! You don't need the following tip anymore as the v2 of the BP REST API has been merged into...
To avoid the theme issue @emaralive shared during latest dev-chats, I've just introduced a filter to keep the good old way to display notifications on the front end of the...
Hi @ant0nioli thanks for your feedback. It doesn't support BP Legacy so far, but it should and will soon.