Boone Gorges

Results 231 comments of Boone Gorges

Hi there - There aren't really best practices here. You'll just need to override some of Docs's styles, either in the Customizer or in your theme files. I don't think...

Thanks for the PR and for the walk through the logic. To spell it all out a little more completel, `send_immediately` and `add_to_digest_queue` both default to false: https://github.com/boonebgorges/buddypress-group-email-subscription/blob/61f7521b96bfd15557d57afbecc90cbd7311e333/bp-activity-subscription-functions.php#L202 In the...

Hello, and thanks for the ticket. The current behavior is intentional. The Media Library in the WP Dashboard shows you pretty much everything that's been uploaded to the site. This...

Thanks for the report. It appears that these strings are either missing from the Dutch translation, or the source text has changed since the Dutch translation was made. If you'd...

https://translatepress.com/poedit-translate-wordpress/

No, they're not. Compare: `'The server timezone is %1$s (%2$s); the current server time is %3$s (%4$s); and the day is %5$s.'` https://github.com/boonebgorges/buddypress-group-email-subscription/blob/d961f5cc0d6c3fc4b22ca47b4d66a11b1e7c1807/admin.php#L234 and in the nl_NL translation: `"The server...

Once you've made a change in a .po file, you have to generate .mo file using a tool like Poedit in order to see the changes.

Hi @g-man-jones - Sorry to hear you're having trouble. BuddyPress Group Email Subscription is a free plugin written for BuddyPress. BuddyBoss is a paid toolkit that claims compatibility with BuddyPress...

@dotsam Thanks so much for the detailed report. PR #764 implements your initial idea, where you correctly suggest that we ought to associate the dummy doc with the group in...

buddypress-docs changes URLs to the format `?bp-attachment=` when the plugin detects that your installation supports "protection" mode. This generally means you're running Apache, and buddypress-docs has managed to set up...