Jason Coleman
Jason Coleman
A customer had an issue where subscriptions were not synced due to the payment_transaction_id being blank. In reality, gateways will link up on the subscription_transaction_id. Making sure the payment id...
The all members list in buddypress is not being filtered correctly. It seems our filter here which tries to limit the member query to only members with levels set to...
Users of the BuddyBoss or the BuddyPress Docs plugin want to restrict who can view and/or upload docs. https://wordpress.org/plugins/buddypress-docs/ We have this gist, which filters the URL of where the...
From a comment on our blog: > My scenario > 1. 2 members A & B have been messaging each other > 2. A has his membership cancelled. > 3....
It has been reported that there are JS errors on the levels page if you activate MMPU before creating any levels in PMPro. We should update MMPU to support the...
When I cancel a specific level, it seems to cancel all level but that one. If there is only one level to cancel, it fails. Not sure if the subscription...
with Stripe or Authorize.net. The system should process multiple checkouts/orders/subscriptions for platforms that support it.
### All Submissions: * [x] Have you followed the [Contributing guidelines](https://github.com/strangerstudios/pmpro-network/blob/dev/.github/CONTRIBUTING.md)? * [x] Does your code follow the [WordPress' coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)? * [x] Have you checked to ensure there aren't...
We do already check if the plugin is being network activated, but we should also check if multisite is enabled when this is activated on a single site. The checkout...
reCAPTCHA is no longer an "advanced" setting. All sites need reCAPTCHA on it, or some other method to prevent spam at checkout, even if only paid accounts are being offered....