Mathieu Viet
Forum Replies Created
-
Forum: Reviews
In reply to: [BuddyPress] Why I left BuddyBoss and came back to BuddyPress + YouzifyHi @restorm,
Thanks a lot for your review, for sharing your experience, and welcome back to BuddyPress, we’re really happy to satisfy your needs with the help of the Yousify plugin. I’ve been hearing about Yousify at various occasions but haven’t been able to test it yet. I’ll do it soon!
😊👋
Forum: Plugins
In reply to: [BP Rewrites] Getting more errorsJust released 1.4.0 to fix this issue.
Forum: Plugins
In reply to: [BP Rewrites] Getting more errorsFYI, I’ve tested the
bp-custom.phpcode you shared and I’m not getting any error. To reproduce the error, I need to use an earlier hook thanbp_setup_nav. Usingbp_setup_navto hook your custom code is the right choice, I don’t get why you receive an error on your side. I suspect one of your plugin is creating some BuddyPress nav items before BP Rewrites had time to reorder the BP hooks sequence.To prevent the fatal error you found in this particular case, I’ll first make sure it does not happen anymore. See the PR I’ve been working on to achieve this goal: https://github.com/buddypress/bp-rewrites/pull/42
I’d be interested to know which BuddyPress plugins you activated on your setup.
Forum: Plugins
In reply to: [BP Rewrites] Getting more errorsHi @teeboy4real thanks for your feedback. I’ll test this asap. A lot of what’s inside your logs are not linked to BP Rewrites, some are just notices but there’s one issue I agree needs to be looked at.
I’ll do so asap.
- This reply was modified 3 years, 8 months ago by Mathieu Viet.
Forum: Reviews
In reply to: [BuddyPress] Requires too many pluginsHi @akashicseer
Thanks a lot for your review. Your point about Media is very interesting. You’re right and we know it’s a long awaited feature. I have a good and a bad news. The good news is we are doing great progress about our BP Attachments feature as a plugin project. The bad one is we’ll package it in a plugin (although it will be 100% free and open source, of course).
If you have some available time and as you are a developer, don’t hesitate to test it and contribute to it.
Forum: Reviews
In reply to: [BuddyPress] Best free plugin for social mediaHi @reymatog
Thanks a lot for your review. Your point about “privacy tools” is interesting. What would you expect from BuddyPress into this area?
Forum: Reviews
In reply to: [BuddyPress] FSE compatible!Hi @fahimmurshed,
Thanks a lot for your review 😍.
Forum: Plugins
In reply to: [BP Rewrites] BBpress supportFYI, I’ve started working on a fix. You can follow progress here:
https://github.com/buddypress/bp-rewrites/pull/41Forum: Plugins
In reply to: [BP Rewrites] comment submission issueThe issue appearing when commenting posts will be fixed in plugin’s next minor version (1.3.0)
Forum: Plugins
In reply to: [BP Rewrites] comment submission issueThanks for these new feedbacks. I’m looking at it.
Forum: Plugins
In reply to: [BP Rewrites] fatal error with wp-cron.phpThanks for your reply. I was able to reproduce the notices. This will be fixed in version 1.2.0.
Here’s the fix being tested before merge: https://github.com/buddypress/bp-rewrites/pull/39
Forum: Plugins
In reply to: [BP Rewrites] interfering with xmlrpc.phpThis will be fixed at the next plugin release:
See https://github.com/buddypress/bp-rewrites/pull/38Forum: Plugins
In reply to: [BP Rewrites] wp-login.php issuesThis will be fixed at the next plugin release:
See https://github.com/buddypress/bp-rewrites/pull/38Forum: Plugins
In reply to: [BP Rewrites] fatal error with wp-cron.phpLooking at the stack trace, it looks like the function BP Rewrites uses to reset some hooks like setting the BP Nav after the
bp_parse_queryhook is not fired. Could you share the code you’re using into a GitHub Gist?Forum: Plugins
In reply to: [BP Rewrites] BBpress supportGood point. Thanks for your report. We’ll fix this.